_AlpSpinButton Struct Reference
[AlpSpinButton]

#include <spinbutton.h>


Data Fields

guint active: 1
gint arrow_pad: 16
guint arrow_thickness: 16
gint ascent
guint border:1
guint button_down: 1
guint columns:16
guint cur_column:16
guint delay: 16
gint descent
gint digit_width
guint draw_short_months: 1
guint highlight_on_focus:1
guint horizontal:1
guint increasing: 1
guint init_delay: 16
GdkWindow * input_wnd
PangoLayout * layout
gint max
gint min
AlpSpinButtonPrivatepriv
gint saved_value
guint show_arrow_always:1
guint timer
guint timer_first: 1
gint value
GtkWidget widget
guint wrap:1


Field Documentation

guint active
 

gint arrow_pad
 

padding between the arrow and the number. Default is 1.

guint arrow_thickness
 

thickness of the arrow. Default is 6.

gint ascent
 

guint border
 

Iff true, draw a border surrounding a digits. The appearance of the border depends on GtkStyle. Default is true.

guint button_down
 

guint columns
 

number of columns reserved to display number. Default is 1.

guint cur_column
 

guint delay
 

delay time to repeat in milliseconds. default is 100.

gint descent
 

gint digit_width
 

guint draw_short_months
 

If true, draw abbreviated month names instead of numbers

guint highlight_on_focus
 

TBD:

guint horizontal
 

If true, the arrows are displayed at rightside and leftsize of number and user can adjust the number by right/left key. Otherwise, the arrows are displayed at upside and downside and user can adjust by up/down key. Default is false.

guint increasing
 

guint init_delay
 

initial delay to repeat in milliseconds. if 0, no repeat will occur. default is 500.

GdkWindow* input_wnd
 

PangoLayout* layout
 

gint max
 

the maximum allowable value. Default is INT_MAX.

gint min
 

the minimum allowable value. Deafult is INT_MIN.

AlpSpinButtonPrivate* priv
 

gint saved_value
 

guint show_arrow_always
 

If false, the arrows are displayed only when focused. Default is false.

guint timer
 

guint timer_first
 

gint value
 

Current value.

GtkWidget widget
 

guint wrap
 

Iff true, Wrap up/down if the value exceeded the limits. Default is false.


The documentation for this struct was generated from the following file:
Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.