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_RAISE(3) FreeBSD Library Functions Manual TICKIT_WINDOW_RAISE(3)

tickit_window_raise, tickit_window_lower - change window stacking order

#include <tickit.h>

void tickit_window_raise(TickitWindow *win);
void tickit_window_raise_to_front(TickitWindow *win);
void tickit_window_lower(TickitWindow *win);
void tickit_window_lower_to_back(TickitWindow *win);

Link with -ltickit.

tickit_window_raise() brings the given window one level higher up in the stacking order in its parent. tickit_window_raise_to_front() brings the given window to the front of the stacking order in its parent. These functions may cause new areas of the given window or children of it to become exposed, and may result in TICKIT_EV_EXPOSE events when tickit_window_flush(3) is next called.

tickit_window_lower() brings the given window one level lower down in the stacking order in its parent. tickit_window_lower_to_back() brings the given window to the back of the stacking order in its parent. These functions may cause new areas of other sibling windows or their children to become exposed, and may result in TICKIT_EV_EXPOSE events when tickit_window_flush(3) is next called.

These functions return no value.

tickit_window_new(3), tickit_window_show(3), tickit_window_bind_event(3), tickit_window_flush(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.