Package: gtk

Function gtk-option-group

Lambda List

gtk-option-group (default)

Arguments

default -- a boolean whether to open the default display when parsing the command line arguments

Return Value

A g-option-group instance for the command line arguments recognized by GTK.

Details

Returns an option group for the command line arguments recognized by GTK and GDK.

You should add this group to your g-option-context instance with the function g-option-context-add-group, if you are using the function g-option-context-parse to parse your command line arguments.
 

See also

2021-8-12