Combo box extensions (proposal)

2000-12-14 Thread Diego Zuccato
Hello all. I think I've had some idas that can greatly improve GtkCombo usability. 1) generate a signal when something gets selected in the list (now it doesen't even generate a "modified" signal for the GtkEntry :-( ) or 2) use a GtkCList instead of a plain GList, so the user (programmer) can pa

Re: Uninstall old GLIB

2000-12-14 Thread Darin Fisher
you mean glib-1.2.8 right? ftp://ftp.gtk.org/pub/gtk/v1.2/ to uninstall GLIB-1.2.7, it depends on how it was installed in the first place. did you install from sources? or, did it come with your system? and, if so what is your system? darin Alex Le Fevre wrote: > How would I uninstall GLIB 2

Uninstall old GLIB

2000-12-14 Thread Alex Le Fevre
How would I uninstall GLIB 2.7? More importantly, where the hell can I find GLIB 2.8? (I can't find that damn thing anywhere, including the ftp.gtk.org site!) Alex Le Fevre __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Produc

xpdq problem

2000-12-14 Thread wesd
I am trying to get pdq program for printing to work. I believe I have installed all the files properly. When I enter 'xpdq' a window should appear that guides me through setting up my printer. However, when I enter 'xpdq' I get: Gtk-WARNING cannot open display. Can anyone help m

RE: GtkPlot and GtkDrawingArea

2000-12-14 Thread Dugas, Alan
Opps! My mistake, in case anyone else run into this, I forgot to set the refresh area using; gtk_plot_refresh(GTK_PLOT(active_plot), GTK_WIDGET(drawing_area)->allocation); -- Stupid Genius > -- > From: Dugas, Alan[SMTP:[EMAIL PROTECTED]] > Sent

GtkPlot and GtkDrawingArea

2000-12-14 Thread Dugas, Alan
Does anyone know how to use a gtkplot to draw onto a gtkdrawing area? I've used gtk_plot_set_drawable(GTK_PLOT(active_plot), GTK_WIDGET(drawing_area)->window) and all I get is a blank drawing area. Any ideas as to where I've gone wrong would be greatly appreciated! Thanks in advance to those who

Re: HELP!! Gdk-ERROR **: BadValue (integer parameter out of range for operation)

2000-12-14 Thread Iain
in gdb, set a breakpoint on main then run with --sync when the program stops at main, set a new breakpoint on gdk_x_error then continue, and the debugger will break when you have the error. The --sync option means that the error will occur when the function is called and not a random time later.

Re: HELP!! Gdk-ERROR **: BadValue (integer parameter out of range for operation)

2000-12-14 Thread John Cupitt
Hi Alan, > 0) add the relevant stuff to get the program to run in sync with the > X server. I regret that i've forgotten what this is. Someone > here will hopefully fill in this information. You can do this by running your program with "--sync" as an argument ... this makes X do ever

Re: HELP!! Gdk-ERROR **: BadValue (integer parameter out of range for operation)

2000-12-14 Thread Paul Barton-Davis
In message <00fa01c065d6$e038cf00$[EMAIL PROTECTED]>you write: >My program have a error message.. > >Gdk-ERROR **: BadValue (integer parameter out of range for operation) > serial 8 error_code 2 request_code 1 minor_code 0 > >But I still don't know where bugs is. 0) add the relevant stuff to get

HELP!! Gdk-ERROR **: BadValue (integer parameter out of range for operation)

2000-12-14 Thread alan
My program have a error message.. Gdk-ERROR **: BadValue (integer parameter out of range for operation) serial 8 error_code 2 request_code 1 minor_code 0 But I still don't know where bugs is. ___ gtk-list mailing list [EMAIL PROTECTED] http://mai