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_PEN_ATTRNAME(3) FreeBSD Library Functions Manual TICKIT_PEN_ATTRNAME(3)

tickit_pen_attrname - return the name of a pen attribute

#include <tickit.h>

const char * tickit_pen_attrname(TickitPenAttr attr);
TickitPenAttr tickit_pen_lookup_attr(const char * name);

Link with -ltickit.

tickit_pen_attrname() returns the name of the given pen attribute. These names are the lowercase strings given in tickit_pen(7).

tickit_pen_lookup_attr() returns the attribute constant for a given name. If the name is not recognised then -1 is returned.

tickit_pen_attrname() returns a constant string pointer. tickit_pen_lookup_attr() returns an attribute constant or -1.

tickit_pen(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.