summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-06-05 22:07:58 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-06-05 22:07:58 +0100
commita46c8201c42ac4ae85b50a5a1930759f8537d3c7 (patch)
tree3da13c2368b85b7fd7f2896541795445f8abd8fa /src/util.h
parent855532ed7ffd3415150c73574eb8e9038f1075eb (diff)
fix deprecation warnings for gtk_{h,v}box_new and gtk_{h,v}paned_new in gtk3
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index fe342d1..7e03b78 100644
--- a/src/util.h
+++ b/src/util.h
@@ -95,5 +95,7 @@ GtkWidget *gtr_combo_box_new_enum(const char *text_1, ...);
gboolean should_be_minimised(int argc, char *argv[]);
gboolean is_minimised_arg(const gchar * arg);
+GtkWidget *trg_vbox_new(gboolean homogeneous, gint spacing);
+GtkWidget *trg_hbox_new(gboolean homogeneous, gint spacing);
#endif /* UTIL_H_ */