32 #import "CGTKWidget.h"
39 -(GtkContainer *)CONTAINER;
41 -(void)setBorderWidth:(NSNumber *)borderWidth;
43 -(NSNumber *)getBorderWidth;
49 -(void)setResizeMode:(GtkResizeMode)resizeMode;
51 -(GtkResizeMode)getResizeMode;
55 -(void)foreachWithCallback:(GtkCallback)callback andCallbackData:(gpointer)callbackData;
57 -(GList *)getChildren;
59 -(void)propagateExposeWithChild:(
CGTKWidget *)child andEvent:(GdkEventExpose *)event;
61 -(void)setFocusChain:(GList *)focusableWidgets;
63 -(BOOL)getFocusChain:(GList **)focusableWidgets;
65 -(void)unsetFocusChain;
67 -(void)setReallocateRedraws:(BOOL)needsRedraws;
73 -(void)setFocusVadjustment:(GtkAdjustment *)adjustment;
75 -(GtkAdjustment *)getFocusVadjustment;
77 -(void)setFocusHadjustment:(GtkAdjustment *)adjustment;
79 -(GtkAdjustment *)getFocusHadjustment;
81 -(void)resizeChildren;
85 -(void)classInstallChildPropertyWithCclass:(GtkContainerClass *)cclass andPropertyId:(NSNumber *)propertyId andPspec:(GParamSpec *)pspec;
87 -(GParamSpec *)classFindChildPropertyWithCclass:(GObjectClass *)cclass andPropertyName:(NSString *)propertyName;
89 -(GParamSpec **)classListChildPropertiesWithCclass:(GObjectClass *)cclass andNProperties:(NSNumber **)nProperties;
91 -(void)childSetValistWithChild:(
CGTKWidget *)child andFirstPropertyName:(NSString *)firstPropertyName andVarArgs:(va_list)varArgs;
93 -(void)childGetValistWithChild:(
CGTKWidget *)child andFirstPropertyName:(NSString *)firstPropertyName andVarArgs:(va_list)varArgs;
95 -(void)childSetPropertyWithChild:(
CGTKWidget *)child andPropertyName:(NSString *)propertyName andValue:(const GValue *)value;
97 -(void)childGetPropertyWithChild:(
CGTKWidget *)child andPropertyName:(NSString *)propertyName andValue:(GValue *)value;
99 -(void)forallWithCallback:(GtkCallback)callback andCallbackData:(gpointer)callbackData;
Definition: CGTKContainer.h:34