vptk_w

 view release on metacpan or  search on metacpan

toolbar/balloon_cnf_dlg.txt  view on Meta::CPAN


 -activebackground => color
Specifies background color to use when drawing active elements. An
element (a widget or portion of a widget) is active if the mouse
cursor is positioned over the element and pressing a mouse button
will cause some action to occur.

 -activeforeground => color
Specifies foreground color to use when drawing active elements. An
element (a widget or portion of a widget) is active if the mouse
cursor is positioned over the element and pressing a mouse button
will cause some action to occur.

 -anchor => 'n' | 'ne' | 'e' | 'se' | 's' | 'sw' | 'w' | 'nw' | 'center'
Anchors the widget inside the allocation rectangle

 -aspect => non-negative integer
Value indicating desired aspect ratio for the text. The aspect ratio is specified 
as 100*width/height.  200 means the text should be twice as wide as it is tall, 
50 means the text should be twice as tall as it is wide, and so on. 
Used to choose line length for text if width option isn't specified. Defaults to 150.

 -autolistwidth => 0|1
If set to a true value, then the width of the listbox will match
the width of the largest entry.

 -background => color
Sets the background color of the widget to color.

 -bigincrement => amount
Sets the amount by which the slider will change value when required to do so in
large increments. Default is 0, causing the value to change by 1/10 the top 
value of the scale.

 -bitmap => bitmap
Displays the bitmap contained in bitmap instead of text.

 -blocks => number
This controls the number of blocks to be used to construct the
progress bar. The default is to break the bar into 10 blocks.

 -borderwidth => amount
Changes the width of the edges of the widget.

 -browse2cmd => callback
Like "-browsecmd", but the callback is called with the listbox
index instead of the selected value.

 -browsecmd => callback
Specifies a function to call when a selection is made in the popped
up listbox. It is passed the widget and the text of the entry
selected. This function is called after the entry variable has been
assigned the value.

 -column => n
Sets the column to place widget in (n >= 0).

 -columns => number
Number of columns in widget.

 -columnspan => n
Sets the number of columns for the widget to span beginning with -column.

 -command => subroutine pointer
Specifies the callback routine to be associated with the widget main action
(select, double-click, 'return' key, etc.) See specific TkPOD help for
each widget.

 -compound => type
Specifies whether the button should display both an image and text, and 
if so, where the image should be placed relative to the text.  The default 
value is none, meaning that the button will display either an image or text, 
depending on the values of the -image and -bitmap options.

 -createcmd => subroutine pointer
Specifies a callback to be called the first time the page is shown on the screen. 
This option can be used to delay the creation of the contents of a page until 
necessary. It can be useful in situations where there are a large number of pages 
in a NoteBook widget; 

 -cursor => cursorname
Changes the cursor to cursorname when the mouse is over this widget.

 -digits => amount
Indicates how many significant digits to retain when conversion 
from a number to a string takes place.

 -disabledforeground => color
Specifies foreground color to use when drawing a disabled element.

 -expand => 1 | 0
Causes the allocation rectangle to fill the remaining space
available in the window or frame

 -fill => 'none' | 'x' | 'y' | 'both'
Causes the widget to fill the allocation rectangle in the
specified direction

 -fixedcolumns => number
Number of fixed columns

 -fixedrows => number

 -font => fontname
Indicates that the text in the widget will be displayed with fontname.

 -foreground => color
Changes the text of the widget (or the bitmap) to be <color> color.

 -from => value
Indicates the low end of the scale values. Default is 0.  

 -gap => pixels
This is the spacing (in pixels) between each block. Defaults to 1.
Use 0 to get a continuous bar.

 -gridded => direction
Specifies if the top and left edges of the pane should snap to a grid column. 
This option is only useful if the widgets in the pane are managed 
by the grid geometry manager. Possible values are x, y and xy.



( run in 2.109 seconds using v1.01-cache-2.11-cpan-5c0b1e786e0 )