Top | ![]() |
![]() |
![]() |
![]() |
gint | action-area-border | Read |
gint | button-spacing | Read |
gint | content-area-border | Read |
gint | content-area-spacing | Read |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ╰── GtkInfoBar
GtkWidget * gtk_info_bar_new_with_buttons (const gchar *first_button_text
,...
);
void gtk_info_bar_add_action_widget (GtkInfoBar *info_bar
,GtkWidget *child
,gint response_id
);
Since: 2.18
GtkWidget * gtk_info_bar_add_button (GtkInfoBar *info_bar
,const gchar *button_text
,gint response_id
);
Since: 2.18
void gtk_info_bar_add_buttons (GtkInfoBar *info_bar
,const gchar *first_button_text
,...
);
Since: 2.18
void gtk_info_bar_set_response_sensitive (GtkInfoBar *info_bar
,gint response_id
,gboolean setting
);
Since: 2.18
void gtk_info_bar_set_default_response (GtkInfoBar *info_bar
,gint response_id
);
Since: 2.18
void gtk_info_bar_response (GtkInfoBar *info_bar
,gint response_id
);
Since: 2.18
void gtk_info_bar_set_message_type (GtkInfoBar *info_bar
,GtkMessageType message_type
);
Since: 2.18
GtkMessageType
gtk_info_bar_get_message_type (GtkInfoBar *info_bar
);
Since: 2.18
GtkWidget *
gtk_info_bar_get_action_area (GtkInfoBar *info_bar
);
Since: 2.18
GtkWidget *
gtk_info_bar_get_content_area (GtkInfoBar *info_bar
);
Since: 2.18
“message-type”
property“message-type” GtkMessageType
The type of message.
Flags: Read / Write / Construct
Default value: GTK_MESSAGE_INFO
Since: 2.18
“action-area-border”
style property“action-area-border” gint
Width of border around the action area.
Flags: Read
Allowed values: >= 0
Default value: 5
Since: 2.18
“button-spacing”
style property“button-spacing” gint
Spacing between buttons.
Flags: Read
Allowed values: >= 0
Default value: 6
Since: 2.18
“content-area-border”
style property“content-area-border” gint
Width of border around the content area.
Flags: Read
Allowed values: >= 0
Default value: 8
Since: 2.18
“close”
signalvoid user_function (GtkInfoBar *arg0, gpointer user_data)
Flags: Action
Since: 2.18
“response”
signalvoid user_function (GtkInfoBar *info_bar, gint response_id, gpointer user_data)
Flags: Run Last
Since: 2.18