![]() | ![]() | ![]() | Criawips Reference Manual | ![]() |
---|
TextPane — A horizontal box to provide widget headers.
struct CriaTextPane; struct CriaTextPaneClass; struct CriaTextPanePrivate; GtkWidget* cria_text_pane_new (const gchar *text); void cria_text_pane_pack_end (CriaTextPane *self, GtkWidget *widget); void cria_text_pane_set_text (CriaTextPane *self, const gchar *text);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBin +----GtkFrame +----CriaTextPane +----CriaTitleBar
The TextPane is used to provide a horizontal box that can be easily used to provide widget headers.
struct CriaTextPaneClass { GtkFrameClass base_class; /* signals */ /*void (*signal) (CriaTextPane * self, const gchar * string);*/ };
void cria_text_pane_pack_end (CriaTextPane *self, GtkWidget *widget);
self : | |
widget : |
void cria_text_pane_set_text (CriaTextPane *self, const gchar *text);
self : | |
text : |
<< CriaSlideView | CriaTitleBar >> |