Dynamic menus

2004-12-17 Thread Sam B
Hello ! I would like to make a dynamic menu : I have two radio buttons, and the windows content is depending on which button is clicked. What is the better way of doing this ? I thought about drawing a box, and when a button is clicked, I destroy every widget in this box and I put some new...

Re: Dynamic menus

2004-12-17 Thread Sam B
Thank you for this answer ! Yes, I'll try to implement it as you suggest . I hope there's no problem in having two widgets in the same table cell, one being hidden and the second shown... But I still have a question : suppose I have a notebook with a label (i.e : page 1), containing a

Beginner questions ...

2004-12-15 Thread Sam B
Hello and thank you for reading my post ! I have a few questions about gtk+, sorry, I am a beginner : 1) I use the widget to get a filename with a menu (I don't remember its name). I connected the Cancel button signal to widget_destroy and this is OK. But I would like the app to do a few