~ubuntu-branches/ubuntu/precise/amule-adunanza/precise

« back to all changes in this revision

Viewing changes to src/MuleNotebook.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-02-18 21:16:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218211623-gptwe60zx1knfkmu
Tags: 2010.1+2.2.6-0ubuntu1
* New upstream release (LP: #524697)
  - Drop manpages_spelling_fixes.diff fixed by upstream
  - Drop cryptopp-reference.diff fixed by upstream
  - Bump Standards-Version no changes required
  - Update install files (amule -> amuleadunanza)
  - debian/rules: amule.xpm -> amuleadunanza.xpm
  - Add README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//
2
2
// This file is part of the aMule Project.
3
3
//
4
 
// Copyright (c) 2004-2008 Angel Vidal Veiga ( kry@users.sourceforge.net )
5
 
// Copyright (c) 2004-2008 aMule Team ( admin@amule.org / http://www.amule.org )
 
4
// Copyright (c) 2004-2009 Angel Vidal Veiga ( kry@users.sourceforge.net )
 
5
// Copyright (c) 2004-2009 aMule Team ( admin@amule.org / http://www.amule.org )
6
6
//
7
7
// Any parts of this program derived from the xMule, lMule or eMule project,
8
8
// or contributed by third-party developers are copyrighted by their
108
108
        void SetPopupHandler( wxWindow* widget );
109
109
 
110
110
protected:
111
 
        void MouseClick(wxMouseEvent &event);  // Mouse clicks event handler
112
 
        void MouseMotion(wxMouseEvent &event); // Mouse moving around
 
111
        /**
 
112
         * Event handler for left mouse button release (for closing pages)
 
113
         */
 
114
        void OnMouseLeftRelease(wxMouseEvent &event);
 
115
 
 
116
        /**
 
117
         * Event handler for mouse motion (for highlighting the 'x')
 
118
         */
 
119
        void OnMouseMotion(wxMouseEvent &event);
113
120
        
114
121
        /**
115
122
         * Event-handler for right-clicks that takes care of displaying the popup-menu.