spinbutton's problem

2004-07-16 Thread abhijit
Title: Message Hi All, I'm developing an application which has 2 spinbutton in a window(screen). The two spinbuttons has range 1-900. Ifuser typed any number more than 900 in any spinbutton(say first), and clicked outside(in any other widget of the window) ,one dialog box is coming ,

Re: Sheet and Drawer widgets

2004-07-16 Thread Maciej Katafiasz
W licie z czw, 15-07-2004, godz. 22:58, Owen Taylor pisze: On Wed, 2004-07-14 at 22:47, Ken Harris wrote: I once saw an interview with Owen Taylor where he said he'd like to see somebody implement Mac-style drawers, for possible inclusion in some future version of Gtk+. Being crazy (or

Re: Sheet and Drawer widgets

2004-07-16 Thread Christer Palm
Ken Harris wrote: It's not something you can really use yet, but it's kind of fun to play with. The next step is to make them into real GtkWidgets, and polish them up so they're usable in real applications. If you want to help, please do! I'm new to Gtk+ and still trying to figure this stuff

gtk_input_add_full problem

2004-07-16 Thread Josÿffffffffffe9 Antonio Sÿffffffffffe1nchez Murillo
I'm developing a real time application with rtai and two processes that has to comunicate each other. One process (real time) sends data every 10ms to a FIFO (/dev/rtf0) and the other process (gtk) has to get those from that FIFO. The gtk process doesn't have to get those messages in real time, so

GTK Signal Definitions

2004-07-16 Thread Bryan Christ
Does anyone know what signal I should be connecting to when I want to take action when a window is resized? As an aside, is there a list of signal definitions? The GTK API documentation seems pretty hit-and-miss. As an example, GtkButton explains activate but GtkWindow has nothing to describe

Changing the order of gtk_tree_view columns with the mouse

2004-07-16 Thread DANIELLLANO
I want to change the order of gtk_tree_view columns with the mouse (and also be able to hide the columns I don't want to see) How may I do that? ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK Signal Definitions

2004-07-16 Thread John Cupitt
bryan christ wrote: Does anyone know what signal I should be connecting to when I want to take action when a window is resized? You need configure_event. In my experience it's rare to want to listen to this signal, usually it's simpler to subclass one of the existing widgets and have a

Re: why moving to new Glade version made GUI lose widget? (toolbar)

2004-07-16 Thread seberino
Claudio Thanks. Actually we had problems when we loaded the old Glade file into the newer Glade it seems that the new Glade modifies the old Glade file in a way that breaks it. Chris On Thu, Jul 15, 2004 at 06:41:11PM -0400, Claudio Saavedra V. wrote: On Thu, 2004-07-15 at 18:03, [EMAIL