Modify ↓
Opened 15 years ago
Closed 15 years ago
#1330 closed Bug (No Bug)
_GUICtrlListView_CreateSolidBitMap() - the same as _WinAPI_CreateSolidBitmap()
Reported by: | Zedna | Owned by: | Gary |
---|---|---|---|
Milestone: | Component: | Standard UDFs | |
Version: | 3.3.1.6 | Severity: | None |
Keywords: | Cc: |
Description
_GUICtrlListView_CreateSolidBitMap in GUIListView.au3 include file is just wrapper over _WinAPI_CreateSolidBitmap without any added functionality and it has nothing to do with ListView control.
I think it should be deleted and in ListView examples where it's used it should be replaced by _WinAPI_CreateSolidBitmap
Example where it's used (there are more examples in helpfile)
is in helpfile for _GUICtrlListView_CreateDragImage()
Attachments (0)
Change History (1)
comment:1 Changed 15 years ago by Valik
- Resolution set to No Bug
- Status changed from new to closed
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.
It looks like it's a thin wrapper provided for convenience. I think it's fine the way it is.