Re: GtkCheckMenuItem needs double click?

2012-12-08 Thread Perdie Perduta
Thanks for confirming this is the way it actually behaves! I failed to put a check box on a tool bar but I could create a toggle button and I can also add menus to the tool bar so that does indeed do what I want :^) There are quite few other peculiarities, e.g. text beside the icons doesn't displ

Re: GtkCheckMenuItem needs double click?

2012-12-08 Thread David Nečas
On Sun, Dec 09, 2012 at 12:57:43AM +1300, Perdie Perduta wrote: > Using glade with GtkBuilder to create my application GUI. I'm > developing & testing on Windows 7 using Microsoft C++. > Trying to add a "record" button to my menu bar. Note: Ideally I would > have liked a nice red record button that

Re: GtkCheckMenuItem

2006-02-20 Thread Etsushi Kato
On 2/21/06, Etsushi Kato <[EMAIL PROTECTED]> wrote: > Could anyone tell me how to put an image (stock icon) in a > GtkCheckMenuItem? I'd like to to put icons in front of the choice > menu entries, but I couldn't find a such kind of API on GtkCheckMenuItem. Hmm, I found that simply adding a hbox w