Re: commctrl: rebar theming
2 Aug
2005
2 Aug
'05
5:38 p.m.
Frank Richter wrote:
@@ -184,6 +186,7 @@ HFONT hFont; /* handle to the rebar's font */ SIZE imageSize; /* image size (image list) */ DWORD dwStyle; /* window style */ + DWORD orgStyle; /* original style (dwStyle may change) */ SIZE calcSize; /* calculated rebar size */ SIZE oldSize; /* previous calculated rebar size */ BOOL bUnicode; /* TRUE if this window is W type */ @@ -322,6 +325,7 @@
You have added this field, but don't use it apart from in a commented out line. -- Rob Shearman
7433
Age (days ago)
7434
Last active (days ago)
2 comments
2 participants
participants (2)
-
Frank Richter -
Robert Shearman