Data Fields | |
| gchar * | key |
| MetaPreference | pref |
| gint * | target |
| gint | minimum |
| Minimum and maximum values of the integer. | |
| gint | maximum |
| gint | value_if_destroyed |
| Value to use if the key is destroyed. | |
Definition at line 294 of file prefs.c.
| gchar* MetaIntPreference::key |
Definition at line 296 of file prefs.c.
Referenced by handle_preference_init_int(), and handle_preference_update_int().
Definition at line 298 of file prefs.c.
Referenced by handle_preference_init_int(), and handle_preference_update_int().
Minimum and maximum values of the integer.
If the new value is out of bounds, it will be discarded with a warning.
Definition at line 303 of file prefs.c.
Referenced by handle_preference_init_int(), and handle_preference_update_int().
Definition at line 303 of file prefs.c.
Referenced by handle_preference_init_int(), and handle_preference_update_int().
Value to use if the key is destroyed.
If this is METAINTPREFERENCE_NO_CHANGE_ON_DESTROY, it will not be changed when the key is destroyed.
Definition at line 309 of file prefs.c.
Referenced by handle_preference_update_int().
1.5.5