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

gtk_init() command-line args

2018-05-15 Thread rbd
Hi all, 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()? I cannot find this information anywhere (although it would not be the first time I missed something right in front o

Re: PyGObject Maybe bug with alternate row colors in a Gt.TreeView

2018-05-15 Thread Emmanuele Bassi
On Tue, 15 May 2018 at 21:19, wrote: > Thank you for the link. > > On 2018-05-15 15:01 Emmanuele Bassi wrote: > > - the CSS "regions" were problematic for the whole theming system, > > so they were removed before we made the CSS selectors stable > > - GtkTreeView does not use widgets, so CSS s

Re: PyGObject Maybe bug with alternate row colors in a Gt.TreeView

2018-05-15 Thread c.buhtz
Thank you for the link. On 2018-05-15 15:01 Emmanuele Bassi wrote: > - the CSS "regions" were problematic for the whole theming system, > so they were removed before we made the CSS selectors stable > - GtkTreeView does not use widgets, so CSS selectors do not > typically work properly (that's

Drawing on GtkTextView with cairo

2018-05-15 Thread pspgen
Since I am developing a really, really huge GTK+ program I am getting through a lot of challenges. I nearly finished my program, but now I am spending a lot of time figuring out something, running out of time so I decided to ask the experts here. I have a "draw" signal connected after default

Re: PyGObject Maybe bug with alternate row colors in a Gt.TreeView

2018-05-15 Thread Emmanuele Bassi
Hi; On 11 May 2018 at 21:57, wrote: > Please see this StackOverflow question. > https://stackoverflow.com/q/50281987/4865723 > > Is there an official bug about setup alternate (even & odd) row colors > with CSS in a Gtk.TreeView? > No, not any more. > Can someone give a link to the bug ticket

Re: PyGObject Maybe bug with alternate row colors in a Gt.TreeView

2018-05-15 Thread c.buhtz
Does know one of you have an idea about it or more detailed informations. I also don't know if it is a bug or if I am doing something wrong. My problem is I don't know to much about CSS. On 2018-05-11 22:57 wrote: > Please see this StackOverflow question. > https://stackoverflow.com/q/50281987/4