summaryrefslogtreecommitdiff
path: root/gtk/gtkinfobar.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-02-14 18:25:01 +0100
committerTimm Bäder <mail@baedert.org>2020-02-15 17:18:26 +0100
commit52979a0e93022bc8c869eed2f347f1fd0b111811 (patch)
treef5ad957af887eabffcaaaf08dcd6fa709d80182f /gtk/gtkinfobar.h
parent78a5bf8e2127157e643d87e6c317c04f7cf208f6 (diff)
downloadgtk+-52979a0e93022bc8c869eed2f347f1fd0b111811.tar.gz
infobar: Remove _get_{action,content}_area()
Accessors like these are weird to have and we can add widgets to the content area via gtk_container_add() as well as add widgets to the action area via gtk_info_bar_add_action_widget().
Diffstat (limited to 'gtk/gtkinfobar.h')
-rw-r--r--gtk/gtkinfobar.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkinfobar.h b/gtk/gtkinfobar.h
index 873d4e5baf..139b609afc 100644
--- a/gtk/gtkinfobar.h
+++ b/gtk/gtkinfobar.h
@@ -54,10 +54,6 @@ GtkWidget *gtk_info_bar_new_with_buttons (const gchar *first_button
...);
GDK_AVAILABLE_IN_ALL
-GtkWidget *gtk_info_bar_get_action_area (GtkInfoBar *info_bar);
-GDK_AVAILABLE_IN_ALL
-GtkWidget *gtk_info_bar_get_content_area (GtkInfoBar *info_bar);
-GDK_AVAILABLE_IN_ALL
void gtk_info_bar_add_action_widget (GtkInfoBar *info_bar,
GtkWidget *child,
gint response_id);