27 gtk_widget_set_sensitive(GTK_WIDGET(g), (value==0)?FALSE:TRUE);
31 gtk_widget_grab_focus(GTK_WIDGET(g));
39 "Function is not appropriate for this type of widget (%s)",
60 return (gtk_widget_get_sensitive(GTK_WIDGET(g))==TRUE)?1:0;
63 return (gtk_widget_has_focus(GTK_WIDGET(g))==TRUE)?1:0;
71 "Function is not appropriate for this type of widget (%s)",
87 wParent=GWEN_Widget_Tree_GetParent(w);
char * GWEN_Buffer_GetStart(const GWEN_BUFFER *bf)
#define GWEN_ERROR_INVALID
#define DBG_WARN(dbg_logger, format, args...)
int Gtk2Gui_WImage_Setup(GWEN_WIDGET *w)
GWEN_BUFFER * GWEN_Buffer_new(char *buffer, uint32_t size, uint32_t used, int take)
static GWENHYWFAR_CB int Gtk2Gui_WImage_SetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int value, int doSignal)
#define GTK2_DIALOG_WIDGET_REAL
GWENHYWFAR_API int GWEN_Directory_FindFileInPaths(const GWEN_STRINGLIST *paths, const char *filePath, GWEN_BUFFER *fbuf)
GWEN_STRINGLIST * GWEN_Dialog_GetMediaPaths(const GWEN_DIALOG *dlg)
struct GWEN_STRINGLISTSTRUCT GWEN_STRINGLIST
void GWEN_Buffer_free(GWEN_BUFFER *bf)
struct GWEN_BUFFER GWEN_BUFFER
A dynamically resizeable text buffer.
static GWENHYWFAR_CB int Gtk2Gui_WImage_GetIntProperty(GWEN_WIDGET *w, GWEN_DIALOG_PROPERTY prop, int index, int defaultValue)
#define DBG_ERROR(dbg_logger, format, args...)
#define GTK2_DIALOG_WIDGET_CONTENT