#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 |
| AlpSpinButtonPrivate * | priv |
| gint | saved_value |
| guint | show_arrow_always:1 |
| guint | timer |
| guint | timer_first: 1 |
| gint | value |
| GtkWidget | widget |
| guint | wrap:1 |
|
|
|
|
|
padding between the arrow and the number. Default is 1. |
|
|
thickness of the arrow. Default is 6. |
|
|
|
|
|
Iff true, draw a border surrounding a digits. The appearance of the border depends on GtkStyle. Default is true. |
|
|
|
|
|
number of columns reserved to display number. Default is 1. |
|
|
|
|
|
delay time to repeat in milliseconds. default is 100. |
|
|
|
|
|
|
|
|
If true, draw abbreviated month names instead of numbers |
|
|
TBD: |
|
|
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. |
|
|
|
|
|
initial delay to repeat in milliseconds. if 0, no repeat will occur. default is 500. |
|
|
|
|
|
|
|
|
the maximum allowable value. Default is INT_MAX. |
|
|
the minimum allowable value. Deafult is INT_MIN. |
|
|
|
|
|
|
|
|
If false, the arrows are displayed only when focused. Default is false. |
|
|
|
|
|
|
|
|
Current value. |
|
|
|
|
|
Iff true, Wrap up/down if the value exceeded the limits. Default is false. |
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.