diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-06-30 14:29:03 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-07-03 19:49:06 +0000 |
| commit | 99ab4e91c23b0396bba708e68142176553372e45 (patch) | |
| tree | df0d1e6571ff23d42d19edbe357af465a9762a9a /src/inkscape-application.h | |
| parent | Crashfix SIOX Trace (free memory properly) (diff) | |
| download | inkscape-99ab4e91c23b0396bba708e68142176553372e45.tar.gz inkscape-99ab4e91c23b0396bba708e68142176553372e45.zip | |
Group command line options in --help output
This implements a workaround for functionality that seems to be
missing in glib/gtk:
We add the group headers as additional option entries and modify
their short name to produce the desired output.
Diffstat (limited to 'src/inkscape-application.h')
| -rw-r--r-- | src/inkscape-application.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inkscape-application.h b/src/inkscape-application.h index a952db235..b51407aa3 100644 --- a/src/inkscape-application.h +++ b/src/inkscape-application.h @@ -152,6 +152,8 @@ private: void shell(); void shell2(); + void _start_main_option_section(const Glib::ustring& section_name); + Glib::RefPtr<Gtk::Builder> _builder; }; |
