The Gnome Chemistry Utils
0.13.7
|
The Gtk using base classes. More...
The Gtk using base classes.
The namespace used for C++ base classes usin Gtk+. This namespace implements various virtual classes defined in namespace gcu.
Type for the callbacks used when a string has been entered in a StringInputDlg.
Definition at line 42 of file stringinputdlg.h.
enum gcugtk::CheckType |
CheckType CheckType describes how numbers entered in entries might be checked. Possible values are:
This enumeration is used in Dialog::GetNumber.
Definition at line 55 of file tk/dialog.h.
gcugtks/printable.h Represents how printing is scaled
GCU_PRINT_SCALE_NONE |
No scaling is done. |
GCU_PRINT_SCALE_FIXED |
Explicit scaling. |
GCU_PRINT_SCALE_AUTO |
Automatic scaling (will fill the print area). |
Definition at line 37 of file printable.h.
gcugtk/spectrumdoc.h Represents the list of data formats from the JCAMP-DX specification supported by the gcu::SpectrumDocument class. See the JCAMP-DX specification for more information.
Definition at line 173 of file spectrumdoc.h.
enum gcugtk::SpectrumType |
gcugtk/spectrumdoc.h Represents the list of spectrum types supported (or which should be supported) by the gcu::SpectrumDocument class.
Definition at line 40 of file spectrumdoc.h.
gcugtk/spectrumdoc.h Represents the list of units supported by the gcu::SpectrumDocument class.
Definition at line 96 of file spectrumdoc.h.
gcu/spectrumdoc.h Represents the list of varialble types supported by the gcu::SpectrumDocument class.
Definition at line 148 of file spectrumdoc.h.
enum gcugtk::WindowState |
Window states
NormalWindowState |
Normal window. |
MaximizedWindowState |
Maximized window. |
MinimizedWindowState |
Minimized window. |
FullScreenWindowState |
Full screen window. |
Definition at line 64 of file gcugtk/application.h.
GtkUnit gcugtk::gtk_unit_from_string | ( | char const * | name | ) |
name | a string representing a GtkUnit. |
char const* gcugtk::gtk_unit_to_string | ( | GtkUnit | unit | ) |
unit | a GtkUnit. |