24#ifndef DIALOG_TABLE_PROPERTIES_H 
   25#define DIALOG_TABLE_PROPERTIES_H 
   28#include <dialogs/dialog_table_properties_base.h> 
   50    void onSize( wxSizeEvent& aEvent ) 
override;
 
 
DIALOG_TABLE_PROPERTIES_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Table Properties"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER)
 
bool TransferDataFromWindow() override
 
UNIT_BINDER m_borderWidth
 
DIALOG_TABLE_PROPERTIES(SCH_EDIT_FRAME *aParentFrame, SCH_TABLE *aTable)
 
~DIALOG_TABLE_PROPERTIES()
 
void getContextualTextVars(const wxString &aCrossRef, wxArrayString *aTokens)
 
UNIT_BINDER m_separatorsWidth
 
void onBorderChecked(wxCommandEvent &aEvent) override
 
bool TransferDataToWindow() override
 
void onSize(wxSizeEvent &aEvent) override
 
Schematic editor (Eeschema) main window.