KiCad PCB EDA Suite
|
Go to the source code of this file.
Functions | |
void | SetAuiPaneSize (wxAuiManager &aManager, wxAuiPaneInfo &aPane, int aWidth, int aHeight) |
Sets the size of an AUI pane, working around http://trac.wxwidgets.org/ticket/13180. | |
void SetAuiPaneSize | ( | wxAuiManager & | aManager, |
wxAuiPaneInfo & | aPane, | ||
int | aWidth, | ||
int | aHeight | ||
) |
Sets the size of an AUI pane, working around http://trac.wxwidgets.org/ticket/13180.
aManager | is an AUI manager |
aPane | is a wxAuiPaneInfo containing pane info managed by aManager |
aWidth | is the width to set (-1 for automatic) |
aHeight | is the height to set (-1 for automatic) |
Definition at line 24 of file wx_aui_utils.cpp.
References minSize.
Referenced by EVT_TOOL_RANGE(), EVT_UPDATE_UI_RANGE(), FOOTPRINT_EDIT_FRAME::FOOTPRINT_EDIT_FRAME(), SCH_EDIT_FRAME::SCH_EDIT_FRAME(), SYMBOL_DIFF_FRAME::SYMBOL_DIFF_FRAME(), SYMBOL_EDIT_FRAME::SYMBOL_EDIT_FRAME(), SYMBOL_VIEWER_FRAME::SYMBOL_VIEWER_FRAME(), EDA_3D_VIEWER_FRAME::ToggleAppearanceManager(), FOOTPRINT_EDIT_FRAME::ToggleLayersManager(), PCB_EDIT_FRAME::ToggleLayersManager(), SCH_EDIT_FRAME::ToggleLibraryTree(), FOOTPRINT_EDIT_FRAME::ToggleLibraryTree(), PCB_EDIT_FRAME::ToggleNetInspector(), SCH_EDIT_FRAME::ToggleNetNavigator(), SCH_EDIT_FRAME::ToggleProperties(), SYMBOL_EDIT_FRAME::ToggleProperties(), PCB_BASE_EDIT_FRAME::ToggleProperties(), SCH_EDIT_FRAME::ToggleSchematicHierarchy(), SCH_EDIT_FRAME::ToggleSearch(), and PCB_EDIT_FRAME::ToggleSearch().