Re: [pygtk] Enabling scroll adjustments in GI

2011-06-05 Thread Just Fill Bugs
On 06/06/2011 04:51 AM, Arjan Molenaar wrote: Hi, Next hurdle in porting Gaphas is that Gaphas' view class is managaing adjustments by itself. On class level I used to call View.set_set_scroll_adjustments_signal("set-scroll-adjustments") to set the signal that should be emited when adjustmen

Re: [pygtk] Enabling scroll adjustments in GI

2011-06-05 Thread John Stowers
> > > PS. As a side note: how is this supposed to work with GTK3, as there is not > set_scroll_adjustments_signal call there it seems? This isn't really your question, but GTK2 via GI is not supported. The annotations in GTK2 are not up to date. John

[pygtk] Enabling scroll adjustments in GI

2011-06-05 Thread Arjan Molenaar
Hi, Next hurdle in porting Gaphas is that Gaphas' view class is managaing adjustments by itself. On class level I used to call View.set_set_scroll_adjustments_signal("set-scroll-adjustments") to set the signal that should be emited when adjustments are changing on module level. This does not