From 97d3be6dc96183bc472b01c0c5f0a09cbd04b82c Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Sat, 20 Aug 2022 10:25:01 +0100 Subject: [PATCH] README.md: Remove erroneous reference to Pointer text method. --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index dc25fae..6cbbf64 100644 --- a/README.md +++ b/README.md @@ -675,14 +675,7 @@ Methods: * `color=None` By default the pointer is rendered in the foreground color of the parent `Dial`. Otherwise the passed color is used. Returns the current value. - 2. `text` Updates the label if present (otherwise throws a `ValueError`). Args: - * `text=None` The text to display. If `None` displays the last value. - * ` invert=False` If true, show inverse text. - * `fgcolor=None` Foreground color: if `None` the `Writer` default is used. - * `bgcolor=None` Background color, as per foreground. - * `bdcolor=None` Border color. As per above except that if `False` is - passed, no border is displayed. This clears a previously drawn border. - 3. `show` No args. (Re)draws the control. Primarily for internal use by GUI. + 2. `show` No args. (Re)draws the control. Primarily for internal use by GUI. Typical usage (`ssd` is the device and `wri` is the current `Writer`): ```python