Go to the source code of this file.
Defines | |
#define | GTK_COMBO_PERIODIC_TYPE (gtk_combo_periodic_get_type ()) |
#define | GTK_COMBO_PERIODIC(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GTK_COMBO_PERIODIC_TYPE, GtkComboPeriodic)) |
#define | GTK_IS_COMBO_PERIODIC(o) (G_TYPE_CHECK_INSTANCE_TYPE((o), GTK_COMBO_PERIODIC_TYPE)) |
Typedefs | |
typedef _GtkComboPeriodic | GtkComboPeriodic |
Functions | |
GtkWidget * | gtk_combo_periodic_new (void) |
guint | gtk_combo_periodic_get_element (GtkComboPeriodic *combo) |
void | gtk_combo_periodic_set_element (GtkComboPeriodic *combo, guint element) |
Definition in file gtkcomboperiodic.h.
guint gtk_combo_periodic_get_element | ( | GtkComboPeriodic * | combo | ) |
combo | a GtkComboPeriodic widget Used to get the currently selected element in the periodic table. |
GtkWidget* gtk_combo_periodic_new | ( | void | ) |
void gtk_combo_periodic_set_element | ( | GtkComboPeriodic * | combo, | |
guint | element | |||
) |
combo | a GtkComboPeriodic widget | |
element | the atomic number of the element to select or 0 Sets the selected element in the periodic table. |