NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <gui/widgets/wx/dock_frames.hpp>
#include <gui/widgets/wx/dock_manager.hpp>
#include <gui/widgets/wx/dock_container.hpp>
#include <gui/widgets/wx/fileartprov.hpp>
#include <gui/widgets/wx/wx_utils.hpp>
#include <gui/widgets/gl/gl_widget_base.hpp>
#include <wx/dcclient.h>
#include <wx/settings.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
IMPLEMENT_CLASS (CFloatingFrame, CFloatingFrameBaseClass) const static long kFloatFrameStyle | |
CFloatingFrame. More... | |
Variables | |
static long | kMarkersStyle |
static int | kBtnLength = 32 |
static int | kBtnWidth = 29 |
static int | kCenterSize = 88 |
static int | kCenterBtnSize = 25 |
static int | kCenterOffset = 4 |
static int | kBtnSpace = 10 |
IMPLEMENT_CLASS | ( | CFloatingFrame | , |
CFloatingFrameBaseClass | |||
) | const |
|
static |
Definition at line 110 of file dock_frames.cpp.
Referenced by CDockMarkerWindow::x_UpdateLayout().
|
static |
Definition at line 115 of file dock_frames.cpp.
Referenced by CDockMarkerWindow::x_UpdateLayout().
|
static |
Definition at line 111 of file dock_frames.cpp.
Referenced by CDockMarkerWindow::x_SetShape(), and CDockMarkerWindow::x_UpdateLayout().
|
static |
Definition at line 113 of file dock_frames.cpp.
Referenced by CDockMarkerWindow::x_UpdateLayout().
|
static |
Definition at line 114 of file dock_frames.cpp.
Referenced by CDockMarkerWindow::x_UpdateLayout().
|
static |
Definition at line 112 of file dock_frames.cpp.
Referenced by CDockMarkerWindow::x_UpdateLayout().
|
static |
Definition at line 58 of file dock_frames.cpp.
Referenced by CDockMarkerWindow::CDockMarkerWindow().