32 #import "CoreGTK/CGTKWidget.h"
44 -(GtkContainer*)CONTAINER;
66 -(void)childGetPropertyWithChild:(
CGTKWidget*) child andPropertyName:(NSString*) propertyName andValue:(GValue*) value;
75 -(void)childGetValistWithChild:(
CGTKWidget*) child andFirstPropertyName:(NSString*) firstPropertyName andVarArgs:(va_list) varArgs;
83 -(void)childNotifyWithChild:(
CGTKWidget*) child andChildProperty:(NSString*) childProperty;
92 -(void)childSetPropertyWithChild:(
CGTKWidget*) child andPropertyName:(NSString*) propertyName andValue:(const GValue*) value;
101 -(void)childSetValistWithChild:(
CGTKWidget*) child andFirstPropertyName:(NSString*) firstPropertyName andVarArgs:(va_list) varArgs;
116 -(void)forallWithCallback:(GtkCallback) callback andCallbackData:(gpointer) callbackData;
124 -(void)foreachWithCallback:(GtkCallback) callback andCallbackData:(gpointer) callbackData;
131 -(guint)getBorderWidth;
138 -(GList*)getChildren;
146 -(BOOL)getFocusChain:(GList**) focusableWidgets;
160 -(GtkAdjustment*)getFocusHadjustment;
167 -(GtkAdjustment*)getFocusVadjustment;
175 -(GtkWidgetPath*)getPathForChild:(
CGTKWidget*) child;
182 -(GtkResizeMode)getResizeMode;
190 -(void)propagateDrawWithChild:(
CGTKWidget*) child andCr:(cairo_t*) cr;
203 -(void)resizeChildren;
210 -(void)setBorderWidth:(guint) borderWidth;
217 -(void)setFocusChain:(GList*) focusableWidgets;
231 -(void)setFocusHadjustment:(GtkAdjustment*) adjustment;
238 -(void)setFocusVadjustment:(GtkAdjustment*) adjustment;
245 -(void)setReallocateRedraws:(BOOL) needsRedraws;
252 -(void)setResizeMode:(GtkResizeMode) resizeMode;
258 -(void)unsetFocusChain;