Re: gtk_init() command-line args

2018-05-16 Thread rbd
Hi Michael, Thanks very much for the reference! Looks like all of the arguments of interest to gtk begin with '--', so anything beginning with only a single '-' ought to be safe from gtk_init() harvesting. Roger On Wed, 16 May 2018, Michael Gratton wrote: On Wed, May 16, 2018 at 7:34 AM, r

Re: gtk_init() command-line args

2018-05-15 Thread Michael Gratton
On Wed, May 16, 2018 at 7:34 AM, rbd wrote: Can someone point me to an official gtk3 documentation source which clearly lists all of the command-line arguments parsed and then stripped from argv[] by gtk_init()? The "Running and debugging GTK+ Applications" document is the only thing I know