Ticket #11521 (new enhancement)
Add wxTextCtrl::SetTextBackgroundKind()
| Reported by: | vadz | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | wxMSW | Version: | 2.9-svn |
| Keywords: | grey background simple | Cc: | |
| Blocked By: | Patch: | no | |
| Blocking: |
Description
As discussed in this thread it would be nice to have a possibility to choose if the background of read-only multiline controls is white or grey under MSW. The best way to do this seems to be to add a new SetTextBackgroundKind() function which would take either wxTE_BG_KIND_STATIC or wxTE_BG_KIND_TEXT to make the control label-like (grey background) or text-like (white one).
This function probably wouldn't do anything under the other platforms.
Change History
Note: See
TracTickets for help on using
tickets.
