DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(gtk.info.gz) GtkLabel

Info Catalog (gtk.info.gz) GtkItem (gtk.info.gz) Widgets (gtk.info.gz) GtkList
 
 The label widget
 ================
 
 Description
 -----------
 
 Options
 -------
 
  - User Option: str
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_label_get_type (void)
      Returns the `GtkLabel' type identifier.
 
  - Function: GtkWidget* gtk_label_new (GtkLabel *LABEL, gchar *STR)
      Create a new `GtkLabel' object and initialize it with the text in
      STR. The new widget is returned as a pointer to a `GtkWidget'
      object. `NULL' is returned on failure.
 
  - Function: void gtk_label_set (GtkLabel *LABEL, gchar *STR)
      Set the `GtkLabel' label value to the value passed in the STR
      argument.
 
  - Function: void gtk_label_get (GtkLabel *LABEL, gchar **STR)
      Copies the current value in the `GtkLabel' label field to the
      variable passed in the STR argument.
 
  - Function: GtkLabel* GTK_LABEL (gpointer OBJ)
      Cast a generic pointer to `GtkLabel*'.  Standard Macros, for
      more info.
 
  - Function: GtkLabelClass* GTK_LABEL_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkLabelClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_LABEL (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkLabel' object.
       Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkItem (gtk.info.gz) Widgets (gtk.info.gz) GtkList
automatically generated byinfo2html