Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: scrolllistbox.listbox - Function Up: scrolllistbox - Tool Previous: scrolllistbox - Tool


scrolllistbox - Constructor



Package display
Module widgets
Tool scrolllistbox


Construct a scrolllistbox


Synopsis
scrolllistbox(parent, hscrollbar, vscrollbar, vscrollbarright, seeoninsert, width, height, mode, font, relief, borderwidth, foreground, background, exportselection, fill, widgetset)


Arguments

parent Parent of the scrolllistbox
Allowed: Tk frame
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
scrolllistbox widget


Description
Constructs a scrolllistbox according to the specified construction arguments, and returns a ref to the widget.





next up previous contents index
Next: scrolllistbox.listbox - Function Up: scrolllistbox - Tool Previous: scrolllistbox - Tool   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15