Re: gtk_button

2005-06-27 Thread Antonio Gomes
hi could you tell us how you are increasing the count value !? I think you could easyly reach your goal making this handlering inside the callback of button's "click" signal, or did I understood you wrong !!? regards On 6/27/05, srinivas <[EMAIL PROTECTED]> wrote: > hi; > > i have a gt

Re: HELP: cpu load graph plotting program

2005-06-27 Thread Jody Goldberg
As does the goffice module in gnome cvs. We use them in gnumeric. On Mon, Jun 27, 2005 at 09:02:52AM +0200, Stefan Kost wrote: > Hi Kevin, > > gtkextra (http://gtkextra.sourceforge.net/) has plotting widgets. ___ gtk-app-devel-list mailing list gtk-app

Is it possible to make a Combo+Spin Box?

2005-06-27 Thread Joshua A. Andler
Basically I'd want a combo box with some preset values, but spinbuttons on it to tweak from there. Is this doable with GTK? I'm really just wanting to see if I can implement a fancy font size selector. Any thoughts on how to achieve this would be greatly appreciated. Thanks! -Josh _

Re: how can i access usb memory stick as a non-root

2005-06-27 Thread Jeff Franks
harshavardhanreddy mandeepala wrote: hi i am using linux fedora core 3. i want to access usb memorystick as a non-root user. i can mount and umount as a root,but when i want to do it as a "guest"(non-root) it is giving as a "only root can do it" i have changed the ownership of /dev directory

Re: how can i access usb memory stick as a non-root

2005-06-27 Thread Leandro A. F. Pereira
On Mon, 2005-06-27 at 19:49 +0530, harshavardhanreddy mandeepala wrote: > i am using linux fedora core 3. > i want to access usb memorystick as a non-root user. If someone's gonna answer to this post, please do in private. Leandro ___ g

Re: how can i access usb memory stick as a non-root

2005-06-27 Thread John Coppens
On Mon, 27 Jun 2005 19:49:45 +0530 harshavardhanreddy mandeepala <[EMAIL PROTECTED]> wrote: > hi > i am using linux fedora core 3. > i want to access usb memorystick as a non-root user. > i can mount and umount as a root,but when i want to do it as a > "guest"(non-root) it is giving as a "only ro

how can i access usb memory stick as a non-root

2005-06-27 Thread harshavardhanreddy mandeepala
hi i am using linux fedora core 3. i want to access usb memorystick as a non-root user. i can mount and umount as a root,but when i want to do it as a "guest"(non-root) it is giving as a "only root can do it" i have changed the ownership of /dev directory to "guest" but still it is giving same

Re: GTK dialog ESC key problem

2005-06-27 Thread Tim Müller
On Monday 27 June 2005 13:53, Colossus wrote: > > It should actually act as if you clicked the Cancel button, ie. emit a > > dialog response with GTK_RESPONSE_CANCEL and return that as value in > > gtk_dialog_run() if you are using gtk_dialog_run(). In other words: you > > probably need to fix you

Re: GTK dialog ESC key problem

2005-06-27 Thread Colossus
Tim Müller wrote: It should actually act as if you clicked the Cancel button, ie. emit a dialog response with GTK_RESPONSE_CANCEL and return that as value in gtk_dialog_run() if you are using gtk_dialog_run(). In other words: you probably need to fix your code to check the response values corr

Re: GTK dialog ESC key problem

2005-06-27 Thread Tim Müller
On Monday 27 June 2005 13:09, Colossus wrote: > I have a gtk-dialog built with glade with the two buttons Cancel and > Ok. When I push the ESC key on the keyboard the code behaves as I > clicked Ok with the mouse on the dialog and this is not correct. > How can I avoid this behaviour ? It should

re:gtk_button

2005-06-27 Thread srinivas
hi; i have a gtk_entry with incrementing count value. i have a gtk_button, now when i pressed the button the count in gtk_entry has to be stopped. how can i proceed for it. thanks; srinivas. ___ gtk-app-devel-list mailing list gtk-app-devel-list

GTK dialog ESC key problem

2005-06-27 Thread Colossus
Hi, I have a gtk-dialog built with glade with the two buttons Cancel and Ok. When I push the ESC key on the keyboard the code behaves as I clicked Ok with the mouse on the dialog and this is not correct. How can I avoid this behaviour ? -- Colossus Cpsed, a Linux OpenGL 3D scene editor http:

Re: HELP: cpu load graph plotting program

2005-06-27 Thread Stefan Kost
Hi Kevin, gtkextra (http://gtkextra.sourceforge.net/) has plotting widgets. Stefan I am making a monitor program for the PC. My monitor program will grab statistics about CPU and memory every 1 or 5 seconds. Then I want to store this data so I have a history and hence be able to graph this ou