ObjGUI  Diff

Differences From Artifact [26db441951]:

To Artifact [9886b9cb47]:


38
39
40
41
42
43
44
45
46
@property (copy) OFString *title;
@property (assign) of_point_t position;
@property (assign) of_dimension_t dimension;

+ window;
- (void)addChild: (OGWidget*)widget;
- (void)show;
- (void)hide;
@end







<

38
39
40
41
42
43
44

45
@property (copy) OFString *title;
@property (assign) of_point_t position;
@property (assign) of_dimension_t dimension;

+ window;
- (void)addChild: (OGWidget*)widget;
- (void)show;

@end