gtk_table_attach()

2011-08-10 Thread John Emmas
Using gtk_table_atttach() I can attach widgets to a table. Suppose the table is in a dialog box. I hide the dialog but next time I display it, I want some other widget to occupy the same space. There doesn't seem to be a 'gtk_table_detach()' function - so:- 1) Is there some other way to

Re: gtk_table_attach()

2011-08-10 Thread Jannis Pohlmann
On Wed, 10 Aug 2011 15:41:35 +0100 John Emmas john...@tiscali.co.uk wrote: Using gtk_table_atttach() I can attach widgets to a table. Suppose the table is in a dialog box. I hide the dialog but next time I display it, I want some other widget to occupy the same space. There doesn't seem to

Re: gtk_table_attach()

2011-08-10 Thread John Emmas
On 10 Aug 2011, at 15:49, Jannis Pohlmann wrote: GtkTable inherits from GtkContainer so you can just call gtk_container_remove(table, widget). Be sure to grab a reference on the widget if you don't want it to be destroyed after the removal from the table. [...] Whether this makes

No Pascal in the Gtk bindings list?

2011-08-10 Thread Felipe Monteiro de Carvalho
Hello, Please add Pascal in the Gtk bindings page: http://www.gtk.org/language-bindings.php FPC supports all versions listed there except version 3.0 (which is under work) You can add a link to this page: http://wiki.lazarus.freepascal.org/GTK2_Interface thanks, -- Felipe Monteiro de Carvalho

Re: No Pascal in the Gtk bindings list?

2011-08-10 Thread Javier Jardón
On 4 August 2011 14:21, Felipe Monteiro de Carvalho felipemonteiro.carva...@gmail.com wrote: Hello, Please add Pascal in the Gtk bindings page: http://www.gtk.org/language-bindings.php Done, thanks for noticing. Regards, -- Javier Jardón Cabezas

Unable to compile glib 2.29.12 in MinGW/MSYS

2011-08-10 Thread George Brink
My environment: MinGW+MSYS on WinXP/SP3. make fails on glib/gatomic.c: Creating library file: .libs/libglib-2.0.dll.a .libs/gatomic.o: In function `g_atomic_int_get': C:\dev\glib-2.29.12\glib/gatomic.c:473: undefined reference to `MemoryBarrier' .libs/gatomic.o: In function

Re: Unable to compile glib 2.29.12 in MinGW/MSYS

2011-08-10 Thread Dieter Verfaillie
Quoting George Brink siberian...@yahoo.com: My environment: MinGW+MSYS on WinXP/SP3. make fails on glib/gatomic.c: That's https://bugzilla.gnome.org/show_bug.cgi?id=652827 I'm using the patch proposed in comment 4 until a proper solution is found. mvg, Dieter ps. I noticed that bug report

Re: Unable to compile glib 2.29.12 in MinGW/MSYS

2011-08-10 Thread George Brink
On 8/10/2011 4:51 PM, Dieter Verfaillie wrote: Quoting George Brink siberian...@yahoo.com: My environment: MinGW+MSYS on WinXP/SP3. make fails on glib/gatomic.c: That's https://bugzilla.gnome.org/show_bug.cgi?id=652827 I'm using the patch proposed in comment 4 until a proper solution is