#include <glib-object.h>
Go to the source code of this file.
Detailed Description
Declaration of the GcuComboPeriodic widget.
Definition in file gcucomboperiodic.h.
Define Documentation
#define GCU_COMBO_PERIODIC |
( |
|
o | ) |
(G_TYPE_CHECK_INSTANCE_CAST((o), GCU_TYPE_COMBO_PERIODIC, GcuComboPeriodic)) |
#define GCU_IS_COMBO_PERIODIC |
( |
|
o | ) |
(G_TYPE_CHECK_INSTANCE_TYPE((o), GCU_TYPE_COMBO_PERIODIC)) |
#define GCU_TYPE_COMBO_PERIODIC (gcu_combo_periodic_get_type ()) |
Typedef Documentation
Function Documentation
- Parameters:
-
combo | a GcuComboPeriodic widget Used to get the currently selected element in the periodic table. |
- Returns:
- the atomic number of the currently selected element or %0 if none is selected.
GtkWidget* gcu_combo_periodic_new |
( |
void |
| ) |
|
- Parameters:
-
combo | a GcuComboPeriodic widget |
element | the atomic number of the element to select or 0 Sets the selected element in the periodic table. |