#ifndef OBGTK_FONTSELECTION_H #define OBGTK_FONTSELECTION_H 1 #include #include #include #include @interface Gtk_FontSelection : Gtk_Window { @public GtkFontSelection *gtkfontselection; } - castGtkFontSelection : (GtkFontSelection *) castitem; + (id)makeGtkFontSelection : (GtkFontSelection *) castitem; - initWithFontSelectionInfo : (const gchar *) title; - init; @end #endif /* OBGTK_FONTSELECTION_H */ .