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

« back to all changes in this revision

Viewing changes to man/cdk_button.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
1
'\" t
2
 
.\" $Id: cdk_button.3,v 1.7 2005/04/15 23:22:04 tom Exp $
 
2
.\" $Id: cdk_button.3,v 1.8 2005/12/28 18:35:31 tom Exp $
 
3
.de XX
 
4
..
3
5
.TH cdk_button 3
4
6
.SH NAME
5
 
activateCDKButton,
6
 
destroyCDKButton,
7
 
drawCDKButton,
8
 
eraseCDKButton, 
9
 
getCDKButtonBox,
10
 
getCDKButtonMessage,
11
 
injectCDKButton,
12
 
moveCDKButton,
13
 
newCDKButton,
14
 
positionCDKButton,
15
 
setCDKButton,
16
 
setCDKButtonBackgroundAttrib,
17
 
setCDKButtonBackgroundColor,
18
 
setCDKButtonBox,
19
 
setCDKButtonBoxAttribute,
20
 
setCDKButtonHorizontalChar,
21
 
setCDKButtonLLChar,
22
 
setCDKButtonLRChar,
23
 
setCDKButtonMessage,
24
 
setCDKButtonULChar,
25
 
setCDKButtonURChar,
26
 
setCDKButtonVerticalChar \- create and manage a curses button widget.
 
7
.XX activateCDKButton
 
8
.XX destroyCDKButton
 
9
.XX drawCDKButton
 
10
.XX eraseCDKButton 
 
11
.XX getCDKButtonBox
 
12
.XX getCDKButtonMessage
 
13
.XX injectCDKButton
 
14
.XX moveCDKButton
 
15
.XX newCDKButton
 
16
.XX positionCDKButton
 
17
.XX setCDKButton
 
18
.XX setCDKButtonBackgroundAttrib
 
19
.XX setCDKButtonBackgroundColor
 
20
.XX setCDKButtonBox
 
21
.XX setCDKButtonBoxAttribute
 
22
.XX setCDKButtonHorizontalChar
 
23
.XX setCDKButtonLLChar
 
24
.XX setCDKButtonLRChar
 
25
.XX setCDKButtonMessage
 
26
.XX setCDKButtonULChar
 
27
.XX setCDKButtonURChar
 
28
.XX setCDKButtonVerticalChar
 
29
cdk_button \- create and manage a curses button widget.
27
30
.SH SYNOPSIS
28
31
.LP
29
32
.B cc