Re: GtkNotebook action signals
- From: Owen Taylor <otaylor redhat com>
- To: jcf tpg com au
- Cc: gtk+ Developers <gtk-devel-list gnome org>
- Subject: Re: GtkNotebook action signals
- Date: Mon, 23 Dec 2002 09:52:23 -0500 (EST)
Jeff Franks <jcf tpg com au> writes:
> Hi,
>
> Is GtkNotebook's "select_page" action signal only emitted when the
> user select's a page with the space key. This signal has a boolean
> argument
> 'move_focus', which always seems to be FALSE. Is move_focus ever TRUE.
These are keybinding signals, so you should *never* be connecting to
them. They are basically "introspectable methods" that can be
specified in a key binding definition.
Neither of the default keybindings use TRUE for the 'move_focus'
parameter, but that doesn't say anything really. Someone could
configure their notebook keybindings to use TRUE for this parameter,
or some future version of GTK+ could start passing TRUE in one
of its default bindings.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]