Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
TICKIT_WIN...ILD_NOTIFY(3) Library Functions Manual TICKIT_WIN...ILD_NOTIFY(3)

NAME
       tickit_window_set_focus_child_notify  - control whether windows are in-
       formed of child focus changes

SYNOPSIS
       #include	<tickit.h>

       void tickit_window_set_focus_child_notify(TickitWindow *win, bool notify);

       Link with -ltickit.

DESCRIPTION
       tickit_window_set_focus_child_notify() sets the value of	a  setting  on
       the  given  window  which  controls  whether  the  window  will receive
       TICKIT_EV_FOCUS events when its child windows change focus state	 (when
       true),  or  whether the only focus events it receives are ones relating
       to itself directly (when	false).

       This function is	discouraged in favour of using	the  TICKIT_WINCTL_FO-
       CUS_CHILD_NOTIFY	window control with tickit_window_setctl_int(3).

RETURN VALUE
       tickit_window_set_focus_child_notify() returns no value.

SEE ALSO
       tickit_window_new(3),	  tickit_window_take_focus(3),	   tickit_win-
       dow_set_cursor_position(3),  tickit_window_bind_event(3),   tickit_win-
       dow(7), tickit(7)

						    TICKIT_WIN...ILD_NOTIFY(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=tickit_window_set_focus_child_notify&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help