#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) |
gchar* ROXOption::value |
Current value of the option
long ROXOption::int_value |
Result of atol(value)
gboolean ROXOption::has_changed |
Non-zero if changed
gchar* ROXOption::backup |
Copy of value to Revert to
GtkWidget* ROXOption::widget |
NULL
=> No UI yet
void(* ROXOption::update_widget)(ROXOption *option) |
Called to set the widget to reflect the options current value
[in,out] | option | the option |
gchar*(* ROXOption::read_widget)(ROXOption *option) |
Called to read the current value from the widget
[in] | option | the option |