~ubuntu-branches/ubuntu/trusty/libcdk5/trusty

« back to all changes in this revision

Viewing changes to man/cdk_alphalist.3

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-06-06 03:54:31 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20070606035431-1ac5o7r653u6qk8e
Tags: upstream-5.0.20060507
ImportĀ upstreamĀ versionĀ 5.0.20060507

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'\" t
2
 
.\" $Id: cdk_alphalist.3,v 1.20 2005/04/15 23:19:26 tom Exp $"
 
2
.\" $Id: cdk_alphalist.3,v 1.23 2006/05/07 01:04:30 tom Exp $"
 
3
.de XX
 
4
..
3
5
.TH cdk_alphalist 3
4
6
.SH NAME
5
 
activateCDKAlphalist,
6
 
destroyCDKAlphalist,
7
 
drawCDKAlphalist,
8
 
eraseCDKAlphalist,
9
 
getCDKAlphalistBox,
10
 
getCDKAlphalistContents,
11
 
getCDKAlphalistFillerChar,
12
 
getCDKAlphalistHighlight,
13
 
injectCDKAlphalist,
14
 
moveCDKAlphalist,
15
 
newCDKAlphalist,
16
 
positionCDKAlphalist,
17
 
setCDKAlphalist,
18
 
setCDKAlphalistBackgroundAttrib,
19
 
setCDKAlphalistBackgroundColor,
20
 
setCDKAlphalistBox,
21
 
setCDKAlphalistBoxAttribute,
22
 
setCDKAlphalistContents,
23
 
setCDKAlphalistFillerChar,
24
 
setCDKAlphalistHighlight,
25
 
setCDKAlphalistHorizontalChar,
26
 
setCDKAlphalistLLChar,
27
 
setCDKAlphalistLRChar,
28
 
setCDKAlphalistPostProcess,
29
 
setCDKAlphalistPreProcess,
30
 
setCDKAlphalistULChar,
31
 
setCDKAlphalistURChar,
32
 
setCDKAlphalistVerticalChar \- curses sorted list widget.
 
7
.XX activateCDKAlphalist
 
8
.XX destroyCDKAlphalist
 
9
.XX drawCDKAlphalist
 
10
.XX eraseCDKAlphalist
 
11
.XX getCDKAlphalistBox
 
12
.XX getCDKAlphalistContents
 
13
.XX getCDKAlphalistCurrentItem
 
14
.XX getCDKAlphalistFillerChar
 
15
.XX getCDKAlphalistHighlight
 
16
.XX injectCDKAlphalist
 
17
.XX moveCDKAlphalist
 
18
.XX newCDKAlphalist
 
19
.XX positionCDKAlphalist
 
20
.XX setCDKAlphalist
 
21
.XX setCDKAlphalistBackgroundAttrib
 
22
.XX setCDKAlphalistBackgroundColor
 
23
.XX setCDKAlphalistBox
 
24
.XX setCDKAlphalistBoxAttribute
 
25
.XX setCDKAlphalistContents
 
26
.XX setCDKAlphalistCurrentItem
 
27
.XX setCDKAlphalistFillerChar
 
28
.XX setCDKAlphalistHighlight
 
29
.XX setCDKAlphalistHorizontalChar
 
30
.XX setCDKAlphalistLLChar
 
31
.XX setCDKAlphalistLRChar
 
32
.XX setCDKAlphalistPostProcess
 
33
.XX setCDKAlphalistPreProcess
 
34
.XX setCDKAlphalistULChar
 
35
.XX setCDKAlphalistURChar
 
36
.XX setCDKAlphalistVerticalChar
 
37
cdk_alphalist \- curses sorted list widget.
33
38
.SH SYNOPSIS
34
39
.LP
35
40
.B cc
61
66
.BI "CDKALPHALIST *" "alphalist",
62
67
.BI "int *" "size");
63
68
.TP 15
 
69
.B "int getCDKAlphalistCurrentItem ("
 
70
.BI "CDKALPHALIST *" "widget");
 
71
.TP 15
64
72
.B "chtype getCDKAlphalistFillerChar ("
65
73
.BI "CDKALPHALIST *" "alphalist");
66
74
.TP 15
125
133
.BI "char ** " "list",
126
134
.BI "int " "listSize");
127
135
.TP 15
 
136
.B "void setCDKAlphalistCurrentItem ("
 
137
.BI "CDKALPHALIST *" "widget",
 
138
.BI "int " "item");
 
139
.TP 15
128
140
.B "void setCDKAlphalistFillerChar ("
129
141
.BI "CDKALPHALIST *" "alphalist",
130
142
.BI "chtype " "fillerCharacter");
214
226
.B getCDKAlphalistContents
215
227
returns the contents of the alphalist.
216
228
.TP 5
 
229
.B getCDKAlphalistCurrentItem
 
230
returns the current position in the scroll-widget.
 
231
.TP 5
217
232
.B getCDKAlphalistFillerChar
218
233
returns the character being used as the filler character in the
219
234
entry field portion of the widget.
335
350
.B setCDKAlphalist
336
351
lets the programmer modify certain elements of an existing alphalist widget.
337
352
The parameter names correspond to the same parameter
338
 
names listed in the \fInewCDKAlphalist\fR function.
 
353
names listed in the \fBnewCDKAlphalist\fR function.
339
354
.TP 5
340
355
.B setCDKAlphalistBackgroundAttrib
341
356
sets the background attribute of the widget.
357
372
sets the contents of the alphalist widget
358
373
(note that it sorts the caller's copy of the list).
359
374
.TP 5
 
375
.B setCDKAlphalistCurrentItem
 
376
set the current position in the scroll-widget.
 
377
.TP 5
360
378
.B setCDKAlphalistFillerChar
361
379
sets the character to use when drawing the entry field portion of the widget.
362
380
.TP 5