diff options
author | Alan Fitton <alan@eth0.org.uk> | 2012-06-05 22:07:58 +0100 |
---|---|---|
committer | Alan Fitton <alan@eth0.org.uk> | 2012-06-05 22:07:58 +0100 |
commit | a46c8201c42ac4ae85b50a5a1930759f8537d3c7 (patch) | |
tree | 3da13c2368b85b7fd7f2896541795445f8abd8fa /src/util.h | |
parent | 855532ed7ffd3415150c73574eb8e9038f1075eb (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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_ */ |