27 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
31 gtk_widget_grab_focus(GTK_WIDGET(g));
44 "Function is not appropriate for this type of widget (%s)",
64 return (gtk_widget_get_sensitive(GTK_WIDGET(g))==TRUE)?1:0;
67 return (gtk_widget_has_focus(GTK_WIDGET(g))==TRUE)?1:0;
80 "Function is not appropriate for this type of widget (%s)",
101 gtk_entry_set_text(GTK_ENTRY(g), value);
108 "Function is not appropriate for this type of widget (%s)",
119 const char *defaultValue) {
127 return gtk_entry_get_text(GTK_ENTRY(g));
133 "Function is not appropriate for this type of widget (%s)",
186 gboolean text_is_visible;
190 wParent=GWEN_Widget_Tree_GetParent(w);
196 gtk_entry_set_text(GTK_ENTRY(g), s);
197 gtk_entry_set_visibility(GTK_ENTRY(g), text_is_visible);
207 g_signal_connect(gtk_entry_get_buffer(GTK_ENTRY(g)),
212 g_signal_connect(gtk_entry_get_buffer(GTK_ENTRY(g)),
int Gtk3Gui_WLineEdit_Setup(GWEN_WIDGET *w)
#define GWEN_ERROR_INVALID
#define GTK3_DIALOG_WIDGET_REAL
#define GTK3_DIALOG_WIDGET_CONTENT
static void Gtk3Gui_WLineEdit_Deleted_text_handler(GtkEntryBuffer *entrybuffer, guint arg1, guint arg2, gpointer data)
#define DBG_WARN(dbg_logger, format, args...)
#define GWEN_WIDGET_FLAGS_PASSWORD
static GWENHYWFAR_CB int Gtk3Gui_WLineEdit_SetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *value, int doSignal)
static GWENHYWFAR_CB int Gtk3Gui_WLineEdit_GetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
int GWEN_Dialog_EmitSignal(GWEN_DIALOG *dlg, GWEN_DIALOG_EVENTTYPE t, const char *sender)
static GWENHYWFAR_CB int Gtk3Gui_WLineEdit_SetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
static void Gtk3Gui_WLineEdit_Inserted_text_handler(GtkEntryBuffer *entrybuffer, guint arg1, gchar *arg2, guint arg3, gpointer data)
void Gtk3Gui_Dialog_Leave(GWEN_DIALOG *dlg, int result)
static GWENHYWFAR_CB const char * Gtk3Gui_WLineEdit_GetCharProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, const char *defaultValue)