DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info.gz) GtkButton

Info Catalog (gtk.info.gz) GtkButtonBox (gtk.info.gz) Widgets (gtk.info.gz) GtkCheckButton
 
 The button widget
 =================
 
 Description
 -----------
 
    A pressable button.  Contains a widget.  Changes its appearance
 (hilites) when it gets the focus.  Changes its appearance (pressed) when
 activated.  Derived from  GtkContainer.
 
 Signals
 -------
 
  - Signal: void GtkButton::pressed (GtkButton *BUTTON)
 
  - Signal: void GtkButton::released (GtkButton *BUTTON)
 
  - Signal: void GtkButton::clicked (GtkButton *BUTTON)
 
  - Signal: void GtkButton::enter (GtkButton *BUTTON)
 
  - Signal: void GtkButton::leave (GtkButton *BUTTON)
 
 Functions
 ---------
 
  - Function: guint gtk_button_get_type (void)
      Returns the `GtkButton' type identifier.
 
  - Function: GtkWidget* gtk_button_new (void)
      Create a new `GtkButton' object. The new widget is returned as a
      pointer to a `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: GtkWidget* gtk_button_new_with_label (gchar *LABEL)
      Create a new `GtkButton' object and set the text that is on the
      button to LABEL. The new widget is returned as a pointer to a
      `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: void gtk_button_pressed (GtkButton *BUTTON)
 
  - Function: void gtk_button_released (GtkButton *BUTTON)
 
  - Function: void gtk_button_clicked (GtkButton *BUTTON)
 
  - Function: void gtk_button_enter (GtkButton *BUTTON)
 
  - Function: void gtk_button_leave (GtkButton *BUTTON)
 
  - Function: GtkButton* GTK_BUTTON (gpointer OBJ)
      Cast a generic pointer to `GtkButton*'.  Standard Macros,
      for more info.
 
  - Function: GtkButtonClass* GTK_BUTTON_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkButtonClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_BUTTON (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkButton' object.
       Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkButtonBox (gtk.info.gz) Widgets (gtk.info.gz) GtkCheckButton
automatically generated byinfo2html