Re: [Fwd: Reparent problem]

2004-12-17 Thread Andrew E. Makeev
Murray Cumming wrote: is anyone going to investigate this problem or should I submit a bug? I need this problem to be solved in business application, so, if someone could give me a hint ASAP it would be great. Yes, it's probably a good idea to add the C test case to bugzilla, if you have

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...

gtk doesn't like fprintf )o;

2004-12-17 Thread sinsedrix
Snif, It seems that when i use some fprintf in a gtk program, a bug comes, floating point numbers are written in french : 90, instead of 90. , it's annoying because my program generates postscript and ghostview doesn't like this writing. I specify that I'm french and something on my

Re: gtk doesn't like fprintf )o;

2004-12-17 Thread John Cupitt
Hi, you need something like this in your main(): gtk_set_locale(); setlocale( LC_NUMERIC, C ); gtk_init( argc, argv ); This will set your locale to French (so menus etc. will be in French), but set the numeric locale (which handles number formats) to C (ie. C-language

Re: gtk doesn't like fprintf )o;

2004-12-17 Thread Olexiy Avramchenko
[EMAIL PROTECTED] wrote: Snif, It seems that when i use some fprintf in a gtk program, a bug comes, floating point numbers are written in french : 90, instead of 90. , it's annoying because my program generates postscript and ghostview doesn't like this writing. I specify that I'm french

Re: Dynamic menus

2004-12-17 Thread Diego Zuccato
Sam B wrote: 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 ? IMVVVHO a notebook w/ hidden tabs. I thought about drawing a box, and when a button is clicked, I destroy every

How do I display a combo box or comboboxentry in a Treeview?..

2004-12-17 Thread Pinokio
Hello..I write program use python +Gtk+ pygtk2.4 and Glade..How do I display a combo box or comboboxentry in a Treeview?..Form (window) created in Glade.. plz Help.. ___ gtk-list mailing list [EMAIL PROTECTED]

Distorted image display, irix 6.5.26 and gtk+-2.4.14

2004-12-17 Thread Knut Hellebø
Regards, I recently compiled the gtk2.4.14 package on a Sgi Octane2 running IRIX 6.5.26. Compilation went fine, but when running the demos, the icons (and other images) seems to be somewhat distorted, ie containing a lot of tiny dots. This also happened when I compiled ethereal; the icons do

Re: Glib 2.4.8 doesn't seem to include symbols needed by Pango

2004-12-17 Thread William Lahti
I think the problem was that for some reason it picked up a 2.2 glib from some exotic location on my hard drive. I'm still not sure why I didn't see the problematic symbols with nm on the *new* glib, or why installing 2.4.7 worked and not 2.4.8... On Tue, 14 Dec 2004 21:47:56 +0100, Sven Neumann

Fw: How do I display a combo box or comboboxentry in a Treeview?..

2004-12-17 Thread Pinokio
Hello..I write program use python +Gtk+ pygtk2.4 and Glade..How do I display a combo box or comboboxentry in a Treeview?..Form (window) created in Glade.. plz Help.. ___ gtk-list mailing list [EMAIL PROTECTED]

gtk_entry_set_visibility

2004-12-17 Thread Ivan Vieira Velho
Hello, I am a new user of GTK lib and I tried to implement a password field. Well, for my surprise the state of data visible from struct entry is not changed when I call gtk_entry_set_visibility. The example from tutorial implements the call for this function from a callback. Is there some about

Re: Distorted image display, irix 6.5.26 and gtk+-2.4.14

2004-12-17 Thread Daniel Nilsson
Knut Hellebø ([EMAIL PROTECTED]) wrote*: I recently compiled the gtk2.4.14 package on a Sgi Octane2 running IRIX 6.5.26. Compilation went fine, but when running the demos, the icons (and other images) seems to be somewhat distorted, ie containing a lot of tiny dots. This also happened when I

Re: Fw: How do I display a combo box or comboboxentry in a Treeview?..

2004-12-17 Thread Sven Neumann
Hi, Pinokio [EMAIL PROTECTED] writes: I write program use python +Gtk+ pygtk2.4 and Glade.. How do I display a combo box or comboboxentry in a Treeview?.. Form (window) created in Glade.. You would need to use and depend on GTK+-2.6 which introduces a combo-box cell renderer.

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