diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-12-15 14:24:35 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-12-15 14:27:53 +0000 |
commit | ea4c75dcc9c3e53e7ef40bd273ea18a48ea9b18d (patch) | |
tree | fb0162b9210ef365d519ed01cf5635f21374a1e9 /vcl/inc/brdwin.hxx | |
parent | 4c82edfb3a9286a0bfef3f006e468e5c331987eb (diff) |
gtk3+wayland: enable manual movement of toolbars
via gtk_window_begin_move_drag so add some BYDRAG/ByDrag hints
to select mechanism to move window by
Change-Id: Icc58653dff752a6d4ee49446647d7ede2af9dd9b
Diffstat (limited to 'vcl/inc/brdwin.hxx')
-rw-r--r-- | vcl/inc/brdwin.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/brdwin.hxx b/vcl/inc/brdwin.hxx index 430ae04e1988..d5d8fbc4f37d 100644 --- a/vcl/inc/brdwin.hxx +++ b/vcl/inc/brdwin.hxx @@ -169,6 +169,8 @@ public: Rectangle GetMenuRect() const; + void MoveToByDrag(const Point& rNewPos); + virtual Size GetOptimalSize() const override; }; |