/[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.1 by zaral, Thu May 22 08:51:16 2003 UTC revision 1.2 by dam, Tue Jun 3 23:20:55 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    
 #include "UiLabel.h"  
27  #include "UiWidget.h"  #include "UiWidget.h"
28    
29    @class UiText;
30    
31  @interface UiLabel : UiWidget  @interface UiLabel : UiWidget
32  {  {
33  @private  @private
34    NSString *_text;    NSString *_text;
35      UiText   *_uiText;
36  }  }
37    
38  - (id) initWithText: (NSString *)text  - (id) initWithText: (NSString *)text

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

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