Author:halw

Date:2008-09-25T01:53:30.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@42 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2008-09-25 01:53:30 +00:00
parent 24ad6cc4ac
commit c9b9c2adcd
19 changed files with 49 additions and 82 deletions

View File

@@ -8,7 +8,7 @@ The [[ref:libraries/wel/reference/wel_choose_color_dialog_chart|WEL_CHOOSE_COLOR
<br/>
{{seealso| '''See also''' <br/>
[[Standard Dialogs|Standard dialogs]] }}
[[stddlgs cluster|Standard dialogs]] }}

View File

@@ -8,7 +8,7 @@ The [[ref:libraries/wel/reference/wel_choose_folder_dialog_chart|WEL_CHOOSE_FOLD
<br/>
{{seealso| '''See also''' <br/>
[[Standard Dialogs|Standard dialogs]] }}
[[stddlgs cluster|Standard dialogs]] }}

View File

@@ -8,7 +8,7 @@ The [[ref:libraries/wel/reference/wel_choose_font_dialog_chart|WEL_CHOOSE_FONT_D
<br/>
{{seealso| '''See also''' <br/>
[[Standard Dialogs|Standard dialogs]] }}
[[stddlgs cluster|Standard dialogs]] }}

View File

@@ -8,7 +8,7 @@ The [[ref:libraries/wel/reference/wel_open_file_dialog_chart|WEL_OPEN_FILE_DIALO
<br/>
{{seealso| '''See also''' <br/>
[[Standard Dialogs|Standard dialogs]] <br/>
[[stddlgs cluster|Standard dialogs]] <br/>
[[WEL_SAVE_FILE_DIALOG|WEL_SAVE_FILE_DIALOG]] }}

View File

@@ -8,7 +8,7 @@ The [[ref:libraries/wel/reference/wel_print_dialog_chart|WEL_PRINT_DIALOG]] is
<br/>
{{seealso| '''See also''' <br/>
[[Standard Dialogs|Standard dialogs]] }}
[[stddlgs cluster|Standard dialogs]] }}

View File

@@ -8,7 +8,7 @@ The [[ref:libraries/wel/reference/wel_save_file_dialog_chart|WEL_SAVE_FILE_DIALO
<br/>
{{seealso| '''See also''' <br/>
[[Standard Dialogs|Standard dialogs]] <br/>
[[stddlgs cluster|Standard dialogs]] <br/>
[[WEL_OPEN_FILE_DIALOG|WEL_OPEN_FILE_DIALOG]] }}

View File

@@ -22,7 +22,7 @@ After launching the program, a window will be displayed as shown above. The prog
Both the menu items and the tool bar buttons are handled by on_menu_command which has been redefined in MAIN_WINDOW.
Four of the [[Standard Dialogs|standard dialogs]] provided by WEL are used to receive input from the user.
Four of the [[stddlgs cluster|standard dialogs]] provided by WEL are used to receive input from the user.
This sample contains the following classes:
* APPLICATION_IDS
* MAIN_WINDOW