summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2016-09-04 02:48:18 +0300
committerMaxim Monastirsky <momonasmon@gmail.com>2016-09-04 11:45:52 +0300
commit331d3a8b23cdbff0e1434aa5a553efdcc2c7c822 (patch)
tree68fdd2bf57fce159d7fa543fa170ba1902c802dd /include/vcl
parentd5081c16ac77971c9523405c4a10a10a628ce0da (diff)
Related: tdf#101779 TipStyleBalloon for ShowQuickHelp too
681294d55b6b4edcdef08982596cb4bcee32e635 converted TableDataWindow::RequestHelp to use ShowQuickHelp, but it wants to set TipStyleBalloon to be able to use line break. Also I want to do the same in the template manager dialog, in the following commit. Change-Id: Ie2569a5ab29620a5f4474dafd2309513c08bd7d2
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/help.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vcl/help.hxx b/include/vcl/help.hxx
index 09eca5cecf88..bd56413aca3b 100644
--- a/include/vcl/help.hxx
+++ b/include/vcl/help.hxx
@@ -43,7 +43,7 @@ enum class QuickHelpFlags
CtrlText = 0x0040,
/// no delay when opening the quick help. Applies to ShowBallon and ShowQuickHelp
NoDelay = 0x0080,
-/// force balloon-style in ShowPopover
+/// force balloon-style in ShowPopover and ShowQuickHelp
TipStyleBalloon = 0x0100,
NoEvadePointer = 0x0200,
BiDiRtl = 0x0400,