aboutsummaryrefslogtreecommitdiffstats
path: root/lib/gs/doc/src/inofficial_options
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
committerErlang/OTP <[email protected]>2009-11-20 14:54:40 +0000
commit84adefa331c4159d432d22840663c38f155cd4c1 (patch)
treebff9a9c66adda4df2106dfd0e5c053ab182a12bd /lib/gs/doc/src/inofficial_options
downloadotp-84adefa331c4159d432d22840663c38f155cd4c1.tar.gz
otp-84adefa331c4159d432d22840663c38f155cd4c1.tar.bz2
otp-84adefa331c4159d432d22840663c38f155cd4c1.zip
The R13B03 release.OTP_R13B03
Diffstat (limited to 'lib/gs/doc/src/inofficial_options')
-rw-r--r--lib/gs/doc/src/inofficial_options65
1 files changed, 65 insertions, 0 deletions
diff --git a/lib/gs/doc/src/inofficial_options b/lib/gs/doc/src/inofficial_options
new file mode 100644
index 0000000000..e3fa222943
--- /dev/null
+++ b/lib/gs/doc/src/inofficial_options
@@ -0,0 +1,65 @@
+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.