#include <wx/defs.h>
#include <wx/barholder.h>
#include <wx/wfstream.h>
#include "wx/export.h"
Include dependency graph for slidebar.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | EVT_SLIDEBAR_SIZE_CHANGED(fn) |
| #define | EVT_SLIDEBAR_UPDATE_LAYOUT(fn) |
Enumerations | |
| enum | wxSlideBarMode { wxSLIDE_MODE_SIMPLE, wxSLIDE_MODE_COMPACT } |
Functions | |
| WX_DECLARE_USER_EXPORTED_LIST (wxBarHolder, BarHolderList, WXDLLIMPEXP_DI) | |
| WX_DECLARE_USER_EXPORTED_OBJARRAY (wxBarPlacement, BarPlacementArray, WXDLLIMPEXP_DI) | |
| DECLARE_EXPORTED_EVENT_TYPE (WXDLLIMPEXP_DI, wxEVT_SLIDEBAR_SIZE_CHANGED, wxEVT_FIRST+1251) DECLARE_EXPORTED_EVENT_TYPE(WXDLLIMPEXP_DI | |
Variables | |
| wxEVT_SLIDEBAR_UPDATE_LAYOUT | |
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( wxEVT_SLIDEBAR_SIZE_CHANGED, -1, -1, \
(wxObjectEventFunction) (wxEventFunction) & fn, NULL ),
Definition at line 142 of file slidebar.h. |
|
|
Value: DECLARE_EVENT_TABLE_ENTRY( wxEVT_SLIDEBAR_UPDATE_LAYOUT, -1, -1, \ (wxObjectEventFunction) (wxEventFunction) & fn, NULL ), Definition at line 145 of file slidebar.h. |
|
|
Definition at line 20 of file slidebar.h. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 137 of file slidebar.h. Referenced by wxSlideBar::UpdateLayout(). |
1.4.2