25#ifndef SRC_HEADERS_GX_GUI_HELPERS_H_ 
   26#define SRC_HEADERS_GX_GUI_HELPERS_H_ 
   39    const char* window_title,
 
   44    const gint  default_response,
 
   45    Glib::RefPtr<Gdk::Pixbuf> gw_ib
 
   51void child_set_property(Gtk::Container& container, Gtk::Widget& child, 
const char *property_name, 
bool value);
 
 
WaitCursor(Gtk::Window *window)
 
Glib::RefPtr< Gdk::Window > gdk_window
 
void show_error_msg(const string &msg)
 
int logarithmic_input_value(gpointer obj, gpointer nv)
 
Glib::ustring logarithmic_format_value(double v, int prec)
 
void child_set_property(Gtk::Container &container, Gtk::Widget &child, const char *property_name, bool value)
 
gint gx_nchoice_dialog_without_entry(const char *window_title, const char *msg, const guint nchoice, const char *label[], const gint resp[], const gint default_response, Glib::RefPtr< Gdk::Pixbuf > gw_ib)
 
int gx_message_popup(const char *)