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_get_abs_geometry - query the absolute position of a window

Description

tickit_window_get_abs_geometry()  returns  a TickitRect structure containing the absolute position of the
       given window within the underlying terminal. For a root window or an immediate child of it, this will  be
       the  same  as its position given by tickit_window_get_geometry(3). For further-nested children, this will
       take account of the position of its parents.

Name

       tickit_window_get_abs_geometry - query the absolute position of a window

Return Value

See Also

tickit_window_new(3),   tickit_window_get_geometry(3),   tickit_window_reposition(3),   tickit_window(7),
       tickit(7)

                                                                               TICKIT_WINDOW_GET_ABS_GEOMETRY(3)

Synopsis

#include<tickit.h>TickitRecttickit_window_get_abs_geometry(constTickitWindow*win);

       Link with -ltickit.

See Also