32 #import "CoreGTK/CGTKWidget.h" 46 -(void)addWidget:(
CGTKWidget *)widget withProperties:(NSDictionary *)properties;
68 -(void)childGetPropertyWithChild:(
CGTKWidget*) child andPropertyName:(NSString*) propertyName andValue:(GValue*) value;
77 -(void)childGetValistWithChild:(
CGTKWidget*) child andFirstPropertyName:(NSString*) firstPropertyName andVarArgs:(va_list) varArgs;
85 -(void)childNotifyWithChild:(
CGTKWidget*) child andChildProperty:(NSString*) childProperty;
93 -(void)childNotifyByPspecWithChild:(
CGTKWidget*) child andPspec:(GParamSpec*) pspec;
102 -(void)childSetPropertyWithChild:(
CGTKWidget*) child andPropertyName:(NSString*) propertyName andValue:(
const GValue*) value;
111 -(void)childSetValistWithChild:(
CGTKWidget*) child andFirstPropertyName:(NSString*) firstPropertyName andVarArgs:(va_list) varArgs;
126 -(void)forallWithCallback:(GtkCallback) callback andCallbackData:(gpointer) callbackData;
134 -(void)foreachWithCallback:(GtkCallback) callback andCallbackData:(gpointer) callbackData;
156 -(BOOL)getFocusChain:(GList**) focusableWidgets;
185 -(GtkWidgetPath*)getPathForChild:(
CGTKWidget*) child;
200 -(void)propagateDrawWithChild:(
CGTKWidget*) child andCr:(cairo_t*) cr;
220 -(void)setBorderWidth:(guint) borderWidth;
227 -(void)setFocusChain:(GList*) focusableWidgets;
241 -(void)setFocusHadjustment:(GtkAdjustment*) adjustment;
248 -(void)setFocusVadjustment:(GtkAdjustment*) adjustment;
255 -(void)setReallocateRedraws:(BOOL) needsRedraws;
262 -(void)setResizeMode:(GtkResizeMode) resizeMode;
GtkContainer * CONTAINER()
GtkAdjustment * getFocusHadjustment()
GtkAdjustment * getFocusVadjustment()
GtkResizeMode getResizeMode()
CGTKWidget * getFocusChild()