File: tickit_penattr_type.3

package info (click to toggle)
libtickit 0.4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,556 kB
  • sloc: ansic: 13,904; perl: 228; makefile: 161; sh: 38
file content (18 lines) | stat: -rw-r--r-- 569 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.TH TICKIT_PENATTR_TYPE 3
.SH NAME
tickit_penattr_type \- return the type of a pen attribute
.SH SYNOPSIS
.EX
.B #include <tickit.h>
.sp
.BI "TickitPenAttrType tickit_penattr_type(TickitPenAttr " attr );
.EE
.sp
Link with \fI\-ltickit\fP.
.SH DESCRIPTION
\fBtickit_penattr_type\fP() returns the type of the given pen attribute, as one of the constants \fBTICKIT_PENTYPE_BOOL\fP, \fBTICKIT_PENTYPE_INT\fP or \fBTICKIT_PENTYPE_COLOUR\fP.
.SH "RETURN VALUE"
\fBtickit_penattr_type\fP() returns a pen attribute type value.
.SH "SEE ALSO"
.BR tickit_pen (7),
.BR tickit (7)