Changeset 9836 for OpenSceneGraph/branches/osg-cocoa-dev/include/osgViewer/api/Cocoa/GraphicsWindowCocoa
- Timestamp:
- 03/02/09 15:53:04 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/branches/osg-cocoa-dev/include/osgViewer/api/Cocoa/GraphicsWindowCocoa
r9831 r9836 99 99 virtual void checkEvents(); 100 100 101 /** Set the window's position and size.*/102 virtual bool setWindowRectangleImplementation(int x, int y, int width, int height);103 104 101 /** Set Window decoration.*/ 105 102 virtual bool setWindowDecorationImplementation(bool flag); … … 114 111 115 112 virtual void resizedImplementation(int x, int y, int width, int height); 113 114 virtual bool setWindowRectangleImplementation(int x, int y, int width, int height); 116 115 117 116 virtual void setWindowName (const std::string & name);
