Author:admin

Date:2008-09-19T14:06:51.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@28 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-09-19 14:06:51 +00:00
parent 4087eb614e
commit a903078386
100 changed files with 122 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
[[Property:title|Controls]]
[[Property:link_title|controls cluster]]
[[Property:weight|1]]
[[Property:uuid|622aa1e2-75a6-4b2e-ac1a-44f1e7be6a3b]]
==Overview==
A Control is a window which provides a means of interacting with the application. For example, the [[ref:libraries/wel/reference/wel_edit_chart|WEL_EDIT]] control provides a user with the means of entering and modifying text. There are many common controls available within this cluster, each with a specific use.

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_CHECK_BOX_3_STATE]]
[[Property:weight|1]]
[[Property:uuid|61726774-89f4-2a6f-8383-bda19e6db217]]
[[ref:libraries/wel/reference/wel_check_box_3_state_chart| A WEL_CHECK_BOX_3_STATE]] control can take three states, checked, indeterminate or unchecked.
==Appearance==

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_CHECKBOX]]
[[Property:weight|0]]
[[Property:uuid|daed1ee2-dac2-b606-7c3c-2fdbd88f6a92]]
A [[ref:libraries/wel/reference/wel_check_box_chart|WEL_CHECK_BOX]] control can take two states, checked or unchecked.
==Appearance==

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_MULTIPLE_SELECTION_LIST_BOX]]
[[Property:weight|5]]
[[Property:uuid|9f1f5944-969a-2d44-9cea-5c4c3d316917]]
A [[ref:libraries/wel/reference/wel_multiple_selection_list_box_chart|WEL_MULTIPLE_SELECTION_LIST_BOX ]] is a control used to display a list of <eiffel>STRING</eiffel>. Multiple items may be selected at once.
==Appearance==

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_OWNER_DRAW_BUTTON]]
[[Property:weight|6]]
[[Property:uuid|c17da029-c9dc-e664-86ce-53b1e3e4e2cc]]
A [[ref:libraries/wel/reference/wel_owner_draw_button_chart|WEL_OWNER_DRAW_BUTTON]] is a control that the user can click to provide notification to the application, and behaves in a similar fashion to [[ref:libraries/wel/reference/wel_push_button_chart|WEL_PUSH_BUTTON]] except that <eiffel>on_paint</eiffel> must be implemented to give the button the desired appearance.
==Appearance==

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_PROGRESS_BAR]]
[[Property:weight|7]]
[[Property:uuid|6c8b5b4c-2d55-9635-1c29-361c28f09b14]]
A [[ref:libraries/wel/reference/wel_progress_bar_chart|WEL_PROGRESS_BAR]] control is an encapsulation of the Win32 progress bar. It can be used to display the progress of a lengthy operation.
{{note| '''Note:''' By specifying the style Pbs_vertical, the progress bar will be displayed vertically. }}

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_SINGLE_SELECTION_LIST_BOX]]
[[Property:weight|12]]
[[Property:uuid|4123c28b-da84-8d4b-5d51-844716569c44]]
A [[ref:libraries/wel/reference/wel_single_selection_list_box_chart|WEL_SINGLE_SELECTION_LIST_BOX]] is a control used to display a list of <eiffel>STRING</eiffel>. Only one item may be selected at once.
==Appearance==

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL Interface Content]]
[[Property:weight|1]]
[[Property:uuid|e779c244-ec00-6a80-41e6-3ff79eb1efdb]]
WEL is an encapsulation of the Win32 Application Programming Interface (API), and provides users with a powerful means of creating Win32 Applications.
==Components==

View File

@@ -1,6 +1,7 @@
[[Property:title|Standard Dialogs]]
[[Property:link_title|stddlgs cluster]]
[[Property:weight|2]]
[[Property:uuid|0af8dcbf-ed31-51d7-885c-c677090f0633]]
This cluster contains different standard dialogs provided by WEL as listed below:
* [[WEL_CHOOSE_COLOR_DIALOG|WEL_CHOOSE_COLOR_DIALOG]]
* [[WEL_CHOOSE_FOLDER_DIALOG|WEL_CHOOSE_FOLDER_DIALOG]]

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_CHOOSE_COLOR_DIALOG]]
[[Property:weight|0]]
[[Property:uuid|d827c9d8-068b-bade-f6a5-6aeb6be145e3]]
The [[ref:libraries/wel/reference/wel_choose_color_dialog_chart|WEL_CHOOSE_COLOR_DIALOG]] is an encapsulation of the Win32 choose color dialog, and provides a means of selecting standard colors or creating custom colors.
==Appearance==

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_CHOOSE_FOLDER_DIALOG]]
[[Property:weight|1]]
[[Property:uuid|cd4eaeb8-2322-e95f-0528-75ec0849d0fe]]
The [[ref:libraries/wel/reference/wel_choose_folder_dialog_chart|WEL_CHOOSE_FOLDER_DIALOG]] allows the directory structure to be viewed and a folder selected.
==Appearance==

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_CHOOSE_FONT_DIALOG]]
[[Property:weight|2]]
[[Property:uuid|046ecb0d-819b-fbc5-d736-629d0497b8b5]]
The [[ref:libraries/wel/reference/wel_choose_font_dialog_chart|WEL_CHOOSE_FONT_DIALOG]] is an encapsulation of the Win32 choose font dialog, and provides a means of selecting a font available on the system.
==Appearance==

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_OPEN_FILE_DIALOG]]
[[Property:weight|3]]
[[Property:uuid|b97583e1-ecfd-d2c0-2718-cc7bb90c9ec7]]
The [[ref:libraries/wel/reference/wel_open_file_dialog_chart|WEL_OPEN_FILE_DIALOG]] is an encapsulation of the Win32 open file dialog, and provides a means of specifying a file to be opened.
==Appearance==

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_PRINT_DIALOG]]
[[Property:weight|4]]
[[Property:uuid|c6c2866e-c14a-601c-8898-845c4b8d92a3]]
The [[ref:libraries/wel/reference/wel_print_dialog_chart|WEL_PRINT_DIALOG]] is an encapsulation of the Win32 print dialog and provides a means of specifying print preferences.
==Appearance==

View File

@@ -1,5 +1,6 @@
[[Property:title|WEL_SAVE_FILE_DIALOG]]
[[Property:weight|5]]
[[Property:uuid|db6de1e7-1edb-3968-6ee5-60bf5d6f75cb]]
The [[ref:libraries/wel/reference/wel_save_file_dialog_chart|WEL_SAVE_FILE_DIALOG]] is an encapsulation of the Win32 save file dialog, and provides a means of specifying a file name and location for saving.
==Appearance==

View File

@@ -1,6 +1,7 @@
[[Property:title|Wel: Windows]]
[[Property:link_title|windows cluster]]
[[Property:weight|-1]]
[[Property:uuid|dc1af280-2e91-713c-751f-e88ce87197cf]]
This cluster contains the different types of windows available to a [[ref:/libraries/wel/reference/wel_application_chart|WEL_APPLICATION]] .
The following effective window types are available: