Re: How to replace deprecated functions

2007-08-15 Thread Gian Mario Tagliaretti
2007/8/13, Joerg Anders [EMAIL PROTECTED]: Thank you for this. But gtk_toolbar_insert() requires an GtkToolItem as 2nd parameter. And I found now way to say: The GtkToolItem is a GtkSpinButton. GtkToolItem inherits from container, so create GtkToolItem and add your widget, then use

how to grab focus using ATK

2007-08-15 Thread Andrey Tsyvarev
Hi, Could someone explain how an ATK user should properly implement focus grabbing for an object, so that atk_get_focus_object() would return that object? Suppose, for example, one needs to implement a virtual method corresponding to atk_component_grab_focus() in a class

Question about crash in gtkhtml

2007-08-15 Thread MD Tsai
Dear all, I'm tring to write an instant messenger program. I use gtkhtml to show received message. To show the messages, I set the gtkhtml widget to edit mode and non-edit mode. Then I can append html without reload. To control the request from protocol in the message receive area, I use hyper

Re: Ok to redirect http://developer.gnome.org/doc/API/2.0/ to GNOME Library?

2007-08-15 Thread Arnaud Charlet
http://library.gnome.org/developers/gtk/ is a page listing available versions of the documentation; do you believe a latest symlink would be useful ? As well as a stable symlink ? Yes, that would be useful indeed. Arno ___ gtk-devel-list mailing

Re: Ok to redirect http://developer.gnome.org/doc/API/2.0/ to GNOME Library?

2007-08-15 Thread Murray Cumming
On Tue, 2007-08-14 at 23:26 +0200, Frederic Peters wrote: David Nečas (Yeti) wrote: See for instance the GTK+ API reference on: http://library.gnome.org/developers/gtk/2.11/ What is the unversioned link to the latest available API reference of a library?

Re: Ok to redirect http://developer.gnome.org/doc/API/2.0/ to GNOME Library?

2007-08-15 Thread Yeti
On Tue, Aug 14, 2007 at 11:26:03PM +0200, Frederic Peters wrote: David Nečas (Yeti) wrote: What is the unversioned link to the latest available API reference of a library? http://library.gnome.org/developers/gtk/ is a page listing available versions of the documentation; But this does

Re: Ok to redirect http://developer.gnome.org/doc/API/2.0/ to GNOME Library?

2007-08-15 Thread Frederic Peters
Murray Cumming wrote: http://library.gnome.org/developers/gtk/ is a page listing available versions of the documentation; do you believe a latest symlink would be useful ? As well as a stable symlink ? I would [find] them very useful. I just ran an update on library.gnome.org and such

Re: Ok to redirect http://developer.gnome.org/doc/API/2.0/ to GNOME Library?

2007-08-15 Thread Frederic Peters
David Nečas (Yeti) wrote: do you believe a latest symlink would be useful ? As well as a stable symlink ? A stable or latest alias would be definitely useful, but... This has been taken care of. Let me explain: The conclusion on gtk-doc was that it is not feasible to keep the on-line

Re: No new GLib announcements on gtk.org

2007-08-15 Thread Matthias Clasen
On 8/14/07, Tshepang Lekhonkhobe [EMAIL PROTECTED] wrote: On 3/3/07, Ben Combee [EMAIL PROTECTED] wrote: I just realized that GLIb 2.12.9 had been released almost a month ago after seeing it mentioned in a message here. Is there a reason that the main page of gtk.org doesn't have any 2007

Re: Ok to redirect http://developer.gnome.org/doc/API/2.0/ to GNOME Library?

2007-08-15 Thread Behdad Esfahbod
On Tue, 2007-08-14 at 16:31 -0400, Olav Vitters wrote: GTK+ is the main user of the developer API reference with links from: http://www.gtk.org/api/ I want to redirect: http://developer.gnome.org/doc/API/2.0/ to: http://library.gnome.org/developer/ See for instance the GTK+ API

GLib Dependency Model

2007-08-15 Thread Emilio Monti
Recently I have developed a python script that scans all the symbols defined in a group of object files and libraries (through nm), it checks the inter-dependencies and it generates a Lattix Data Import xml file ready to be imported in Lattix. My first test case has been the GLib: