Author:halw

Date:2008-09-24T22:02:51.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@41 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2008-09-24 22:02:51 +00:00
parent 789fad6139
commit 24ad6cc4ac
27 changed files with 64 additions and 101 deletions

View File

@@ -1,5 +1,4 @@
[[Property:title|Controls]]
[[Property:link_title|controls cluster]]
[[Property:title|controls cluster]]
[[Property:weight|1]]
[[Property:uuid|622aa1e2-75a6-4b2e-ac1a-44f1e7be6a3b]]
==Overview==

View File

@@ -6,9 +6,9 @@ WEL is an encapsulation of the Win32 Application Programming Interface (API), an
==Components==
The WEL library includes the following clusters:
* [[Wel: Windows|windows]] cluster containing classes representing available windows types
* [[Controls|controls]] cluster containing classes representing available controls
* [[Standard Dialogs|stddlgs]] cluster containing classes representing standard Win32 dialogs
* [[windows cluster|<eiffel>windows</eiffel>]] cluster containing classes representing available windows types
* [[controls cluster|<eiffel>controls</eiffel>]] cluster containing classes representing available controls
* [[stddlgs cluster|<eiffel>stddlgs</eiffel>]] cluster containing classes representing standard Win32 dialogs
* <eiffel>consts</eiffel> cluster which contains constants used by WEL
* <eiffel>gdi</eiffel> cluster which contains classes allowing access to WIN32 Graphics Device Interfaces
* <eiffel>gdistock</eiffel> cluster which contains standard Graphic Device Interfaces used by WEL

View File

@@ -2,14 +2,6 @@
[[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]]
* [[WEL_CHOOSE_FONT_DIALOG|WEL_CHOOSE_FONT_DIALOG]]
* [[WEL_OPEN_FILE_DIALOG|WEL_OPEN_FILE_DIALOG]]
* [[WEL_PRINT_DIALOG|WEL_PRINT_DIALOG]]
* [[WEL_SAVE_FILE_DIALOG|WEL_SAVE_FILE_DIALOG]]
This cluster contains different standard dialogs provided by WEL.

View File

@@ -1,5 +1,4 @@
[[Property:title|Wel: Windows]]
[[Property:link_title|windows cluster]]
[[Property: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]] .
@@ -15,7 +14,7 @@ The following effective window types are available:
* [[ref:/libraries/wel/reference/wel_frame_window_chart|WEL_FRAME_WINDOW]]
* [[ref:/libraries/wel/reference/wel_control_window_chart|WEL_CONTROL_WINDOW]]
{{note| '''Note:''' A WEL application must contain at least one window. See the WEL [[Tutorial|Tutorial]] for details of how to set up your first window within a [[ref:/libraries/wel/reference/wel_application_chart|WEL_APPLICATION]] . }}
{{note| '''Note:''' A WEL application must contain at least one window. See the [[WEL Tutorial]] for details of how to set up your first window within a [[ref:/libraries/wel/reference/wel_application_chart|WEL_APPLICATION]] . }}