32 #import "CoreGTK/CGTKSeparator.h" 36 -(id)init:(GtkOrientation) orientation
38 self = [
super initWithGObject:(GObject *)gtk_separator_new(orientation)];
50 return GTK_SEPARATOR([
self GOBJECT]);
id initWithGObject:(GObject *obj)
GtkSeparator * SEPARATOR()