|
NAMEtickit_window_ctlname - return the name of a window controlSYNOPSIS#include <tickit.h> const char * tickit_window_ctlname(TickitWindowCtl ctl); TickitWindowCtl tickit_window_lookup_ctl(const char * name); TickitType tickit_window_ctltype(TickitWindowCtl ctl); Link with -ltickit. DESCRIPTIONtickit_window_ctlname() returns the name of the given window control. These names are the lowercase strings given in tickit_window(7).tickit_window_lookup_ctl() returns the control constant for a given name. If the name is not recognised then -1 is returned. tickit_window_ctltype() returns the type of the given
window control, as one of the following constants:
For unrecognised control types, the function returns 0. RETURN VALUEtickit_window_ctlname() returns a constant string pointer. tickit_window_lookup_ctl() returns an control constant or -1. tickit_window_ctltype() returns a control type constant or 0.SEE ALSOtickit_window(7), tickit(7) Visit the GSP FreeBSD Man Page Interface. |