GtkModel and Entry

2002-08-12 Thread Bernd Demian
Hi all, because we use the model from gtk very intensiv, my question : is there a way to use the model whith gtk_entry. So that the synchronisation of the data from the model interact with ListView and Entrys. I hope my question is understandable in english. We want use the Model-Controller-View

drag and drop problem...

2002-08-12 Thread vyadav
hi all,.. Is drag and drop possible in gtk... if yes..how it can be plz help thanks in advance...

Re: drag and drop problem...

2002-08-12 Thread John . Cupitt
[EMAIL PROTECTED] wrote: Is drag and drop possible in gtk... http://www.gtk.org/tutorial/ch-dragangdrop.html http://developer.gnome.org/doc/API/2.0/gtk/gtk-drag-and-drop.html John == Fabric of Vision Dress and Drapery in

Re: Scrolling Drawing Area

2002-08-12 Thread John . Cupitt
Subhankar Chakraborty wrote: I have a drawing area within a ScrolledWindow. I want to scroll the drawing area appropriately whenever my mouse pointer moves out of the boundary of the enclosing window. That is, I want to scroll the drawing area such that the user may get to see a coordinate

announce: VDKBuilder 2.0.3 release

2002-08-12 Thread Mario Motta
VDK Team announce that == VDKBuilder rad tool version 2.0.3 is available at: http://vdkbuilder.sourceforge.net following downloads link. This is a minor bug-fix release.Nothing new, just updated to lates gtk/glib 2.0.6. This version, along with VDK 2.0.3 has been tested

integrate with gtk

2002-08-12 Thread simith nambiar
hello there, one of my friends is using a C++ stack implementing the H.323 protocol for signalling for his voice call pllication! is it possible to build a GUI using GTK for his application ? thanx in advance, Regards, Simith = BIG JOHN NEVER PAYS!:check out Wanda the Fish on

Re: integrate with gtk

2002-08-12 Thread Alexander Larsson
On Mon, 12 Aug 2002, simith nambiar wrote: hello there, one of my friends is using a C++ stack implementing the H.323 protocol for signalling for his voice call pllication! is it possible to build a GUI using GTK for his application ? yes. see www.gnomemeeting.org. --

How do I remove a widget from a table?

2002-08-12 Thread Egon Andersen, Talura
Hi, I would like to remove one or more widgets from a table. The widget has been attached earlier by gtk_table_attach(). When I try to destroy the widget I get a segmentation fault (which I to some degree can understand), but how do I remove the widget the 'right way' ? Best regards Egon

Re: How do I remove a widget from a table?

2002-08-12 Thread John . Cupitt
Egon Andersen, Talura wrote: I would like to remove one or more widgets from a table. The widget has been attached earlier by gtk_table_attach(). When I try to destroy the widget I get a segmentation fault (which I to some degree can understand), but how do I remove the widget the 'right

Re: How do I remove a widget from a table?

2002-08-12 Thread James Durie
On Tue, 2002-08-13 at 01:22, [EMAIL PROTECTED] wrote: Egon Andersen, Talura wrote: I would like to remove one or more widgets from a table. The widget has been attached earlier by gtk_table_attach(). When I try to destroy the widget I get a segmentation fault (which I to some degree can

Re: integrate with gtk

2002-08-12 Thread Daniel Carrera
Sure. There are two ways. 1) The best way is probably to use Gtkmm. Those are the Gtk+ bindings for C++ http://gtkmm.sourceforge.net/ 1) Since C++ is a superset of C, I understand that it can use the straight C libraries. The GUI code would be essentially C. Daniel. On Mon, 12 Aug

Re: Crashing g_string_sprintf when printing invalid floats. gtk+-1.2.9 on Linux

2002-08-12 Thread Eric M. Monsler
All, I'm jumping lists with this; my apologies, but it's definitely a gtk bug and so want to followup to gtk-list. If I try to print a denormalized float with a specific format string, e.g. %6.2f\n, using g_string_sprintf(), the program crashes with an error about allocating a negative

Re: Crashing g_string_sprintf when printing invalid floats. gtk+-1.2.9 on Linux

2002-08-12 Thread Sven Neumann
Hi, Eric M. Monsler [EMAIL PROTECTED] writes: I'm jumping lists with this; my apologies, but it's definitely a gtk bug and so want to followup to gtk-list. the correct place to report this would probably have been http://bugzilla.gnome.org/. If I try to print a denormalized float with a

Re: Crashing g_string_sprintf when printing invalid floats. gtk+-1.2.9 on Linux

2002-08-12 Thread Eric M. Monsler
Sven Neumann wrote: the correct place to report this would probably have been http://bugzilla.gnome.org/. Noted. Apologies. it seems to work better with GTK+-2.0 (or actually glib-2.0): 0.00 Good news! I don't think you can reliably perform range tests on uninitialized

GtkWindow popup signal

2002-08-12 Thread John Skiff
Hi, I'm very new to GTK+. I've been searching for a signal that a toplevel window has just been displayed. Is there any way to be notified when a window is popped up? Thanks, john ___ gtk-list mailing list [EMAIL PROTECTED]

Re: GtkWindow popup signal

2002-08-12 Thread Daniel Carrera
Try expose_event and visibility_notify_event. I've never used them, but the names sound about right. You might also be interested in focus_in_event and focus_out_event. I hope this helps, Daniel. On Mon, 12 Aug 2002, John Skiff wrote: Hi, I'm very new to GTK+. I've been searching for a