Re: Stock Id's and Icons on buttons

2012-12-17 Thread Perdie Perduta
it deletes all the /* and */ from around each comment. I'll have to research github one day soon because I gather it's quite useful. :o) On Tue, Dec 18, 2012 at 10:47 AM, jcup...@gmail.com wrote: On 15 December 2012 23:47, Perdie Perduta rsperd...@gmail.com wrote: Can any one help me understand how

Re: Stock Id's and Icons on buttons

2012-12-16 Thread Perdie Perduta
/ 2012/12/15 Perdie Perduta rsperd...@gmail.com I'm using two GtkMenuToolButton and one is to select an audio input device and the other to select an audio output device. I can't find a suitable stock id and so at the moment just put in gtk

Stock Id's and Icons on buttons

2012-12-15 Thread Perdie Perduta
I'm using two GtkMenuToolButton and one is to select an audio input device and the other to select an audio output device. I can't find a suitable stock id and so at the moment just put in gtk-missing-image Can any one help me understand how to add my own stock id's or icons to these menu

Re: GUI freezes waiting for callback function to return

2012-12-13 Thread Perdie Perduta
In C++ I create an object in the call back and that in it's constructor registers itself to do lengthy processing during gtk idle events using: gint iTag = gtk_idle_add( GtkFunction fIdleActivity, gpointer pMyObject ); On completion, in the destructor it unregisters itself with: void

need advice with menus

2012-12-09 Thread Perdie Perduta
I'm creating menu of available active audio devices when a tool bar menu button is clicked. I already discovered I have to actually have a dummy menu attached to the button or I won't get any events. Now I noticed in glade I have to define the menu as a top level item and then it lets me pair that

GtkCheckMenuItem needs double click?

2012-12-08 Thread Perdie Perduta
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 lights up while my application is recording, however just to get it

Re: GtkCheckMenuItem needs double click?

2012-12-08 Thread Perdie Perduta
display, but below them does. Could it be version incompatibility in the tools I'm using? Glade 3.6.1 GTK+ 2.24.14 On Sun, Dec 9, 2012 at 1:20 AM, David Nečas y...@physics.muni.cz wrote: On Sun, Dec 09, 2012 at 12:57:43AM +1300, Perdie Perduta wrote: Using glade with GtkBuilder to create my