Modify ↓
Opened 16 years ago
Closed 16 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)
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.