From e35aa4c2b21b2e6492c44347e824971173036048 Mon Sep 17 00:00:00 2001 From: halw Date: Fri, 10 Oct 2008 16:14:55 +0000 Subject: [PATCH] Author:halw Date:2008-10-10T16:14:55.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@74 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelbuild/eiffelbuild-reference/widget-selector.wiki | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-reference/widget-selector.wiki b/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-reference/widget-selector.wiki index dc58dc1e..bc3cc1bd 100644 --- a/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-reference/widget-selector.wiki +++ b/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-reference/widget-selector.wiki @@ -44,14 +44,13 @@ The [[Image:icon-expand-all-small-color]] button displayed at the top of the W All objects within the Widget Selector that are used as clients within other object structures have client information displayed as subnodes of their representation, as illustrated in the following screenshot: -[[Image:images/eiffelbuild/screenshots/widget_selector_clients.png]] +[[Image:widget-selector-clients]] The OK_CANCEL_BUTTONS object is used is used in two different places within the project: once within INPUT_DIALOG and once within MAIN_WINDOW. If you select the tree node representing the instance of OK_CANCEL_BUTTONS within MAIN_WINDOW, the MAIN_WINDOW is targetted to the [[Type selector|type selector]] with the instance of the OK_CANCEL_BUTTONS object selected. To use an instance of a widget contained within the Widget Selector as a client, simply pick the representation of the object and drop into the desired parent object within the [[Type selector|type selector]] -{{seealso|
-[[Layout constructor|Layout constructor]] }} +{{seealso| [[Layout constructor|Layout constructor]] }}