Re: [cssed-devel] cssed 0.3.0 release: arrows for browsing multiple files
Brought to you by:
iagorubio
From: <mic...@ea...> - 2004-09-28 15:56:35
|
Le 27 sept. 2004, =E0 19:42, Iago Rubio a =E9crit : > On Mon, 2004-09-27 at 04:51, Mich=E8le Garoche wrote: > Well, there's the new file selector. > How it works in OsX ? It works well. > It is new code in cssed (not an API upgrade the olf FileSelector is > still in GTK, to use the new you must rewrite the file selector code). > >> It seems that it is a style property: has_secondary_backward_stepper, >> has_secondary_forward_stepper introduced in gtk 2.4 and set to false=20= >> by >> default, truly stupid first to put it as style property, hence not >> changeable within a given application, second to set it as false by >> default. >> >> And after browsing the gtk code, I've seen that first the parameter = is >> only readable, second there is a bug in the name of one of those >> parameters. >> >> gtk_widget_class_install_style_property (widget_class, >> g_param_spec_boolean = ("has_secondary backward_stepper", >> = P_("Secondary backward stepper"), >> = P_("Display a second backward arrow button on the opposite=20 >> end >> of the tab area"), >> FALSE, >> =09 >> = G_PARAM_READABLE)); >> >> See a _ is missing in the second parameter, so it's likely not to=20 >> work. > > Upsh ! It should be filed in bugzilla. Already reported on the gtk mailing list and already changed in cvs by=20= Matthias Clasen the same day :-) Mich=E8le <http://micmacfr.homeunix.org> |