diff options
Diffstat (limited to 'include/vcl/weld.hxx')
-rw-r--r-- | include/vcl/weld.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index 561baaaa256b..d296f1bbdd4a 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -1277,6 +1277,10 @@ public: // remove the selected nodes virtual void remove_selection() = 0; + // only meaningful is call this from a "changed" callback, true if the change + // was due to mouse hovering over the entry + virtual bool changed_by_hover() const = 0; + virtual void vadjustment_set_value(int value) = 0; virtual int vadjustment_get_value() const = 0; |