|
LibreOffice Module vcl (master) 1
|
#include <sal/config.h>#include <o3tl/safeint.hxx>#include <utility>#include <vcl/toolkit/button.hxx>#include <vcl/toolkit/floatwin.hxx>#include <vcl/quickselectionengine.hxx>#include <vcl/vcllayout.hxx>#include "glyphid.hxx"#include <set>#include <vector>#include <memory>Go to the source code of this file.
Classes | |
| struct | ImplEntryType |
| class | ImplEntryList |
| class | ImplListBoxWindow |
| class | ImplListBox |
| class | ImplListBoxFloatingWindow |
| class | ImplWin |
| class | ImplBtn |
Macros | |
| #define | HORZ_SCROLL 4 |
| #define | IMG_TXT_DISTANCE 6 |
Enumerations | |
| enum | LB_EVENT_TYPE { LET_MBDOWN , LET_TRACKING , LET_KEYMOVE , LET_KEYSPACE } |
Functions | |
| void | ImplInitDropDownButton (PushButton *pButton) |
| #define HORZ_SCROLL 4 |
Definition at line 41 of file listbox.hxx.
| #define IMG_TXT_DISTANCE 6 |
Definition at line 42 of file listbox.hxx.
| enum LB_EVENT_TYPE |
| Enumerator | |
|---|---|
| LET_MBDOWN | |
| LET_TRACKING | |
| LET_KEYMOVE | |
| LET_KEYSPACE | |
Definition at line 44 of file listbox.hxx.
| void ImplInitDropDownButton | ( | PushButton * | pButton | ) |
Definition at line 51 of file imp_listbox.cxx.
References ButtonDown, Entire, vcl::Window::IsNativeControlSupported(), Listbox, vcl::Window::SetBackground(), PushButton::SetSymbol(), and SPIN_DOWN.
Referenced by ComboBox::DataChanged(), ListBox::DataChanged(), ComboBox::ImplInit(), ListBox::ImplInit(), ComboBox::StateChanged(), and ListBox::StateChanged().