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_CLEAR(3) FreeBSD Library Functions Manual TICKIT_PEN_CLEAR(3)

tickit_pen_clear, tickit_pen_clear_attr - remove pen attributes

#include <tickit.h>

void tickit_pen_clear(TickitPen *pen);
void tickit_pen_clear_attr(TickitPen *pen, TickitPenAttr attr);

Link with -ltickit.

tickit_pen_clear() removes all the attributes from the pen instance.

tickit_pen_clear_attr() removes the given attribute from the pen instance. After calling this function, tickit_pen_has_attr(3) will return false for this attribute.

These functions return no value.

tickit_pen_new(3), tickit_pen_has_attr(3), tickit_pen_set_bool_attr(3), tickit_pen_set_int_attr(3), tickit_pen_set_colour_attr(3), 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.