Modify ↓
Opened on Dec 7, 2009 at 1:15:08 AM
#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 by , on Dec 10, 2009 at 3:45:31 AM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
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.