diff options
Diffstat (limited to 'interface-gtk.h')
-rw-r--r-- | interface-gtk.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/interface-gtk.h b/interface-gtk.h index 76868fd..e6b9166 100644 --- a/interface-gtk.h +++ b/interface-gtk.h @@ -20,6 +20,11 @@ public: InterfaceGtk(); //~InterfaceGtk(); + inline GOptionGroup * + get_options(void) + { + return gtk_get_option_group(TRUE); + } inline void parse_args(int &argc, char **&argv) { |