Changeset 17147 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
- Timestamp:
- Feb 26, 2009 9:33:38 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxUtils-darwin.h
r17126 r17147 44 44 class QToolBar; 45 45 class QPixmap; 46 class QRect; 46 47 47 48 # ifdef QT_MAC_USE_COCOA … … 73 74 void darwinSetMouseCoalescingEnabled (bool aEnabled); 74 75 76 /******************************************************************************** 77 * 78 * Simple helper methods (OS System native) 79 * 80 ********************************************************************************/ 81 void darwinWindowAnimateResizeImpl (NativeWindowRef aWindow, int x, int y, int width, int height); 82 75 83 __END_DECLS 76 84 … … 124 132 QString darwinSystemLanguage (void); 125 133 QPixmap darwinCreateDragPixmap (const QPixmap& aPixmap, const QString &aText); 134 void darwinWindowAnimateResize (QWidget *aWidget, const QRect &aTarget); 126 135 127 136
Note:
See TracChangeset
for help on using the changeset viewer.