32 #ifndef WIDGETS_HELPER_H
36 #include "ui_manager.h"
40 GtkWidget *wh_put_in_new_hbox_with_margin_level(GtkWidget *widget, gint margin_level);
42 GtkWidget *wh_new_table();
43 void wh_add_in_table(GtkWidget *table, GtkWidget *widget);
44 void wh_add_in_table_with_label(GtkWidget *table,
const gchar *label_text,
46 void wh_add_in_table_with_label_expand(GtkWidget *table,
const gchar *label_text,
49 GtkWidget *wh_new_entry(gpointer callback);
51 GtkWidget *wh_new_button(
const gchar *button_label);
53 void wh_get_widget_size(GtkWidget *widget, gint *width, gint *height);
55 void wh_set_browser_directory_handler(
ui_state *
ui, GtkWidget* dialog);
57 #define WIDGETS_HELPER_H