Functions that should be in GTK+ 1.2 or GTK+ 2.x but are not.
|
Defines |
| #define | GTK_ITERATION_MAX 100 /* Don't spend too much time in GUI */ |
Functions |
| | RCSID ("$Id:gtk-missing.c, v 1.34 2005/12/19 15:31:20 cbiere Exp $") |
| gint | gtk_paned_get_position (GtkPaned *paned) |
| | Get position of divider in a GtkPaned.
|
| gint | gtk_main_flush (void) |
| | Process all pending gtk events (id est draw now!).
|
| void | option_menu_select_item_by_data (GtkOptionMenu *option_menu, gconstpointer data) |
| | GtkOptionMenu.
|
| 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".
|
| gpointer | option_menu_get_selected_data (GtkOptionMenu *option_menu) |
| | Fetches the data set associated with the selected menu item in the GtkOptionMenu m.
|
| 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_entry_printf (GtkEntry *entry, const gchar *format,...) |
| | printf into a gtk_entry.
|
| void | gtk_label_printf (GtkLabel *label, const gchar *format,...) |
| | printf into a GtkLabel.
|
| void | gtk_mass_widget_set_sensitive (GtkWidget *toplevel, const gchar *const list[], guint n, gboolean b) |
| | GtkWidget.
|
| GSList * | clist_collect_data (GtkCList *clist, gboolean allow_null, GCompareFunc cfn) |
| | Fetch data from the selection of a clist.
|
| gdouble | _gtk_spin_button_get_value (GtkSpinButton *spinbutton) |
| guint32 | gtk_editable_get_value_as_uint32 (GtkEditable *editable) |
| void | widget_init_choices (GtkWidget *widget, GtkSignalFunc func, prop_def_t *def, gpointer user_data) |
| | GtkCombo.
|