Changeset 56 for trunk/include/qpixmap.h
- Timestamp:
- Jan 19, 2006, 10:09:05 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/qpixmap.h
r8 r56 162 162 int allocCell(); 163 163 void freeCell( bool = FALSE ); 164 #elif defined(Q_WS_PM) 165 static HPOINTER createIcon( bool pointer, int hotX, int hotY, 166 const QPixmap *normal, const QPixmap *mini ); 164 167 #endif 165 168 … … 252 255 #elif defined(Q_WS_PM) 253 256 void prepareForMasking( bool prepare ); 257 HPOINTER createIcon( bool pointer, int hotX, int hotY, bool mini ); 254 258 void attachHandle( HBITMAP hbm ); 255 259 HBITMAP detachHandle();
Note:
See TracChangeset
for help on using the changeset viewer.