[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: GtkBindingSet etc
- From: Kevin Ryde <user42 zip com au>
- To: gtk-perl-list gnome org
- Subject: Re: GtkBindingSet etc
- Date: Mon, 19 Jan 2009 08:36:16 +1100
muppet <scott asofyet org> writes:
>
> $ svn add newfile
Ah, unlike cvs where that needs commit privs ...
> If the priority enumeration is really just a set of markers in a
> continuous (well, for integers) number space,
0 to 15 is the intended range, there's constants for 6 of them.
> then we probably want
> traditional perl constants instead of enum strings.
Ah, yeah, in the style of G_PRIORITY_whatever. It'd be friendly and
enum-like to accept 'application' as a value though. Maybe both could
be ok, but at the risk of creating a style which appliction funcs
couldn't also take, etc.
> "clear" is deprecated, so not binding it is probably best.
If it's different it might have some value. But might leave it out to
start.
> You have noinit => 1 in the args for TestHelper, followed immediately
> by "use Gtk2 -init".
Thanks, that's a typo. I think I put it in while wrestling with why
Gtk2::Rc wasn't making bindingsets.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]