summaryrefslogtreecommitdiff
path: root/starmath/inc/view.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/view.hxx')
-rw-r--r--starmath/inc/view.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/starmath/inc/view.hxx b/starmath/inc/view.hxx
index 3f77dd76c29c..749db736d21a 100644
--- a/starmath/inc/view.hxx
+++ b/starmath/inc/view.hxx
@@ -212,6 +212,10 @@ public:
virtual void StateChanged( StateChangedType nStateChange ) override;
virtual void Command(const CommandEvent& rCEvt) override;
+ Point WidgetToWindowPos(const weld::Widget& rWidget, const Point& rPos);
+
+ void ShowContextMenu(const Point& rPos);
+
void AdjustPosition();
SmEditWindow& GetEditWindow()