Re: dynamic mixing of primitives and background picture - semi-gui cropping utility
- From: Kevin Ryde <user42 zip com au>
- To: gtk-perl-list gnome org
- Cc: postdoc38 yahoo fr
- Subject: Re: dynamic mixing of primitives and background picture - semi-gui cropping utility
- Date: Fri, 13 Nov 2009 09:21:50 +1100
muppet <scott asofyet org> writes:
if ($key_val == $Gtk2::Gdk::Keysyms{GDK_Up}) {
Or Gtk2::Gdk->keyval_from_name() similarly. That hash could be a tie on
gdk_keyval_from_name() if Gdk would offer the full list of available key
names ...
Or mess around with an accelerator table.
Or advanced Gtk2::BindingSet when ready to go the whole hog with a
widget subclass and action signals. I've had success with it, and it's
supposed to be more configurable, though I don't know if it really ends
up more configurable in practice :-).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]