Re: [Vala] direct field access when field not documented?

2008-05-04 Thread Vlad Grecescu
On Mon, Apr 28, 2008 at 4:58 PM, Juerg Billeter <[EMAIL PROTECTED]> wrote: > On Mon, April 7, 2008 22:35, Vlad Grecescu wrote: > > Question: aren't these direct field access supposed to be deprecated in > > Gtk? > > (at least that field didn't show up in the docs) > > How can one change the vapi b

Re: [Vala] direct field access when field not documented?

2008-04-28 Thread Juerg Billeter
On Mon, April 7, 2008 22:35, Vlad Grecescu wrote: > Question: aren't these direct field access supposed to be deprecated in > Gtk? > (at least that field didn't show up in the docs) > How can one change the vapi binding to call set_sort_column_id on setting > the sort_column_id property, given that

[Vala] direct field access when field not documented?

2008-04-07 Thread Vlad Grecescu
Hello list, while continuing to learn Gtk+ and Vala, I struggled with the following problem: I had a TreeViewColumn that I used with a sortable TreeModel, and the DevHelp documentation mentioned that calling: tree_view_column_set_sort_column_id (GtkTreeViewColumn *widget, int sort_column_id) wou