Changeset 142 for trunk/src/helpers/cctl_combo.c
- Timestamp:
- Feb 21, 2002, 8:24:22 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_combo.c
r128 r142 125 125 */ 126 126 127 VOID PaintButtonBitmap(HWND hwnd,128 PCOMBODATA pcd)127 static VOID PaintButtonBitmap(HWND hwnd, 128 PCOMBODATA pcd) 129 129 { 130 130 HPS hps; … … 157 157 */ 158 158 159 MRESULT EXPENTRY fnwpSubclassedComboButton(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)159 static MRESULT EXPENTRY fnwpSubclassedComboButton(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) 160 160 { 161 161 MRESULT mrc = 0; … … 193 193 */ 194 194 195 VOID ShowListbox(HWND hwnd, // in: subclassed entry field196 PCOMBODATA pcd,197 BOOL fShow) // in: TRUE == show, FALSE == hide195 static VOID ShowListbox(HWND hwnd, // in: subclassed entry field 196 PCOMBODATA pcd, 197 BOOL fShow) // in: TRUE == show, FALSE == hide 198 198 { 199 199 BOOL fHilite = FALSE; … … 261 261 */ 262 262 263 MRESULT EXPENTRY fnwpComboSubclass(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)263 static MRESULT EXPENTRY fnwpComboSubclass(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2) 264 264 { 265 265 MRESULT mrc = 0;
Note:
See TracChangeset
for help on using the changeset viewer.