[ CCode ( has_target = false ) ]
[ Version ( deprecated = true , deprecated_since = "2.9.4" ) ]
public delegate void FocusHandler (Object object, bool focus_in)
Warning: FocusHandler is deprecated since 2.9.4.
The type of callback function used for add_focus_handler and remove_focus_handler
Deprecated with add_focus_handler and remove_focus_handler.
See those methods for more information.
object |
the Object that receives/lose the focus |
focus_in |
TRUE if the object receives the focus |