Overview
Comment: | Fixed type name in OGBox.h |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
78911a1cfe94948b4a59f4f1f37bd7ae |
User & Date: | dillonaumiller@gmail.com on 2012-01-07 04:05:00 |
Other Links: | manifest | tags |
Context
2012-01-07
| ||
21:20 | Fix a missing include. check-in: e419b16fa3 user: js tags: trunk | |
04:05 | Fixed type name in OGBox.h check-in: 78911a1cfe user: dillonaumiller@gmail.com tags: trunk | |
2012-01-05
| ||
15:42 | Remove useless whitespaces. check-in: 5e7f2ca83f user: js tags: trunk | |
Changes
Modified headers/OGBox.h from [df4280417a] to [3453308014].
︙ | ︙ | |||
35 36 37 38 39 40 41 | struct og_box_child_t *next; } og_box_child_t; #endif @interface OGBox: OGWidget #ifdef OG_WIN32 { | | | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | struct og_box_child_t *next; } og_box_child_t; #endif @interface OGBox: OGWidget #ifdef OG_WIN32 { og_box_child_t *firstBorn; } #endif + box; - (void)appendChild: (OGWidget*)child expand: (BOOL)expand fill: (BOOL)fill |
︙ | ︙ |