Re: i18n: label vs. clist title?
- From: eichin-gtk-perl thok org
- To: gtk-perl-list gnome org
- Subject: Re: i18n: label vs. clist title?
- Date: 15 May 2002 15:43:16 -0400
Oh, and (it should have occurred to me sooner) the obvious perl-level
workaround applies:
$ilist = $g->get_widget("image_prop_list");
# work around libglade 0.17 bug
$ilist->set_column_title(0, _("Property"));
$ilist->set_column_title(1, _("Value"));
# end workaround.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]