#include <options.h>
Data Fields | |
gchar * | value |
long | int_value |
gboolean | has_changed |
gchar * | backup |
GtkWidget * | widget |
void(* | update_widget )(ROXOption *option) |
gchar *(* | read_widget )(ROXOption *option) |
|
Copy of value to Revert to |
|
Non-zero if changed |
|
Result of atol(value) |
|
Called to read the current value from the widget
|
|
Called to set the widget to reflect the options current value
|
|
Current value of the option |
|
|