Go to the source code of this file.
|  | 
| GType | gtk_button_get_type (void) G_GNUC_CONST | 
|  | 
| GtkWidget * | gtk_button_new (void) | 
|  | 
| GtkWidget * | gtk_button_new_with_label (const gchar *label) | 
|  | 
| GtkWidget * | gtk_button_new_from_stock (const gchar *stock_id) | 
|  | 
| GtkWidget * | gtk_button_new_with_mnemonic (const gchar *label) | 
|  | 
| void | gtk_button_pressed (GtkButton *button) | 
|  | 
| void | gtk_button_released (GtkButton *button) | 
|  | 
| void | gtk_button_clicked (GtkButton *button) | 
|  | 
| void | gtk_button_enter (GtkButton *button) | 
|  | 
| void | gtk_button_leave (GtkButton *button) | 
|  | 
| void | gtk_button_set_relief (GtkButton *button, GtkReliefStyle newstyle) | 
|  | 
| GtkReliefStyle | gtk_button_get_relief (GtkButton *button) | 
|  | 
| void | gtk_button_set_label (GtkButton *button, const gchar *label) | 
|  | 
| const gchar * | gtk_button_get_label (GtkButton *button) | 
|  | 
| void | gtk_button_set_use_underline (GtkButton *button, gboolean use_underline) | 
|  | 
| gboolean | gtk_button_get_use_underline (GtkButton *button) | 
|  | 
| void | gtk_button_set_use_stock (GtkButton *button, gboolean use_stock) | 
|  | 
| gboolean | gtk_button_get_use_stock (GtkButton *button) | 
|  | 
| void | gtk_button_set_focus_on_click (GtkButton *button, gboolean focus_on_click) | 
|  | 
| gboolean | gtk_button_get_focus_on_click (GtkButton *button) | 
|  | 
| void | gtk_button_set_alignment (GtkButton *button, gfloat xalign, gfloat yalign) | 
|  | 
| void | gtk_button_get_alignment (GtkButton *button, gfloat *xalign, gfloat *yalign) | 
|  | 
| void | gtk_button_set_image (GtkButton *button, GtkWidget *image) | 
|  | 
| GtkWidget * | gtk_button_get_image (GtkButton *button) | 
|  | 
| void | gtk_button_set_image_position (GtkButton *button, GtkPositionType position) | 
|  | 
| GtkPositionType | gtk_button_get_image_position (GtkButton *button) | 
|  | 
| GdkWindow * | gtk_button_get_event_window (GtkButton *button) | 
|  | 
| void | _gtk_button_set_depressed (GtkButton *button, gboolean depressed) | 
|  | 
| void | _gtk_button_paint (GtkButton *button, const GdkRectangle *area, GtkStateType state_type, GtkShadowType shadow_type, const gchar *main_detail, const gchar *default_detail) | 
|  | 
◆ GTK_BUTTON
◆ GTK_BUTTON_CLASS
◆ GTK_BUTTON_GET_CLASS
◆ GTK_IS_BUTTON
      
        
          | #define GTK_IS_BUTTON | ( |  | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_BUTTON)) | 
      
 
 
◆ GTK_IS_BUTTON_CLASS
      
        
          | #define GTK_IS_BUTTON_CLASS | ( |  | klass | ) | (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_BUTTON)) | 
      
 
 
◆ GTK_TYPE_BUTTON
◆ GtkButton
◆ GtkButtonClass
◆ _gtk_button_paint()
◆ _gtk_button_set_depressed()
      
        
          | void _gtk_button_set_depressed | ( | GtkButton * | button, | 
        
          |  |  | gboolean | depressed | 
        
          |  | ) |  |  | 
      
 
 
◆ gtk_button_clicked()
      
        
          | void gtk_button_clicked | ( | GtkButton * | button | ) |  | 
      
 
 
◆ gtk_button_enter()
◆ gtk_button_get_alignment()
      
        
          | void gtk_button_get_alignment | ( | GtkButton * | button, | 
        
          |  |  | gfloat * | xalign, | 
        
          |  |  | gfloat * | yalign | 
        
          |  | ) |  |  | 
      
 
 
◆ gtk_button_get_event_window()
◆ gtk_button_get_focus_on_click()
      
        
          | gboolean gtk_button_get_focus_on_click | ( | GtkButton * | button | ) |  | 
      
 
 
◆ gtk_button_get_image()
◆ gtk_button_get_image_position()
◆ gtk_button_get_label()
      
        
          | const gchar* gtk_button_get_label | ( | GtkButton * | button | ) |  | 
      
 
 
◆ gtk_button_get_relief()
◆ gtk_button_get_type()
      
        
          | GType gtk_button_get_type | ( | void |  | ) |  | 
      
 
 
◆ gtk_button_get_use_stock()
      
        
          | gboolean gtk_button_get_use_stock | ( | GtkButton * | button | ) |  | 
      
 
 
◆ gtk_button_get_use_underline()
      
        
          | gboolean gtk_button_get_use_underline | ( | GtkButton * | button | ) |  | 
      
 
 
◆ gtk_button_leave()
◆ gtk_button_new()
◆ gtk_button_new_from_stock()
      
        
          | GtkWidget* gtk_button_new_from_stock | ( | const gchar * | stock_id | ) |  | 
      
 
 
◆ gtk_button_new_with_label()
      
        
          | GtkWidget* gtk_button_new_with_label | ( | const gchar * | label | ) |  | 
      
 
 
◆ gtk_button_new_with_mnemonic()
      
        
          | GtkWidget* gtk_button_new_with_mnemonic | ( | const gchar * | label | ) |  | 
      
 
 
◆ gtk_button_pressed()
      
        
          | void gtk_button_pressed | ( | GtkButton * | button | ) |  | 
      
 
 
◆ gtk_button_released()
      
        
          | void gtk_button_released | ( | GtkButton * | button | ) |  | 
      
 
 
◆ gtk_button_set_alignment()
      
        
          | void gtk_button_set_alignment | ( | GtkButton * | button, | 
        
          |  |  | gfloat | xalign, | 
        
          |  |  | gfloat | yalign | 
        
          |  | ) |  |  | 
      
 
 
◆ gtk_button_set_focus_on_click()
      
        
          | void gtk_button_set_focus_on_click | ( | GtkButton * | button, | 
        
          |  |  | gboolean | focus_on_click | 
        
          |  | ) |  |  | 
      
 
 
◆ gtk_button_set_image()
◆ gtk_button_set_image_position()
◆ gtk_button_set_label()
      
        
          | void gtk_button_set_label | ( | GtkButton * | button, | 
        
          |  |  | const gchar * | label | 
        
          |  | ) |  |  | 
      
 
 
◆ gtk_button_set_relief()
◆ gtk_button_set_use_stock()
      
        
          | void gtk_button_set_use_stock | ( | GtkButton * | button, | 
        
          |  |  | gboolean | use_stock | 
        
          |  | ) |  |  | 
      
 
 
◆ gtk_button_set_use_underline()
      
        
          | void gtk_button_set_use_underline | ( | GtkButton * | button, | 
        
          |  |  | gboolean | use_underline | 
        
          |  | ) |  |  |