[Gtk-sharp-list] Paned oddities
Lee Mallabone
gnome@fonicmonkey.net
04 Mar 2003 08:46:23 +0000
Hi all,
I'm documenting the Paned and there are some events in there that I
can't figure out:
CycleChildFocus
ToggleHandleFocus
CycleHandleFocus
MoveHandle
AcceptPosition
CancelPosition
Does anyone know exactly what these represent, and when they fire? I can
probably make educated guesses about most of them, but the last 2 have
got me a bit confused.
Also, a potential bug in the generator: ToggleHandleFocus is a
ToggleHandleFocusHandler that takes a ToggleHandleFocusArgs in its
event.
However, it doesn't actually send any data, so a System.EventHandler
would seem to be more appropriate?
Should I but these in the bug tracker, or am I just confused? :)
Regards,
Lee.