Re: Drawing colored text efficiently

2005-12-27 Thread Andrew J. Montalenti
Dear Chad, I'm not gonna pretend that Pango isn't difficult to use from the GTK+ consumer point of view. But, GDK actually has some functions that interact with Pango and may reduce the code needed to do the things you are looking for. Check out this page in the GDK documentation, filed under

Re: Change the behaviour of a button

2005-12-27 Thread Christian Neumair
Am Montag, den 26.12.2005, 13:15 +0300 schrieb Yury Aliaev: I'm sure there's a right way but if you're in a hurry you can do something I've used successfully. Use a table to lay out your objects, and pack two buttons into the same cell. Hide one. When you need to show the Stop button,

gobject + diacanvas = i really please for help here

2005-12-27 Thread Przemysław Staniszewski
Hello First of all, sorry for my poor English. I want write an application. I try, but I create a monster not a program. So I decide to start once again. When I was writing first version of it, I put every object that I created to tree of widget. Purpose for that was that: if action had place

GtkStatusIcon

2005-12-27 Thread Fernando Apesteguía
Hi, I'm a bit confusing. I'm developing under Whitbox EL 4. I have this packages installed: gtk2-2.4.13-14 pygtk2-libglade-2.4.0-1 ... ... gtk2-devel-2.4.13-18 gtk2-engines-2.2.0-7.el4 gtk+-1.2.10-33 gtk2-2.4.13-18 As I can see in http://developer.gnome.org/doc/API/2.0/gtk/ it is recommended to

is it possible to have a widget act as insensitive but look as it is sensitive?

2005-12-27 Thread Yiannis
Hi, is it possible to have a widget (a toggle button in particular) act as insensitive but look as it is sensitive. More specific is it possible to have a toggle button act as insensitive once activated but look sensitive, ie without the grey shade? Cheers. -- -- Yiannis

Re: gobject + diacanvas = i really please for help here

2005-12-27 Thread Wallace Owen
On Tue, 2005-12-27 at 13:52 +0100, Przemysław Staniszewski wrote: Hello First of all, sorry for my poor English. It is understandable. I want write an application. I try, but I create a monster not a program. So I decide to start once again. When I was writing first version of it, I put

Re: is it possible to have a widget act as insensitive but look as it is sensitive?

2005-12-27 Thread Tristan Van Berkom
Yiannis wrote: Hi, is it possible to have a widget (a toggle button in particular) act as insensitive but look as it is sensitive. More specific is it possible to have a toggle button act as insensitive once activated but look sensitive, ie without the grey shade? Whatever you're doing,

gobject + diacanvas = i really please for help here

2005-12-27 Thread Przemysław Staniszewski
Hello First of all, sorry for my poor English. I want write an application. I try, but I create a monster not a program. So I decide to start once again. When I was writing first version of it, I put every object that I created to tree of widget. Purpose for that was that: if action had place