# HG changeset patch # User ca # Date 972027765 -7200 # Node ID 1c2b4909ba3a3651879c8dc8ed910bdd0f51e4d2 # Parent 5c00c266107ec37afa2a22d80ea2c9dfa08b5b65 update helpSpec diff -r 5c00c266107e -r 1c2b4909ba3a UISpecificationTool.st --- a/UISpecificationTool.st Thu Oct 12 19:04:55 2000 +0200 +++ b/UISpecificationTool.st Fri Oct 20 09:42:45 2000 +0200 @@ -212,12 +212,12 @@ #defaultLabel 'Default label (used, if nothing selected).' +#documentText +'Aspect selector or binding for a holder of the html document itself.' + #documentURL 'Aspect selector or binding for a holder of the URL of the document.' -#documentText -'Aspect selector or binding for a holder of the html document itself.' - #doubleClickSelector 'Message sent to the application upon double click.' @@ -326,9 +326,6 @@ #handlePosition 'The postion of the handle (Default means: as specified by viewStyle).' -#snapMode -'Show a quick-resize snap handle' - #has3Dseparators 'Enable 3D-look row/column separators.' @@ -359,6 +356,9 @@ #id 'Unique symbolic name (ID) of the widget.' +#indicatorClickSelector +'Message sent to the application upon indicator click' + #initiallyDisabled 'Widget is initially disabled.' @@ -521,6 +521,9 @@ #resizeForLabel 'Enable/disable automatic resize after a label change.' +#resourceSelector +'Message sent to the application to get a Directory of keys and icons to register on the device' + #returnIsOKInDialog 'If on, and the window is opened modal, the Return/Enter-Key acts like an Accept-action' @@ -584,6 +587,9 @@ #sliderValueHolder 'Aspect selector or binding for a holder on the sliders value.' +#snapMode +'Show a quick-resize snap handle' + #specHolder 'Aspect selector or binding for holding the selector returning a window specification.'