Changeset 20412 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jun 8, 2009 2:42:47 PM (16 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h
r20242 r20412 150 150 static const char* GUI_FirstRun; 151 151 static const char* GUI_SaveMountedAtRuntime; 152 static const char* GUI_ShowMiniToolBar; 152 153 static const char* GUI_LastCloseAction; 153 154 static const char* GUI_SuppressMessages; -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxMiniToolBar.h
r20393 r20412 51 51 VBoxMiniToolBar (QWidget *aParent, Alignment aAlignment); 52 52 53 void setActive (bool aIsActive); 53 54 void setIsSeamlessMode (bool aIsSeamless); 54 55 … … 96 97 int mPositionY; 97 98 99 bool mIsActive; 98 100 bool mIsSeamless; 99 101
Note:
See TracChangeset
for help on using the changeset viewer.