summaryrefslogtreecommitdiff
path: root/xfa/fwl/core/cfwl_listbox.h
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2016-11-23 16:49:50 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-23 16:49:50 -0800
commit41ba08e5552c2eccad0c34024dc680feb3f2b251 (patch)
treec8479436921bb71d9d2a59da3f4a2ad8260b2058 /xfa/fwl/core/cfwl_listbox.h
parent106e9a37050197936731d7f13354757dff21d57e (diff)
downloadpdfium-41ba08e5552c2eccad0c34024dc680feb3f2b251.tar.xz
Add CFWL_ListBox::IsMultiSelection().
Review-Url: https://codereview.chromium.org/2527783004
Diffstat (limited to 'xfa/fwl/core/cfwl_listbox.h')
-rw-r--r--xfa/fwl/core/cfwl_listbox.h1
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();