diff options
author | Björn Gustavsson <[email protected]> | 2016-06-29 11:39:25 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-06-29 11:39:25 +0200 |
commit | c9552ed591c4cbb29b48d6faedebd88447888185 (patch) | |
tree | 602611acb8fcc81b5a84d7168729b711c3780d8a /lib/gs/doc/src/inofficial_options | |
parent | 04e9514bca9434676f6ee9548febb8d4d1a1a847 (diff) | |
parent | 6931dce17580d097351dd7be09ce7c9ed3f72827 (diff) | |
download | otp-c9552ed591c4cbb29b48d6faedebd88447888185.tar.gz otp-c9552ed591c4cbb29b48d6faedebd88447888185.tar.bz2 otp-c9552ed591c4cbb29b48d6faedebd88447888185.zip |
Merge branch 'bjorn/remove-gs/OTP-13703'
* bjorn/remove-gs/OTP-13703:
Remove the gs application
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. |