Modify ↓
#2001 closed Bug (Fixed)
_GUICtrlToolbar_SetButtonText: Example only works partially
| Reported by: | c.haslam | Owned by: | Valik |
|---|---|---|---|
| Milestone: | 3.3.7.18 | Component: | Documentation |
| Version: | Other | Severity: | None |
| Keywords: | Toolbar | Cc: |
Description
This function replaces, rather than sets, the text for a button. If no string has been assigned to the button with _GuiCtrlToolbar_AddButton, _GUICtrlToolbar_SetButtonText does not show the text below the graphic.
So first line of the doc should be "Replaces the text for a button". The example does indeed store and retrieve the text, but it doesn't show in the toolbar. The attached version does show the changed text.
Attachments (1)
Change History (3)
comment:2 by , on Sep 21, 2011 at 8:57:54 PM
| Milestone: | → 3.3.7.18 |
|---|---|
| Owner: | set to |
| Resolution: | → Fixed |
| Status: | new → closed |
Fixed by revision [6239] in version: 3.3.7.18
Note:
See TracTickets
for help on using tickets.

Revised example