GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

spinbutton.hh File Reference

A GtkSpinButton C++ wrapper interface. More...

#include <gfc/gtk/entry.hh>
#include <gtk/gtkspinbutton.h>
#include <gfc/gtk/inline/spinbutton.inl>

Go to the source code of this file.

Namespaces

Classes

Enumerations


Detailed Description

A GtkSpinButton C++ wrapper interface.

Provides SpinButton, a widget that allows the user to set the value of some attribute.


Enumeration Type Documentation

enum SpinButtonUpdatePolicy
 

SpinButtonUpdatePolicy determines how the spin button should be updated.

Enumeration values:
UPDATE_ALWAYS  When refreshing your SpinButton, the value is always displayed.
UPDATE_IF_VALID  When refreshing your SpinButton, the value is only displayed if it is valid within the bounds of the spin button's Adjustment.

enum SpinType
 

SpinType defines the types of spin movement that can occur.

The ammount of spin is defined by the spin buttons adjustment.

Enumeration values:
SPIN_STEP_FORWARD  Spin forward by one step value.
SPIN_STEP_BACKWARD  Spin backward by one step value.
SPIN_PAGE_FORWARD  Spin forward by one page value.
SPIN_PAGE_BACKWARD  Spin backward by one page value.
SPIN_HOME  Spin to the minimum value.
SPIN_END  Spin to maximum value.
SPIN_USER_DEFINED  Spin by an ammount specified by the user.


Generated on Tue Aug 24 00:34:33 2004 for GFC-UI by doxygen 1.3.8