/[hegemonie]/hegemonie/Interface/UiButton.m
ViewVC logotype

Diff of /hegemonie/Interface/UiButton.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by zaral, Fri Jul 11 15:12:30 2003 UTC revision 1.6 by zaral, Tue Jul 15 12:35:23 2003 UTC
# Line 21  Line 21 
21   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.   * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22   */   */
23    
24    #include <SDL/SDL.h>
25    
26  #include <Foundation/NSException.h>  #include <Foundation/NSException.h>
27  #include <Foundation/NSString.h>  #include <Foundation/NSString.h>
28  #include <Foundation/NSGeometry.h>  #include <Foundation/NSGeometry.h>
29  #include <SDL/SDL.h>  #include <AppKit/NSEvent.h>
30    
31  #include "Interface/UiButton.h"  #include "Interface/UiButton.h"
32  #include "Interface/UiLabel.h"  #include "Interface/UiLabel.h"
# Line 95  Line 97 
97  - (BOOL) leftMouseUp: (NSEvent *)event  - (BOOL) leftMouseUp: (NSEvent *)event
98  {  {
99    //    [self actionImplemented];    //    [self actionImplemented];
100    
101    return YES;      return YES;  
102  }  }
103    
104  - (BOOL) leftMouseDown: (NSEvent *)event  - (BOOL) leftMouseDown: (NSEvent *)event
105  {  {
106    //    [self actionImplemented];    //    [self actionImplemented];
107    
108    return YES;      return YES;  
109  }  }
110    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26