#include "ToolBar.h"
#include <wx/wxprec.h>
#include <wx/setup.h>
#include <wx/dcclient.h>
#include <wx/defs.h>
#include <wx/gdicmn.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/sysopt.h>
#include <wx/window.h>
#include "ToolDock.h"
#include "AllThemeResources.h"
#include "AColor.h"
#include "ImageManipulation.h"
#include "Project.h"
#include "CommandManager.h"
#include "../widgets/AButton.h"
#include "../widgets/Grabber.h"
#include "Prefs.h"
Go to the source code of this file.
|
class | ToolBarResizer |
| a wxWindow that provides the resizer for a toolbar on the right hand side. Responsible for drawing the resizer appearance, resizing mouse events and constraining the resizing. More...
|
|
Implements ToolBar
Definition in file ToolBar.cpp.
◆ RWIDTH
◆ END_EVENT_TABLE()
◆ IMPLEMENT_CLASS()