GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TICKIT_WINDOW_SET_FOCUS_CHILD_NOTIFY(3) FreeBSD Library Functions Manual TICKIT_WINDOW_SET_FOCUS_CHILD_NOTIFY(3)

tickit_window_set_focus_child_notify - control whether windows are informed of child focus changes

#include <tickit.h>

void tickit_window_set_focus_child_notify(TickitWindow *win, bool notify);

Link with -ltickit.

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).

tickit_window_set_focus_child_notify() returns no value.

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)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.