Re: Array of problems

2005-03-07 Thread Greg Breland
Never attempted doing this, but as a guess, I'd turn off the button borders and put a rounded image on the button. There are several good previous posts in the archives on how to place an image on a button. On Mon, 2005-03-07 at 23:51, [ A b h i s h e k ] wrote: > Problem 2: > i wanted to make my

Array of problems

2005-03-07 Thread [ A b h i s h e k ]
hey people i got a couple of problems. Hope i could get some suggestions . Problem 1: I would like to change the theme colour of my window to a sort of grey-metallic gradient look. Problem 2: i wanted to make my own button widgets, where my buttons would be round in shape rather than the standar

list view & mysql tables

2005-03-07 Thread Grant
Greetings, Does anybody know of some example code/tutorial or even a application which pulls rows of data out of a mysql database and puts it into a list view? (I am using gtk 2.4 and mysql 4.1). Thanks in advance, Grant ___ gtk-app-devel-list mailing

Re: button receives focus but can't be pressed in

2005-03-07 Thread Hubert Sokołowski
On Mon, 7 Mar 2005 20:45:41 +0100 Felix Kater <[EMAIL PROTECTED]> wrote: > Hubert Soko__owski: > > > do you synchronize these threads somehow? if it is possible to set > > sensitive on this button by the main thread then try to do this. > > I don't get your point. > > I do it this way: With the

RV: GObject

2005-03-07 Thread Jorge Monsalvo
-Mensaje original- De: Jorge Monsalvo [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 07 de Marzo de 2005 14:26 Para: 'Tristan Van Berkom' Asunto: RE: GObject Thanks Tristan, When I said "..run in the main loop.." I mean that the object must "do something" during its life. What I want to

gtk with readline, sidebar questions

2005-03-07 Thread Phillip Neiswanger
Do the gtk text widgets provide enough functionality to implement simple command line editing, or do I need to look at integrating with gnu readline? I also am wondering if gtk provides a widget to allow me to create a sidebar that overlaps the central widget rather than being tiled with it.

gnome_execute

2005-03-07 Thread danilo lujambio
Hi, may be this is a little off topic question, we have an application that use gnome_execute_async to call another program. This application run with uid = 0 . We never had problems with this call, when the program run in a Debian Woody , but some of our clients use Red Hat 8. Using RH, in seve

Re: button receives focus but can't be pressed in

2005-03-07 Thread Felix Kater
Hubert Soko__owski: > do you synchronize these threads somehow? if it is possible to set > sensitive on this button by the main thread then try to do this. I don't get your point. I do it this way: With the button click event all concerned buttons are set insensitive, at the same time a timer is

Re: button receives focus but can't be pressed in

2005-03-07 Thread Hubert Sokołowski
On Mon, 7 Mar 2005 18:09:46 +0100 Felix Kater <[EMAIL PROTECTED]> wrote: > > Me again. Same problem with gtk-2.6.4/glib-2.6.3/win32. > > > To sum up: > > If the mouse pointer on a button which was insensitive and gets > sensitive (by another thread), then the button is never highlighted > and

Re: button receives focus but can't be pressed in

2005-03-07 Thread Felix Kater
Me again. Same problem with gtk-2.6.4/glib-2.6.3/win32. To sum up: If the mouse pointer on a button which was insensitive and gets sensitive (by another thread), then the button is never highlighted and doesn't receive the click signal when clicked. Nobody with a comment on this? Can't I some

Re: GObject

2005-03-07 Thread Tristan Van Berkom
On Mon, 7 Mar 2005 12:22:14 -0300, Jorge Monsalvo [...] > What I want is create some "objects" that can run in the glib main loop > and send some signals when an event occurs. I said objects because I > want many instances of different kinds of objects. Be carefull not to mix up object based GSou

GObject

2005-03-07 Thread Jorge Monsalvo
Hi people! Can somebody point me to an example of GObject library development? I 've read the Lacage paper about GObject but I couldn't get an idea of what I must do for my application. What I want is create some "objects" that can run in the glib main loop and send some signals when an event oc