Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | MessageDlg.html: Documented the use of the native widget for "MessageDlg -type !user" and the limited set of recognized options. Ticket [8edade3cea] by Gerhard Reithofer |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | bwidget |
Files: | files | file ages | folders |
SHA1: |
66e9c7802dc8ac52c5507dc0ca4062ca |
User & Date: | oehhar 2017-05-08 18:21:23.626 |
References
2017-05-08
| ||
18:23 | • Closed ticket [8edade3cea]: Incorrect use of options in MessageDlg plus 8 other changes artifact: 143357aeba user: oehhar | |
Context
2017-08-25
| ||
07:15 | Tagged version 1.9.11 check-in: 02881ab4fd user: oehhar tags: bwidget, bwidget-1-9-11 | |
2017-05-08
| ||
18:21 | MessageDlg.html: Documented the use of the native widget for "MessageDlg -type !user" and the limited set of recognized options. Ticket [8edade3cea] by Gerhard Reithofer check-in: 66e9c7802d user: oehhar tags: bwidget | |
2016-11-02
| ||
23:56 | scrollframe.tcl: Eric advised to check for unmapped window, as the <Map> event may be executed in the unmapped state. check-in: 6d0524a1f8 user: oehhar tags: bwidget | |
Changes
Changes to BWman/MessageDlg.html.
︙ | ︙ | |||
82 83 84 85 86 87 88 89 90 91 92 93 94 95 | be as wide as it is tall, 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 <B>width</B> option isn't specified. Defaults to 150. </DD> </DL> <DL><DT><A NAME="-buttons"><B>-buttons</B></A></DT> <DD> Specifies a list of buttons to display when <B>type</B> option is <I>user</I>. If a button has a symbolic name, its associated text will be displayed. | > | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | be as wide as it is tall, 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 <B>width</B> option isn't specified. Defaults to 150. The options <B>-width</B> and <B>-aspect</B> are directly heritated from the Tk message widget. </DD> </DL> <DL><DT><A NAME="-buttons"><B>-buttons</B></A></DT> <DD> Specifies a list of buttons to display when <B>type</B> option is <I>user</I>. If a button has a symbolic name, its associated text will be displayed. |
︙ | ︙ | |||
194 195 196 197 198 199 200 | Displays three buttons whose symbolic names are <B>yes</B>, <B>no</B> and <B>cancel</B>. <P> <DT> <B>user</B> <DD> Displays buttons of <B>-buttons</B> option.<P> | < | > > > | | 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 | Displays three buttons whose symbolic names are <B>yes</B>, <B>no</B> and <B>cancel</B>. <P> <DT> <B>user</B> <DD> Displays buttons of <B>-buttons</B> option.<P> </DD> <P> For any <B>-type</B> but <B>user</B>, the native Tk widget <B>tk_messageBox</B> is used. In this case, only the following options are considered: <B>-default</B>, <B>-icon</B>, <B>-message</B>, <B>-title</B> and <B>-type</B>. </P> </DL> <DL><DT><A NAME="-width"><B>-width</B></A></DT> <DD> Specifies the length of lines in the window. If this option has a value greater than zero then the <B>aspect</B> option is ignored and the <B>width</B> option determines the line |
︙ | ︙ |
Changes to ChangeLog.
1 2 3 4 5 6 7 | 2016-10-31 Harald Oehlmann scrollframe.tcl: Eric advised to check for unmapped window, as the <Map> event may be executed in the unmapped state. 2016-10-31 Harald Oehlmann scrollframe.tcl: width changed when unmapped and mapped. Checkge the Configure vound proc to not be active when | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | 2017-05-08 Harald Oehlmann MessageDlg.html: Documented the use of the native widget for "MessageDlg -type !user" and the limited set of recognized options. Ticket [8edade3cea] by Gerhard Reithofer 2016-10-31 Harald Oehlmann scrollframe.tcl: Eric advised to check for unmapped window, as the <Map> event may be executed in the unmapped state. 2016-10-31 Harald Oehlmann scrollframe.tcl: width changed when unmapped and mapped. Checkge the Configure vound proc to not be active when |
︙ | ︙ |