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)",
100 gtk_button_set_label(g, value);
107 "Function is not appropriate for this type of widget (%s)",
118 const char *defaultValue) {
126 return gtk_button_get_label(g);
132 "Function is not appropriate for this type of widget (%s)",
161 gulong clicked_handler_id;
164 wParent=GWEN_Widget_Tree_GetParent(w);
169 g=gtk_button_new_with_mnemonic(s);
192 gtk_button_set_image(GTK_BUTTON(g), gImage);
193 gtk_button_set_image_position(GTK_BUTTON(g), GTK_POS_LEFT);
207 clicked_handler_id=g_signal_connect(g,