Modify ↓
Opened 13 years ago
Closed 13 years ago
#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)
Changed 13 years ago by c.haslam
comment:2 Changed 13 years ago by Valik
- Milestone set to 3.3.7.18
- Owner set to Valik
- Resolution set to Fixed
- Status changed from new to closed
Fixed by revision [6239] in version: 3.3.7.18
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Revised example