diff options
Diffstat (limited to 'xfa/fwl/core/cfwl_listbox.h')
-rw-r--r-- | xfa/fwl/core/cfwl_listbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fwl/core/cfwl_listbox.h b/xfa/fwl/core/cfwl_listbox.h index a758e196ea..a2dcdbaf7f 100644 --- a/xfa/fwl/core/cfwl_listbox.h +++ b/xfa/fwl/core/cfwl_listbox.h @@ -113,6 +113,7 @@ class CFWL_ListBox : public CFWL_Widget { private: void SetSelectionDirect(CFWL_ListItem* hItem, bool bSelect); + bool IsMultiSelection() const; bool IsItemSelected(CFWL_ListItem* hItem); void ClearSelection(); void SelectAll(); |