diff options
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_ */ |