10#ifndef __PreferenceFrame__
11#define __PreferenceFrame__
13#include "BT_MatML_MaterialFrameBase.h"
28 void OnSavePreferencesButton( wxCommandEvent& event );
29 void OnCancelPreferencesButton( wxCommandEvent& event );
31 void SetPreferenceControls();
33 wxArrayString GetSortClasses();
Class PreferenceFrameBase.
Definition: PreferenceFrameBase.h:57
Definition: PreferenceFrame.h:19
PreferenceFrame(wxWindow *parent)
Definition: PreferenceFrame.cpp:14
Contains the GUI and GUI associated classes. OnInit() calls the creation of the MaterialFrame GUI
Definition: BT_MatML_App.h:39