ObjGUI  Diff

Differences From Artifact [df4280417a]:

To Artifact [3453308014]:


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_child_box_t *firstBorn;
}
#endif

+ box;
- (void)appendChild: (OGWidget*)child
	     expand: (BOOL)expand
	       fill: (BOOL)fill







|







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