/[hegemonie]/hegemonie/Headers/Interface/UiLabel.h
ViewVC logotype

Diff of /hegemonie/Headers/Interface/UiLabel.h

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

revision 1.2 by dam, Tue Jun 3 23:20:55 2003 UTC revision 1.3 by dam, Mon Jul 28 14:36:26 2003 UTC
# Line 24  Line 24 
24  #ifndef UI_LABEL_H  #ifndef UI_LABEL_H
25  #define UI_LABEL_H  #define UI_LABEL_H
26    
27  #include "UiWidget.h"  #include "Interface/UiWidget.h"
28    #include "Interface/UiColor.h"
29    
30  @class UiText;  @class UiText;
31    
32  @interface UiLabel : UiWidget  @interface UiLabel : UiWidget
33  {  {
34  @private  @private
35    NSString *_text;    unsigned  _textSize;
36      color_t   _color;
37      NSString *_text;
38    UiText   *_uiText;    UiText   *_uiText;
39  }  }
40    
41  - (id) initWithText: (NSString *)text  - (id) initWithText: (NSString *)text
42             position: (NSPoint)position;             position: (NSPoint)position;
43    
44    - (void) setTextSize: (int)textSize;
45    - (unsigned) textSize;
46    
47    - (void) setColor: (color_t)color;
48    - (color_t) color;
49    
50  - (NSString *) text;  - (NSString *) text;
51  - (void) setText: (NSString *)text;  - (void) setText: (NSString *)text;
52    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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