gtk-rs / examples

DEPRECATED, use https://github.com/gtk-rs/gtk-rs repository instead!
MIT License
283 stars 76 forks source link

A command-line flags example #306

Open YaLTeR opened 4 years ago

YaLTeR commented 4 years ago

I'm trying to get into GTK and this is not very well documented anywhere. Especially the difference between using handle-local-options/command-line signals and overriding the respective functions, ApplicationFlags::HANDLES_COMMAND_LINE, etc. A working example would be really helpful.