logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tickit_window_set_focus_child_notify - control whether windows are informed of child focus changes

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_FOCUS_CHILD_NOTIFY window control with
       tickit_window_setctl_int(3).

Name

       tickit_window_set_focus_child_notify - control whether windows are informed of child focus changes

Return Value

tickit_window_set_focus_child_notify() returns no value.

See Also

tickit_window_new(3),         tickit_window_take_focus(3),          tickit_window_set_cursor_position(3),
       tickit_window_bind_event(3), tickit_window(7), tickit(7)

                                                                         TICKIT_WINDOW_SET_FOCUS_CHILD_NOTIFY(3)

Synopsis

#include<tickit.h>voidtickit_window_set_focus_child_notify(TickitWindow*win,boolnotify);

       Link with -ltickit.

See Also