NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/wx/dock_panel.hpp>
#include <gui/widgets/wx/dock_container.hpp>
#include <gui/widgets/wx/dock_notebook.hpp>
#include <gui/widgets/wx/window_manager.hpp>
#include <gui/widgets/wx/nf_bitmap_button.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <wx/sizer.h>
#include <wx/menu.h>
#include <wx/stattext.h>
#include <wx/bmpbuttn.h>
#include <wx/image.h>
#include <wx/bitmap.h>
#include <wx/dcclient.h>
#include <wx/settings.h>
#include <wx/artprov.h>
#include <wx/dcbuffer.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Macros | |
#define | ID_BTN_MENU 10101 |
CDockPanel. More... | |
#define | ID_BTN_MINIMIZE 10102 |
#define | ID_BTN_FLOAT 10103 |
#define | ID_BTN_CLOSE 10104 |
Variables | |
const long | kwxBorderStyle |
static const int | kIconOffX = 1 |
static const int | kIconOffY = 1 |
static const int | kTextOffX = 4 |
#define ID_BTN_CLOSE 10104 |
Definition at line 62 of file dock_panel.cpp.
#define ID_BTN_FLOAT 10103 |
Definition at line 61 of file dock_panel.cpp.
#define ID_BTN_MENU 10101 |
Definition at line 59 of file dock_panel.cpp.
#define ID_BTN_MINIMIZE 10102 |
Definition at line 60 of file dock_panel.cpp.
Definition at line 226 of file dock_panel.cpp.
Referenced by CDockPanel::x_DrawClientElements().
Definition at line 227 of file dock_panel.cpp.
Referenced by CDockPanel::x_DrawClientElements().
Definition at line 228 of file dock_panel.cpp.
Referenced by CDockPanel::x_DrawClientElements().
const long kwxBorderStyle |
Definition at line 91 of file dock_panel.cpp.
Referenced by CDockPanel::ShowBorder().