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

« back to all changes in this revision

Viewing changes to man/cdk_objs.3

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-06-06 03:54:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070606035431-ba4gdvw0h6ybffsu
Tags: 5.0.20060507-1
* New upstream release.
* Fixed header patching.  Patch from Robert Schiele.
  Closes: #402978, #416336.
* Update widget count in description.  Closes: #294709.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" $Id: cdk_objs.3,v 1.1 2005/04/24 20:05:28 tom Exp $
 
1
.\" $Id: cdk_objs.3,v 1.2 2005/12/28 20:54:41 tom Exp $
 
2
.de XX
 
3
..
2
4
.TH cdk_objs 3
3
5
.SH NAME
4
 
cleanCdkTitle,
5
 
drawCdkTitle,
6
 
getcCDKObject,
7
 
positionCDKObject,
8
 
setCDKObjectBackgroundColor,
9
 
setCDKObjectPostProcess,
10
 
setCDKObjectPreProcess,
11
 
setCdkExitType,
12
 
setCdkTitle,
13
 
validCDKObject \- Cdk object-support functions
 
6
.XX cleanCdkTitle
 
7
.XX drawCdkTitle
 
8
.XX positionCDKObject
 
9
.XX setCDKObjectBackgroundColor
 
10
.XX setCDKObjectPostProcess
 
11
.XX setCDKObjectPreProcess
 
12
.XX setCdkExitType
 
13
.XX setCdkTitle
 
14
.XX validCDKObject
 
15
cdk_objs \- Cdk object-support functions
14
16
.SH SYNOPSIS
15
17
.LP
16
18
.B cc
27
29
.BI "WINDOW *" "window",
28
30
.BI "CDKOBJS *" "object");
29
31
.TP 15
30
 
.B "int getcCDKObject ("
31
 
.BI "CDKOBJS *" "object");
32
 
.TP 15
33
32
.B "void positionCDKObject ("
34
33
.BI "CDKOBJS *" "object",
35
34
.BI "WINDOW *" "win");
89
88
.B drawCdkTitle,
90
89
Draw the widget's title.
91
90
.TP 5
92
 
.B getcCDKObject
93
 
Read from the input window, filtering keycodes as needed.
94
 
.TP 5
95
91
.B positionCDKObject
96
92
This allows the user to use the cursor keys to adjust the
97
93
position of the widget.
117
113
Returns true if a "new" was done on the object but no "destroy".
118
114
.
119
115
.SH SEE ALSO
 
116
cdk_binding (3)
120
117
cdk_process (3)