summaryrefslogtreecommitdiffstats
path: root/vcl/inc/ilstbox.hxx
diff options
context:
space:
mode:
authorGergo Mocsi <gmocsi91@gmail.com>2013-07-25 16:15:27 +0200
committerGergo Mocsi <gmocsi91@gmail.com>2013-09-02 18:16:49 +0200
commitd5aa9c3b23f6c9b5ff0b6af11ff6d6827c5f24bd (patch)
tree7459b7b96eb233133c18f3fa53d2c76cff6aba68 /vcl/inc/ilstbox.hxx
parentremove strange added Invalidate bits (diff)
downloadcore-d5aa9c3b23f6c9b5ff0b6af11ff6d6827c5f24bd.tar.gz
core-d5aa9c3b23f6c9b5ff0b6af11ff6d6827c5f24bd.zip
GSOC work, disable QuickSelectionEngine+ListBox navigation modification
Added a function to disable QuickSelectionEngine in ListBox, beacuse it's not needed. ListBox navigation changed: it is not hiding/showing entries, instead of it, jumps to the longest match without filtering. Arrow behavior remains the same. Change-Id: I8982c280f20929c74f9630cbaa95010820d2e234
Diffstat (limited to 'vcl/inc/ilstbox.hxx')
-rw-r--r--vcl/inc/ilstbox.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/ilstbox.hxx b/vcl/inc/ilstbox.hxx
index cc42ccf4cfdf..9edb315b9c6e 100644
--- a/vcl/inc/ilstbox.hxx
+++ b/vcl/inc/ilstbox.hxx
@@ -382,6 +382,7 @@ public:
bool GetEdgeBlending() const { return mbEdgeBlending; }
void SetEdgeBlending(bool bNew) { mbEdgeBlending = bNew; }
+ void EnableQuickSelection( const bool& b );
protected:
// ISearchableStringList