diff options
Diffstat (limited to 'lib/gs/doc/src/inofficial_options')
-rw-r--r-- | lib/gs/doc/src/inofficial_options | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/lib/gs/doc/src/inofficial_options b/lib/gs/doc/src/inofficial_options deleted file mode 100644 index e3fa222943..0000000000 --- a/lib/gs/doc/src/inofficial_options +++ /dev/null @@ -1,65 +0,0 @@ -The following options should be used with extreme care since they will -most likely be removed or changed in a future release. - -Object Options ----------------------------------------------------------------------------- -Window highlightbw,highlightbg -Button disabledfg,activebg,activefg,highlightbw,highlightfg, -Entry highlightbg,highlightbw,highlightfg, - selectbg,selectfg,insertbg -Label highlightbg,highlightbw,highlightfg, -Listbox highlightbg,highlightbw,highlightfg, - selectbg,selectbw,selectfg,activebg,scrollbg,scrollfg -Canvas activebg,highlightbg,highlightbw,highlightfg, - selectbg,selectbw,selectfg -CanvasObj {stipple, Bool} fills object with gray bitmap pattern. - Will be changed or removed. -Image {load_gif, Filename},{save_gif,Filename}, - Config: {pix_val,{{X,Y},Color}}|{pix_val,{{{X1,Y1},{X2,Y2}},Color} - Read: {pix_val, {X,Y}} -> Color -Scale activebghighlightbg,highlightbw,highlightfg -Menubar highlightbg,highlightbw,highlightfg -Menubutton activebg/fg,disabledfg,highlightbg,highlightbw,highlightfg, -Menu activebg/fg/bw,disabledfg -Menuitem activefg/bg, {accelerator, TkKbdString} syntax will change. -Editor activebg,highlightbg,highlightbw,highlightfg - selectbg,selectbw,selectfg,insertbw,insertbg - -====================================================================== -Description of the meaning of the options ------------------------------------------ - -{anchor, n|w|s|e|nw|se|ne|sw|center}: -Where {X,Y} refers to. Default is nw. Applies to all objects that can -have a frame as parent. - -{activebg/fg, Color}: -Specifies (foreground-) 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. - -{disabledfg/bg,Color}: -The color of the object when 'enable' option is false. - -{highlightbg, Color}: -Specifies the color to display in the traversal highlight region when -the widget does not have the input focus. - -{highlightbw,Npixels}: -The width of the highlight rectangle to draw around the outside of the -widget when it has the input focus. - -{highlightfg,Color}: -Specifies the color to display in the traversal highlight region when -the widget does not have the input focus. - -{insertbg,Color}: -Specifies the color to use as background in the area covered by the -insertion cursor. - -{selectbg/fg,Color}: -Appearance of selected text. - -{insertbg,Color}: -Color of insertion cursor. |