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_RECT_INIT_SIZED(3) FreeBSD Library Functions Manual TICKIT_RECT_INIT_SIZED(3)

tickit_rect_init_sized, tickit_rect_init_bounded - initialise a rectangle struct

#include <tickit.h>

void tickit_rect_init_sized(TickitRect *rect, int top, int left,
    int lines, int cols);
void tickit_rect_init_bounded(TickitRect *rect, int top, int left,
    int bottom, int right);

Link with -ltickit.

tickit_rect_init_sized() initialises a TickitRect structure to contain the given top left corner and size. It is equivalent to just initialising the four fields individually, but is included in the API for completeness.

tickit_rect_init_bounded() initialises a TickitRect structure to contain the given top left and bottom right bounds.

Neither function returns a value.

tickit_rect_bottom(3), tickit_rect_right(3), tickit_rect(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.