|  | wxMaxima
    | 
#include "wxMaximaFrame.h"#include "Dirstructure.h"#include <wx/artprov.h>#include <wx/config.h>#include <wx/image.h>#include <wx/filename.h>#include <wx/fileconf.h>#include <wx/stdpaths.h>#include <wx/persist/toplevel.h>#include <wx/display.h>#include <wx/wupdlock.h>#include <wx/sysopt.h>#include "wxMaximaIcon.h"#include "Gen1Wiz.h"#include "UnicodeSidebar.h"#include "CharButton.h"
| Macros | |
| #define | APPEND_MENU_ITEM(menu, id, label, help, stock) (menu)->Append((id), (label), (help), wxITEM_NORMAL); | 
This file defines the class wxMaximaFrame
wxMaximaFrame is responsible for everything that is displayed around the actual worksheet - which is displayed by Worksheet and whose logic partially is defined in wxMaxima.
 1.8.17
 1.8.17