TextPane

TextPane — A horizontal box to provide widget headers.

Synopsis




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);

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkFrame
                                 +----CriaTextPane
                                       +----CriaTitleBar

Implemented Interfaces

CriaTextPane implements AtkImplementorIface.

Description

The TextPane is used to provide a horizontal box that can be easily used to provide widget headers.

Details

struct CriaTextPane

struct CriaTextPane;


struct CriaTextPaneClass

struct CriaTextPaneClass {

	GtkFrameClass	  base_class;

	/* signals */
	/*void (*signal)	       (CriaTextPane	* self,
				const	gchar	* string);*/
};


struct CriaTextPanePrivate

struct CriaTextPanePrivate;


cria_text_pane_new ()

GtkWidget*  cria_text_pane_new              (const gchar *text);

...

text : ...
Returns :...

cria_text_pane_pack_end ()

void        cria_text_pane_pack_end         (CriaTextPane *self,
                                             GtkWidget *widget);

self :
widget :

cria_text_pane_set_text ()

void        cria_text_pane_set_text         (CriaTextPane *self,
                                             const gchar *text);

self :
text :