summaryrefslogtreecommitdiff
path: root/src/nautilus-gtk4-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-gtk4-helpers.h')
-rw-r--r--src/nautilus-gtk4-helpers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nautilus-gtk4-helpers.h b/src/nautilus-gtk4-helpers.h
index b245f1dd6..201183c15 100644
--- a/src/nautilus-gtk4-helpers.h
+++ b/src/nautilus-gtk4-helpers.h
@@ -11,6 +11,8 @@ void gtk_button_set_child (GtkButton *button,
GtkWidget *child);
void gtk_box_append (GtkBox *box,
GtkWidget *child);
+void gtk_box_remove (GtkBox *box,
+ GtkWidget *child);
void gtk_overlay_set_child (GtkOverlay *overlay,
GtkWidget *child);
void gtk_scrolled_window_set_child (GtkScrolledWindow *scrolled_window,
@@ -22,5 +24,7 @@ void gtk_info_bar_add_child (GtkInfoBar *info_bar,
void gtk_revealer_set_child (GtkRevealer *revealer,
GtkWidget *child);
+GtkWidget *gtk_widget_get_first_child (GtkWidget *widget);
+
#endif
G_END_DECLS