|
Defines |
#define | gtk_progress_bar_set_fraction(pb, val) gtk_progress_set_percentage(GTK_PROGRESS(pb), val) |
#define | gtk_spin_button_get_value(w) _gtk_spin_button_get_value(w) |
Functions |
void | gtk_progress_bar_set_text (GtkProgressBar *pb, const gchar *text) |
gint | gtk_paned_get_position (GtkPaned *paned) |
| Get position of divider in a GtkPaned.
|
gdouble | _gtk_spin_button_get_value (GtkSpinButton *) |
void | gtk_label_printf (GtkLabel *, const gchar *fmt,...) G_GNUC_PRINTF(2 |
| GtkLabel.
|
void | gtk_entry_printf (GtkEntry *, const gchar *fmt,...) G_GNUC_PRINTF(2 |
| GtkEntry.
|
guint32 | gtk_editable_get_value_as_uint (GtkEditable *editable) |
| GtkEditable.
|
void | widget_init_choices (GtkWidget *widget, GtkSignalFunc func, prop_def_t *def, gpointer user_data) |
| GtkCombo.
|
void | option_menu_select_item_by_data (GtkOptionMenu *option_menu, gconstpointer data) |
| GtkOptionMenu.
|
gpointer | option_menu_get_selected_data (GtkOptionMenu *option_menu) |
| Fetches the data set associated with the selected menu item in the GtkOptionMenu m.
|
GtkWidget * | menu_new_item_with_data (GtkMenu *menu, const gchar *label_text, gpointer data) |
| Add a new menu item to the GtkMenu "menu" with the label "label_text" and the data "data".
|
void | gtk_mass_widget_set_sensitive (GtkWidget *tl, const gchar *const list[], guint n, gboolean b) |
| GtkWidget.
|
gint | gtk_main_flush (void) |
| Process all pending gtk events (id est draw now!).
|
GtkWidget * | radiobutton_get_active_in_group (GtkRadioButton *rb) |
| Given a radio button it returns a pointer to the active radio button in the group the given button is in.
|
void | gtk_widget_fix_width (GtkWidget *w, GtkWidget *l, guint chars, guint extra) |