summaryrefslogtreecommitdiff
path: root/vcl/inc/vcl/lstbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/vcl/lstbox.h')
-rw-r--r--vcl/inc/vcl/lstbox.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/inc/vcl/lstbox.h b/vcl/inc/vcl/lstbox.h
index 6097422b556b..9b95b9526d58 100644
--- a/vcl/inc/vcl/lstbox.h
+++ b/vcl/inc/vcl/lstbox.h
@@ -60,4 +60,9 @@
*/
#define LISTBOX_ENTRY_FLAG_MULTILINE 0x0000002
+/** this flags lets the item be drawn disabled (e.g. in grey text)
+ usage only guaranteed with LISTBOX_ENTRY_FLAG_DISABLE_SELECTION
+*/
+#define LISTBOX_ENTRY_FLAG_DRAW_DISABLED 0x0000004
+
#endif // _SV_LSTBOX_H