mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-04 17:19:23 +02:00
Author:halw
Date:2008-12-24T03:37:43.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@145 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
|
||||
==Appearance==
|
||||
A [[ref:libraries/wel/reference/wel_check_box_3_state_chart|WEL_CHECK_BOX_3_STATE]] <br/>
|
||||
[[Image:wel-check-box-3-state-unchecked|wel_check_box_3_state_unchecked]] <br/>
|
||||
[[Image:wel-check-box-3-state-unchecked|wel_check_box_3_state_unchecked]] <br/>
|
||||
<br/>
|
||||
A checked [[ref:libraries/wel/reference/wel_check_box_3_state_chart|WEL_CHECK_BOX_3_STATE]] <br/>
|
||||
[[Image:wel-check-box-3-state-checked|wel_check_box_3_state_checked]] <br/>
|
||||
[[Image:wel-check-box-3-state-checked|wel_check_box_3_state_checked]] <br/>
|
||||
<br/>
|
||||
A indeterminate [[ref:libraries/wel/reference/wel_check_box_3_state_chart|WEL_CHECK_BOX_3_STATE]] <br/>
|
||||
[[Image:wel-check-box-3-state-indeterminate|wel_check_box_3_state_indeterminate]] <br/>
|
||||
[[Image:wel-check-box-3-state-indeterminate|wel_check_box_3_state_indeterminate]] <br/>
|
||||
<br/>
|
||||
|
||||
{{seealso|<br/>
|
||||
|
||||
@@ -5,10 +5,10 @@ A [[ref:libraries/wel/reference/wel_check_box_chart|WEL_CHECK_BOX]] control can
|
||||
|
||||
==Appearance==
|
||||
A [[ref:libraries/wel/reference/wel_check_box_chart|WEL_CHECK_BOX]] <br/>
|
||||
[[Image:wel-check-box-unchecked|wel_check_box_unchecked]] <br/>
|
||||
[[Image:wel-check-box-unchecked|wel_check_box_unchecked]] <br/>
|
||||
<br/>
|
||||
A checked [[ref:libraries/wel/reference/wel_check_box_chart|WEL_CHECK_BOX]] <br/>
|
||||
[[Image:wel-check-box-checked|wel_check_box_checked]]
|
||||
[[Image:wel-check-box-checked|wel_check_box_checked]]
|
||||
{{seealso|<br/>
|
||||
[[WEL_CHECK_BOX_3_STATE|WEL_CHECK_BOX_3_STATE]] }}
|
||||
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[[Property:title|WEL_UP_DOWN_CONTROL]]
|
||||
[[Property:weight|15]]
|
||||
[[Property:uuid|71cbdf70-3bf0-a087-6859-30c1564c27a4]]
|
||||
A [[ref:libraries/wel/reference/wel_up_down_control_chart|WEL_UP_DOWN_CONTROL]] consists of a pair of arrows which are used to increment or decrement a value. Using set_buddy_window, a window of type [[ref:libraries/wel/reference/wel_window_chart|WEL_WINDOW]] can be linked to this control, and is commonly used to display the current value.
|
||||
A [[ref:libraries/wel/reference/wel_up_down_control_chart|WEL_UP_DOWN_CONTROL]] consists of a pair of arrows which are used to increment or decrement a value. Using <code>set_buddy_window</code>, a window of type [[ref:libraries/wel/reference/wel_window_chart|WEL_WINDOW]] can be linked to this control, and is commonly used to display the current value.
|
||||
==Appearance==
|
||||
[[Image:wel-up-down-control|wel_up_down_control]]
|
||||
[[Image:wel-up-down-control|wel_up_down_control]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
A [[ref:libraries/wel/reference/wel_group_box_chart|WEL_GROUP_BOX]] is used to enclose other controls, and certain controls such as a [[WEL_RADIO_BUTTON|WEL_RADIO_BUTTON]] have special behavior when parented in a [[ref:libraries/wel/reference/wel_group_box_chart|WEL_GROUP_BOX]] .
|
||||
|
||||
==Appearance==
|
||||
[[Image:wel-group-box|wel_group_box]]
|
||||
[[Image:wel-group-box|wel_group_box]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,16 +4,16 @@
|
||||
A [[ref:libraries/wel/reference/wel_list_view_chart|WEL_LIST_VIEW]] control is an encapsulation of the Windows List View control and provides several ways of displaying a collection of items. Each item can consist of a text and an icon. Certain styles allow additional information to be displayed in columns to the right of the icon and label.
|
||||
==Appearance==
|
||||
A [[ref:libraries/wel/reference/wel_list_view_chart|WEL_LIST_VIEW]] with the Lvs_report style. <br/>
|
||||
[[Image:wel-list-view-style-lvs-report|list_view_style_lvs_report]] <br/>
|
||||
[[Image:wel-list-view-style-lvs-report|list_view_style_lvs_report]] <br/>
|
||||
<br/>
|
||||
A [[ref:libraries/wel/reference/wel_list_view_chart|WEL_LIST_VIEW]] with the Lvs_list style. <br/>
|
||||
[[Image:wel-list-view-style-lvs-list|list_view_style_lvs_list]] <br/>
|
||||
[[Image:wel-list-view-style-lvs-list|list_view_style_lvs_list]] <br/>
|
||||
<br/>
|
||||
A [[ref:libraries/wel/reference/wel_list_view_chart|WEL_LIST_VIEW]] with the Lvs_icon style. <br/>
|
||||
[[Image:wel-list-view-style-lvs-icon|list_view_style_lvs_icon]] <br/>
|
||||
[[Image:wel-list-view-style-lvs-icon|list_view_style_lvs_icon]] <br/>
|
||||
<br/>
|
||||
A [[ref:libraries/wel/reference/wel_list_view_chart|WEL_LIST_VIEW]] with the Lvs_smallicon style. <br/>
|
||||
[[Image:wel-list-view-style-lvs-small-icon|list_view_style_lvs_icon_small]]
|
||||
[[Image:wel-list-view-style-lvs-small-icon|list_view_style_lvs_icon_small]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
A [[ref:libraries/wel/reference/wel_multiple_line_edit_chart|WEL_MULTIPLE_LINE_EDIT]] is used to display multiple lines of text. Using set_read_only, the text can be made non-editable.
|
||||
|
||||
==Appearance==
|
||||
[[Image:wel-multiple-line-edit|wel_multiple_line_edit]]
|
||||
[[Image:wel-multiple-line-edit|wel_multiple_line_edit]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
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==
|
||||
[[Image:wel-multiple-selection-list-box|wel_multiple_selection_list_box]] <br/>
|
||||
[[Image:wel-multiple-selection-list-box|wel_multiple_selection_list_box]] <br/>
|
||||
<br/>
|
||||
|
||||
{{seealso|<br/>
|
||||
|
||||
@@ -7,7 +7,7 @@ A [[ref:libraries/wel/reference/wel_progress_bar_chart|WEL_PROGRESS_BAR]] contr
|
||||
|
||||
==Appearance==
|
||||
A [[ref:libraries/wel/reference/wel_progress_bar_chart|WEL_PROGRESS_BAR]] . <br/>
|
||||
[[Image:wel-progress-bar-half|wel_progress_bar_half]]
|
||||
[[Image:wel-progress-bar-half|wel_progress_bar_half]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
[[Property:uuid|186eb349-b7c9-9944-285e-34dd9968c4e0]]
|
||||
A [[ref:libraries/wel/reference/wel_push_button_chart|WEL_PUSH_BUTTON]] is a control that the user can click to provide notification to the application.
|
||||
==Appearance==
|
||||
[[Image:wel-push-button|wel_push_button]]
|
||||
[[Image:wel-push-button|wel_push_button]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ A [[ref:libraries/wel/reference/wel_radio_button_chart|WEL_RADIO_BUTTON]] contr
|
||||
|
||||
==Appearance==
|
||||
A [[ref:libraries/wel/reference/wel_radio_button_chart|WEL_RADIO_BUTTON]] <br/>
|
||||
[[Image:wel-radio-button-unchecked|wel_radio_button_unchecked]] <br/>
|
||||
[[Image:wel-radio-button-unchecked|wel_radio_button_unchecked]] <br/>
|
||||
<br/>
|
||||
A checked [[ref:libraries/wel/reference/wel_radio_button_chart|WEL_RADIO_BUTTON]] <br/>
|
||||
[[Image:wel-radio-button-checked|wel_radio_button_checked]]
|
||||
[[Image:wel-radio-button-checked|wel_radio_button_checked]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ A [[ref:libraries/wel/reference/wel_scroll_bar_chart|WEL_SCROLL_BAR]] control i
|
||||
|
||||
==Appearance==
|
||||
A [[ref:libraries/wel/reference/wel_scroll_bar_chart|WEL_SCROLL_BAR]] created with <eiffel>make_horizontal</eiffel>. <br/>
|
||||
[[Image:wel-scroll-bar-horizontal|wel_scroll_bar_horizontal]] <br/>
|
||||
[[Image:wel-scroll-bar-horizontal|wel_scroll_bar_horizontal]] <br/>
|
||||
<br/>
|
||||
A [[ref:libraries/wel/reference/wel_scroll_bar_chart|WEL_SCROLL_BAR]] created with <eiffel>make_vertical</eiffel>. <br/>
|
||||
[[Image:wel-scroll-bar-vertical|wel_scroll_bar_vertical]]
|
||||
[[Image:wel-scroll-bar-vertical|wel_scroll_bar_vertical]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
[[Property:uuid|69694ef8-a422-7f46-d97b-d42a16bfe838]]
|
||||
A [[ref:libraries/wel/reference/wel_single_line_edit_chart|WEL_SINGLE_LINE_EDIT]] is a control used to input a single line of text.
|
||||
==Appearance==
|
||||
[[Image:wel-single-line-edit|wel_single_line_edit]]
|
||||
[[Image:wel-single-line-edit|wel_single_line_edit]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
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==
|
||||
[[Image:wel-single-selection-list-box|wel_single_selection_list_box]] <br/>
|
||||
[[Image:wel-single-selection-list-box|wel_single_selection_list_box]] <br/>
|
||||
<br/>
|
||||
|
||||
{{seealso|<br/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
[[Property:uuid|2eb53721-d1a8-cec0-5c6a-692e9dc58755]]
|
||||
A [[ref:libraries/wel/reference/wel_tooltip_chart|WEL_TOOLTIP]] is an encapsulation of the Win32 tooltip control, and controls pop-up windows which display text. Each tooltip may control multiple pop-up windows, which are added to the tooltip using <eiffel>add_tool</eiffel>.
|
||||
==Appearance==
|
||||
[[Image:wel-tooltip|wel_tooltip]]
|
||||
[[Image:wel-tooltip|wel_tooltip]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -5,10 +5,10 @@ A [[ref:libraries/wel/reference/wel_track_bar_chart|WEL_TRACK_BAR]] control has
|
||||
|
||||
==Appearance==
|
||||
A [[ref:libraries/wel/reference/wel_track_bar_chart|WEL_TRACK_BAR]] created with <eiffel>make_horizontal</eiffel>. <br/>
|
||||
[[Image:wel-track-bar-horizontal|wel_track_bar_horizontal]] <br/>
|
||||
[[Image:wel-track-bar-horizontal|wel_track_bar_horizontal]] <br/>
|
||||
<br/>
|
||||
A [[ref:libraries/wel/reference/wel_track_bar_chart|WEL_TRACK_BAR]] created with <eiffel>make_vertical</eiffel>. <br/>
|
||||
[[Image:wel-track-bar-vertical|wel_track_bar_vertical]]
|
||||
[[Image:wel-track-bar-vertical|wel_track_bar_vertical]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
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==
|
||||
[[Image:wel-choose-color-dialog|wel_choose_color_dialog]] <br/>
|
||||
[[Image:wel-choose-color-dialog|wel_choose_color_dialog]] <br/>
|
||||
<br/>
|
||||
|
||||
{{seealso|<br/>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
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==
|
||||
[[Image:wel-choose-folder-dialog|wel_choose_folder_dialog]] <br/>
|
||||
[[Image:wel-choose-folder-dialog|wel_choose_folder_dialog]] <br/>
|
||||
<br/>
|
||||
|
||||
{{seealso|<br/>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
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==
|
||||
[[Image:wel-choose-font-dialog|wel_choose_font_dialog]] <br/>
|
||||
[[Image:wel-choose-font-dialog|wel_choose_font_dialog]] <br/>
|
||||
<br/>
|
||||
|
||||
{{seealso|<br/>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
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==
|
||||
[[Image:wel-open-file-dialog|wel_open_file_dialoG]] <br/>
|
||||
[[Image:wel-open-file-dialog|wel_open_file_dialoG]] <br/>
|
||||
<br/>
|
||||
|
||||
{{seealso|<br/>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
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==
|
||||
[[Image:wel-print-dialog|wel_print_dialog]] <br/>
|
||||
[[Image:wel-print-dialog|wel_print_dialog]] <br/>
|
||||
<br/>
|
||||
|
||||
{{seealso|<br/>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
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==
|
||||
[[Image:wel-save-file-dialog|wel_save_file_dialoG]] <br/>
|
||||
[[Image:wel-save-file-dialog|wel_save_file_dialoG]] <br/>
|
||||
<br/>
|
||||
|
||||
{{seealso|<br/>
|
||||
|
||||
Reference in New Issue
Block a user