diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.IconEditor.IconEditorGrid.html --- a/Documentation/Source/eric5.IconEditor.IconEditorGrid.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.IconEditor.IconEditorGrid.html Sun Sep 29 18:23:27 2013 +0200 @@ -412,7 +412,8 @@ <h4>IconEditorGrid.__drawTool</h4> <b>__drawTool</b>(<i>pos, mark</i>) <p> - Public method to perform a draw operation depending of the current tool. + Public method to perform a draw operation depending of the current + tool. </p><dl> <dt><i>pos</i></dt> <dd> @@ -420,9 +421,11 @@ </dd><dt><i>mark</i></dt> <dd> flag indicating a mark operation (boolean) -</dd><dt><i>flag</i></dt> +</dd> +</dl><dl> +<dt>Returns:</dt> <dd> -indicating a successful draw (boolean) +flag indicating a successful draw (boolean) </dd> </dl><a NAME="IconEditorGrid.__getSelectionImage" ID="IconEditorGrid.__getSelectionImage"></a> <h4>IconEditorGrid.__getSelectionImage</h4> @@ -495,7 +498,11 @@ </dd><dt><i>j</i></dt> <dd> y-coordinate of the pixel in the image (integer) - return rectangle for the given pixel coordinates (QRect) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +rectangle for the given pixel coordinates (QRect) </dd> </dl><a NAME="IconEditorGrid.__setImagePixel" ID="IconEditorGrid.__setImagePixel"></a> <h4>IconEditorGrid.__setImagePixel</h4>