Markus Fischer wrote:
> 
> Hi,
> 
> Given the GladeXML file, is there an automatic way to find out
> which properties are related to which gtk_* functions ?

> Are there any fixed tables that tell me that <title> of <widget>
> is called with gtk_window_set_title ?
> The same with GtkScrolledWindow: how can I determine
> automatically that I need <hscrollbar_policy> and
> <vscrollbar_policy> with gtk_scrolled_window_set_policy ?

No. The property names are the same as the GtkArg names in some
places (though a lot of GtkArgs were added after Glade was created).

Ideally Glade would get & set widget properties using GtkArgs only
(or the new GTK+ 2.0 property interface).

Damon

_______________________________________________
Glade-devel maillist  -  [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/glade-devel

Reply via email to