Go to the source code of this file.
 | 
| GType  | gtk_info_bar_get_type (void) G_GNUC_CONST | 
|   | 
| GtkWidget *  | gtk_info_bar_new (void) | 
|   | 
| GtkWidget *  | gtk_info_bar_new_with_buttons (const gchar *first_button_text,...) | 
|   | 
| GtkWidget *  | gtk_info_bar_get_action_area (GtkInfoBar *info_bar) | 
|   | 
| GtkWidget *  | gtk_info_bar_get_content_area (GtkInfoBar *info_bar) | 
|   | 
| void  | gtk_info_bar_add_action_widget (GtkInfoBar *info_bar, GtkWidget *child, gint response_id) | 
|   | 
| GtkWidget *  | gtk_info_bar_add_button (GtkInfoBar *info_bar, const gchar *button_text, gint response_id) | 
|   | 
| void  | gtk_info_bar_add_buttons (GtkInfoBar *info_bar, const gchar *first_button_text,...) | 
|   | 
| void  | gtk_info_bar_set_response_sensitive (GtkInfoBar *info_bar, gint response_id, gboolean setting) | 
|   | 
| void  | gtk_info_bar_set_default_response (GtkInfoBar *info_bar, gint response_id) | 
|   | 
| void  | gtk_info_bar_response (GtkInfoBar *info_bar, gint response_id) | 
|   | 
| void  | gtk_info_bar_set_message_type (GtkInfoBar *info_bar, GtkMessageType message_type) | 
|   | 
| GtkMessageType  | gtk_info_bar_get_message_type (GtkInfoBar *info_bar) | 
|   | 
◆ GTK_INFO_BAR
◆ GTK_INFO_BAR_CLASS
◆ GTK_INFO_BAR_GET_CLASS
◆ GTK_IS_INFO_BAR
      
        
          | #define GTK_IS_INFO_BAR | 
          ( | 
            | 
          obj | ) | 
             (G_TYPE_CHECK_INSTANCE_TYPE((obj), GTK_TYPE_INFO_BAR)) | 
        
      
 
 
◆ GTK_IS_INFO_BAR_CLASS
      
        
          | #define GTK_IS_INFO_BAR_CLASS | 
          ( | 
            | 
          klass | ) | 
             (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_INFO_BAR)) | 
        
      
 
 
◆ GTK_TYPE_INFO_BAR
◆ GtkInfoBar
◆ GtkInfoBarClass
◆ GtkInfoBarPrivate
◆ gtk_info_bar_add_action_widget()
      
        
          | void gtk_info_bar_add_action_widget  | 
          ( | 
          GtkInfoBar *  | 
          info_bar,  | 
        
        
           | 
           | 
          GtkWidget *  | 
          child,  | 
        
        
           | 
           | 
          gint  | 
          response_id  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ gtk_info_bar_add_button()
      
        
          | GtkWidget* gtk_info_bar_add_button  | 
          ( | 
          GtkInfoBar *  | 
          info_bar,  | 
        
        
           | 
           | 
          const gchar *  | 
          button_text,  | 
        
        
           | 
           | 
          gint  | 
          response_id  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ gtk_info_bar_add_buttons()
      
        
          | void gtk_info_bar_add_buttons  | 
          ( | 
          GtkInfoBar *  | 
          info_bar,  | 
        
        
           | 
           | 
          const gchar *  | 
          first_button_text,  | 
        
        
           | 
           | 
            | 
          ...  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ gtk_info_bar_get_action_area()
◆ gtk_info_bar_get_content_area()
◆ gtk_info_bar_get_message_type()
◆ gtk_info_bar_get_type()
      
        
          | GType gtk_info_bar_get_type  | 
          ( | 
          void  | 
           | ) | 
           | 
        
      
 
 
◆ gtk_info_bar_new()
◆ gtk_info_bar_new_with_buttons()
      
        
          | GtkWidget* gtk_info_bar_new_with_buttons  | 
          ( | 
          const gchar *  | 
          first_button_text,  | 
        
        
           | 
           | 
            | 
          ...  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ gtk_info_bar_response()
      
        
          | void gtk_info_bar_response  | 
          ( | 
          GtkInfoBar *  | 
          info_bar,  | 
        
        
           | 
           | 
          gint  | 
          response_id  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ gtk_info_bar_set_default_response()
      
        
          | void gtk_info_bar_set_default_response  | 
          ( | 
          GtkInfoBar *  | 
          info_bar,  | 
        
        
           | 
           | 
          gint  | 
          response_id  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ gtk_info_bar_set_message_type()
◆ gtk_info_bar_set_response_sensitive()
      
        
          | void gtk_info_bar_set_response_sensitive  | 
          ( | 
          GtkInfoBar *  | 
          info_bar,  | 
        
        
           | 
           | 
          gint  | 
          response_id,  | 
        
        
           | 
           | 
          gboolean  | 
          setting  | 
        
        
           | 
          ) | 
           |  |