+ void SetClientWindowMargin( int margin )
+ { m_clientWindowMargin = margin; }
+ int GetClientWindowMargin()
+ { return m_clientWindowMargin; }
+ void SetSpacePerButton( wxSize space )
+ { m_spacePerButton = space; }
+ wxSize GetSpacePerButton()
+ { return m_spacePerButton; }