diff options
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/shell.h b/ash/shell.h index 8ec275b..163dbc7 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -252,6 +252,9 @@ class ASH_EXPORT Shell { void SetShelfAutoHideBehavior(ShelfAutoHideBehavior behavior); ShelfAutoHideBehavior GetShelfAutoHideBehavior() const; + void SetShelfAlignment(ShelfAlignment alignment); + ShelfAlignment GetShelfAlignment(); + // TODO(sky): don't expose this! internal::ShelfLayoutManager* shelf() const { return shelf_; } |