gtkperiodic.h File Reference

Go to the source code of this file.

Classes

struct  _GtkPeriodic
struct  _GtkPeriodicClass

Defines

#define GTK_TYPE_PERIODIC   (gtk_periodic_get_type ())
#define GTK_PERIODIC(obj)   (GTK_CHECK_CAST ((obj), GTK_TYPE_PERIODIC, GtkPeriodic))
#define GTK_PERIODIC_CLASS(klass)   (GTK_CHECK_CLASS_CAST ((klass), GTK_TYPE_PERIODIC, GtkPeriodicClass))
#define GTK_IS_PERIODIC(obj)   (GTK_CHECK_TYPE ((obj), GTK_TYPE_PERIODIC))
#define GTK_IS_PERIODIC_CLASS(klass)   (GTK_CHECK_CLASS_TYPE ((klass), GTK_TYPE_PERIODIC))
#define GTK_PERIODIC_GET_CLASS(obj)   (GTK_CHECK_GET_CLASS ((obj), GTK_TYPE_PERIODIC, GtkPeriodicClass))

Typedefs

typedef _GtkPeriodic GtkPeriodic
typedef _GtkPeriodicClass GtkPeriodicClass
typedef _GtkPeriodicPrivate GtkPeriodicPrivate

Enumerations

enum  GtkPeriodicColorStyle

Functions

guint gtk_periodic_get_element (GtkPeriodic *periodic)
void gtk_periodic_set_element (GtkPeriodic *periodic, guint element)


Detailed Description

Declaration of the GtkPeriodic widget.

Definition in file gtkperiodic.h.


Enumeration Type Documentation

enum GtkPeriodicColorStyle

Coloring scheme used for the buttons when displaying the periodic table of the GtkPeriodic widget. Possible values are:

Definition at line 45 of file gtkperiodic.h.


Function Documentation

guint gtk_periodic_get_element ( GtkPeriodic periodic  ) 

gtk_periodic_get_element:

Parameters:
periodic a GtkPeriodic widget
Description: 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.

void gtk_periodic_set_element ( GtkPeriodic periodic,
guint  element 
)

gtk_periodic_set_element:

Parameters:
periodic a GtkPeriodic widget
element the atomic number of the element to select or 0
Description: sets the selected element in the periodic table.


Generated on Tue Aug 15 10:47:35 2006 for The Gnome Chemistry Utils by  doxygen 1.4.7