(svn r18318) -Codechange: add an enum value for manual window placement

This commit is contained in:
rubidium
2009-11-28 13:54:28 +00:00
parent ea6e621024
commit fedb593293
9 changed files with 33 additions and 28 deletions

View File

@@ -159,6 +159,7 @@ enum WindowDefaultFlag {
* Special values for 'left' and 'top' to cause a specific placement
*/
enum WindowDefaultPosition {
WDP_MANUAL, ///< Manually align the window (so no automatic location finding)
WDP_AUTO = -1, ///< Find a place automatically
WDP_CENTER = -2, ///< Center the window (left/right or top/bottom)
WDP_ALIGN_TBR = -3, ///< Align the right side of the window with the right side of the main toolbar