Re: GdkKeymap direction-changed signal query?
- From: Owen Taylor <otaylor redhat com>
- To: Jeff Franks <jcf tpg com au>
- Cc: gtk-devel-list gnome org
- Subject: Re: GdkKeymap direction-changed signal query?
- Date: 18 Dec 2001 16:08:43 -0500
Jeff Franks <jcf tpg com au> writes:
> Hi,
>
> GdkKeymapClass declares the direction_changed signal as:
>
> void (*direction_changed) (void);
>
> I know that GTK only supports one GdkKeymap which is used by calling:
>
> GdkKeymap* gdk_keymap_get_default (void);
GTK+-2.2 will support multiple.
> but shouldn't the direction_changed signal still be declared as:
>
> void (*direction_changed) (GdkKeymap *keymap);
Yes, of course. (Though it's pretty much irrelevant - GdkKeymap isn't
publically derivable, and it is unlikely that the window-system
implementations would want a default handler.)
Fixing in CVS,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]