KiCad PCB EDA Suite
|
#include <algorithm>
#include <advanced_config.h>
#include <bitmaps.h>
#include <bitmap_store.h>
#include <eda_draw_frame.h>
#include <functional>
#include <kiplatform/ui.h>
#include <math/util.h>
#include <memory>
#include <pgm_base.h>
#include <settings/common_settings.h>
#include <tool/action_toolbar.h>
#include <tool/actions.h>
#include <tool/tool_action.h>
#include <tool/tool_event.h>
#include <tool/tool_interactive.h>
#include <tool/tool_manager.h>
#include <widgets/bitmap_button.h>
#include <widgets/wx_aui_art_providers.h>
#include <wx/popupwin.h>
#include <wx/renderer.h>
#include <wx/sizer.h>
#include <wx/dcclient.h>
#include <wx/settings.h>
Go to the source code of this file.
Macros | |
#define | PALETTE_BORDER 4 |
#define | BUTTON_BORDER 1 |
#define | PALETTE_OPEN_DELAY 500 |
#define BUTTON_BORDER 1 |
Definition at line 87 of file action_toolbar.cpp.
#define PALETTE_BORDER 4 |
Definition at line 86 of file action_toolbar.cpp.
#define PALETTE_OPEN_DELAY 500 |
Definition at line 530 of file action_toolbar.cpp.