Changeset 2835 for trunk/src/comctl32/trackbar.c
- Timestamp:
- Feb 20, 2000, 7:29:58 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/trackbar.c
r2814 r2835 1 /* $Id: trackbar.c,v 1.2 5 2000-02-17 17:26:50cbratschi Exp $ */1 /* $Id: trackbar.c,v 1.26 2000-02-20 18:29:57 cbratschi Exp $ */ 2 2 /* 3 3 * Trackbar control … … 1737 1737 ti.hwnd = hwnd; 1738 1738 ti.uId = 0; 1739 ti.lpszText = ""; /* LPSTR_TEXTCALLBACK */1739 ti.lpszText = ""; 1740 1740 SetRectEmpty(&ti.rect); 1741 1741 … … 1883 1883 ti.uId = 0; 1884 1884 ti.hwnd = (UINT)hwnd; 1885 ti.hinst = 0;1885 ti.hinst = 0; 1886 1886 sprintf (buf,"%d",infoPtr->nPos); 1887 1887 ti.lpszText = (LPSTR)buf;
Note:
See TracChangeset
for help on using the changeset viewer.