diff options
author | Björn Gustavsson <[email protected]> | 2016-06-27 11:48:03 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-06-27 11:49:57 +0200 |
commit | 6931dce17580d097351dd7be09ce7c9ed3f72827 (patch) | |
tree | 2456845e95ed0112c2f08ed8ab6e867686b91d7a /lib/gs/doc/src/removed_options | |
parent | dfccd57cb2b69fc3ab01acd0ccbfc894a8403358 (diff) | |
download | otp-6931dce17580d097351dd7be09ce7c9ed3f72827.tar.gz otp-6931dce17580d097351dd7be09ce7c9ed3f72827.tar.bz2 otp-6931dce17580d097351dd7be09ce7c9ed3f72827.zip |
Remove the gs application
The gs application ws deprecated in R15B01.
Diffstat (limited to 'lib/gs/doc/src/removed_options')
-rw-r--r-- | lib/gs/doc/src/removed_options | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/lib/gs/doc/src/removed_options b/lib/gs/doc/src/removed_options deleted file mode 100644 index 045024f6f6..0000000000 --- a/lib/gs/doc/src/removed_options +++ /dev/null @@ -1,31 +0,0 @@ -The following options are implemented but should not be a part of gs. -====================================================================== - -Option Removed for reason ---------------------------------- -relief 1) Backend should do decoration. - 1) If we should have decoration it should be - less tk dependent. Ex: {3d, on/off} -iconbitmask Makes us even more X11 depndent. -bw 1) Borders are decoration. - 2) Borders introduce more color programming option unless a - color model exists. If we have this option,bc (border color), - selectbw and highlightbw, are soon coming. -padx/y Nitty-gritty programming. Simple padding can be achieved - with space. We can set width of a button and use align. -wraplength Wrapping is ok for the editor but overkill for buttons. - tk has support for it but how about other backends? -xselection X11 dependent. -scale Simple canvas objects such as oval and rectangle are simple - to scale manually. We should thing more before intruducing it - on bitmaps and text objects. -capstyle + (Look of a line's endpoints.) -joinstyle (How joined line segments should look.) - These options should be one {pentype, circle/rectangle} - (simplified and less tk inspired). -menu (For menuitem.) - This is taker care of implicitely by gs parent-child relation. -invoke (For menuitem.) - Only useful for explicit keyboard traversing of menues and - that should not be controlled by the programmer. -selectbg The color of the indicator can only be set at menu level. |