Re: Theme not affecting titlebar on windows xp... help needed

2006-03-18 Thread Gus Koppel
Michael L Torrie wrote: On Sat, 2006-03-18 at 00:38 +0100, Gus Koppel wrote: However, then you would have to manage all tasks the window manager takes care of by yourself, i.e. minimizing and maximizing the window on request and providing correct drag behaviour. For resizability of your

Re: Question about GdkColor

2006-03-18 Thread Sven Neumann
Hi, yeajchao [EMAIL PROTECTED] writes: In general,the RGB color mode ,the red or green or blue's value is from 0 to 255 But ,the GdkColor ,the value is from 0 to 65535 My question is ,how to map (0--255) to (0--65535) r = ((r 8) | r); g = ((g 8) | g); b = ((b 8) | b); Sven

treeview, gtk and mysql

2006-03-18 Thread rupert
Hello, im trying to create an application that uses a mysql database to get its information, first a treeview is created from the information stored in one column, than when I select a row some more information should be displayed as GTK Labels and a picture is shown for each row. I have the

Re: treeview, gtk and mysql

2006-03-18 Thread Daniel Espinosa
If you want you can try the libgda and libgnomedb, in www.gnome-db.org, wich is a set of providers that allow you to connect, get, edit and show data from diferent database servers like MySQL, PostgreSQL, Oracle, MS SQL Server, etc. 2006/3/18, rupert [EMAIL PROTECTED]: Hello, im trying to