| Version 1.9 Build 1556
|
|
Next: listboxcontainer.done - Function
Up: listboxcontainer - Tool
Previous: listboxcontainer - Tool
listboxcontainer - Constructor
|
Package |
display |
|
Module |
widgets |
|
Tool |
listboxcontainer |
Construct a listboxcontainer
Synopsis
listboxcontainer(parent, container, hscrollbar, vscrollbar, vscrollbarright, seeoninsert, width, height, mode, font, relief, borderwidth, foreground, background, exportselection, fill, widgetset)
Arguments
parent |
|
Parent of the listboxcontainer |
|
|
Allowed: |
Tk frame |
container |
|
Create from an itemcontainer |
|
|
Allowed: |
itemcontainer |
|
|
Default: |
unset |
hscrollbar |
|
Show a horizontal scrollbar? |
|
|
Allowed: |
Boolean |
|
|
Default: |
T |
vscrollbar |
|
Show a vertical scrollbar? |
|
|
Allowed: |
Boolean |
|
|
Default: |
T |
vscrollbarright |
|
Show vertical scrollbar on right? (F=left) |
|
|
Allowed: |
Boolean |
|
|
Default: |
T |
seeoninsert |
|
See the end after each insert? |
|
|
Allowed: |
Boolean |
|
|
Default: |
T |
width |
|
Width in characters units |
|
|
Allowed: |
Integer |
|
|
Default: |
20 |
height |
|
Height in characters units |
|
|
Allowed: |
Integer |
|
|
Default: |
6 |
mode |
|
Listbox mode |
|
|
Allowed: |
String from `browse', `single',
`extended', `multiple' |
|
|
Default: |
`browse' |
font |
|
Font of text |
|
|
Allowed: |
X font |
|
|
Default: |
`' |
relief |
|
Edge relief |
|
|
Allowed: |
String from `flat', `ridge',
`raised', `sunken', `groove' |
|
|
Default: |
`sunken' |
borderwidth |
|
Border width |
|
|
Allowed: |
Integer |
|
|
Default: |
2 |
foreground |
|
Color of text |
|
|
Allowed: |
X color |
|
|
Default: |
`black' |
background |
|
Background color |
|
|
Allowed: |
X color |
|
|
Default: |
`lightgrey' |
exportselection |
|
export to X clipboard? |
|
|
Allowed: |
Boolean |
|
|
Default: |
F |
fill |
|
how to expand when resized |
|
|
Allowed: |
String from `x', `y',
`both', `none' |
|
|
Default: |
`both' |
widgetset |
|
Widget set to use |
|
|
Allowed: |
A widgetserver closure tool |
|
|
Default: |
dws |
Returns
listboxcontainer widget