| 
    KiCad PCB EDA Suite
    
   | 
 
#include <wx_splitter_window.h>
 Public Member Functions | |
| WX_SPLITTER_WINDOW (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxSP_3D, const wxString &name=wxT("splitter")) | |
| ~WX_SPLITTER_WINDOW () override | |
| bool | OnSashPositionChange (int newSashPosition) override | 
| void | OnSize (wxSizeEvent &aEvent) | 
| void | SetPaneMinimums (int aFirst, int aSecond) | 
Private Attributes | |
| int | m_minFirstPane | 
| int | m_minSecondPane | 
Definition at line 29 of file wx_splitter_window.h.
      
  | 
  inline | 
Definition at line 32 of file wx_splitter_window.h.
References m_minFirstPane, m_minSecondPane, name, and OnSize().
      
  | 
  inlineoverride | 
Definition at line 43 of file wx_splitter_window.h.
      
  | 
  override | 
Definition at line 27 of file wx_splitter_window.cpp.
References m_minFirstPane, and m_minSecondPane.
| void WX_SPLITTER_WINDOW::OnSize | ( | wxSizeEvent & | aEvent | ) | 
Definition at line 46 of file wx_splitter_window.cpp.
References m_minFirstPane, and m_minSecondPane.
Referenced by WX_SPLITTER_WINDOW().
      
  | 
  inline | 
Definition at line 50 of file wx_splitter_window.h.
References m_minFirstPane, and m_minSecondPane.
      
  | 
  private | 
Definition at line 57 of file wx_splitter_window.h.
Referenced by OnSashPositionChange(), OnSize(), SetPaneMinimums(), and WX_SPLITTER_WINDOW().
      
  | 
  private | 
Definition at line 58 of file wx_splitter_window.h.
Referenced by OnSashPositionChange(), OnSize(), SetPaneMinimums(), and WX_SPLITTER_WINDOW().