Re: Reg. modifying GTK+ to add menu option

2013-04-10 Thread Dmitrijs Ledkovs
It is best for you to send this mail to gtk-devel-l...@gnome.org As that one is meant for developing Gtk+ itself. On 10 April 2013 14:25, Sindhu S wrote: > Hi all, > > I am Sindhu, a recent intern through the Outreach Program for Women 2013 > for which I wrote user help for GNOME Terminal and G

Re: GTK+ 3.6 threading?

2012-10-24 Thread Dmitrijs Ledkovs
On 24 October 2012 04:34, Ardhan Madras wrote: > > Hi, > > > Now that from GTK+ 3.6, thread functions are deprecated. Is there any > > new rules to do threading with the gtk+ 3.6 version? > > Are you talking about Glib? yes, there are many changes since 2.32 > (for now stable version is 2.34)

Vertical alignment of the Check/Radio bit w.r.t. labels/content

2012-07-23 Thread Dmitrijs Ledkovs
I am using a checkbox/radio button and I either have custom content or multiline label next to it. How do I set vertical alignment of the checkbox/radio bit with respect to the label/content? So in the example python-gi code given, I'd like to make checkbox square to be aligned with the first row