32 #import "CoreGTK/CGTKFixed.h"
50 return GTK_FIXED([
self GOBJECT]);
53 -(void)moveWithWidget:(
CGTKWidget*) widget andX:(gint) x andY:(gint) y
55 gtk_fixed_move(GTK_FIXED([
self GOBJECT]), [widget
WIDGET], x, y);
58 -(void)putWithWidget:(
CGTKWidget*) widget andX:(gint) x andY:(gint) y
60 gtk_fixed_put(GTK_FIXED([
self GOBJECT]), [widget
WIDGET], x, y);
id initWithGObject:(GObject *obj)