Re: API for gtk_settings_set_long_property
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: API for gtk_settings_set_long_property
- Date: Tue, 30 Oct 2007 21:28:59 +0100
On Thu, 2007-10-25 at 13:56 +0200, Tian wrote:
Thanks to Colin Leroy, one of the Claws Mail's developers, I know how they do
in this application. They use AccelMap and a few tests show me it should be OK
ith that. But they also use gtk_settings_set_long_property to change the value
for gtk-can-change-accels.
Nothing from the GtkSettings API is currently bound, mostly because it's
rather binding-unfriendly but also because there did not seem to be much
demand.
So I'd like to know how we could do that also in Perl. I didn't find a
corresponding method in the Gtk2-Perl API. Is this something that is missing
or are there other ways to achieve the same goal?
For some reason I can't get accelerator overriding working at all, so I
can't test. But something like this should work:
Gtk2::Rc->parse_string(<<__EOD__);
gtk-can-change-accels = 1
__EOD__
--
Bye,
-Torsten
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]