Differences From Artifact [ca5acb8c01]:
- File headers/OGWindow.h — part of check-in [ef4637f824] at 2012-01-05 01:00:28 on branch trunk — Add copyright and a license. (user: js, size: 1556) [annotate] [blame] [check-ins using]
To Artifact [26db441951]:
- File headers/OGWindow.h — part of check-in [b5835e0a2f] at 2012-01-08 14:03:23 on branch trunk — Move -[show] and -[hide] from OGWidget to OGWindow. (user: js, size: 1584) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 44 | 37 38 39 40 41 42 43 44 45 46 | + + | @property (assign) id <OGWindowDelegate> delegate; @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 |