28 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
32 gtk_widget_grab_focus(GTK_WIDGET(g));
40 "Function is not appropriate for this type of widget (%s)",
61 return (gtk_widget_get_sensitive(GTK_WIDGET(g))==TRUE)?1:0;
64 return (gtk_widget_has_focus(GTK_WIDGET(g))==TRUE)?1:0;
72 "Function is not appropriate for this type of widget (%s)",
84 wParent=GWEN_Widget_Tree_GetParent(w);
86 g=gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0);
#define DBG_WARN(dbg_logger, format,...)
#define GWEN_WIDGET_FLAGS_FILLX
@ GWEN_DialogProperty_Enabled
@ GWEN_DialogProperty_Focus
#define GWEN_ERROR_INVALID
int Gtk3Gui_WHSpacer_Setup(GWEN_WIDGET *w)
static GWENHYWFAR_CB int Gtk3Gui_WHSpacer_GetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int defaultValue)
static GWENHYWFAR_CB int Gtk3Gui_WHSpacer_SetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, GWEN_UNUSED int index, int value, GWEN_UNUSED int doSignal)
#define GTK3_DIALOG_WIDGET_CONTENT
#define GTK3_DIALOG_WIDGET_REAL
void Gtk3Gui_ApplyFlags(GtkWidget *g, uint32_t flags)