wxMaxima
|
This file defines the class wxMaximaFrame. More...
#include "wxMaximaFrame.h"
#include "ArtProvider.h"
#include "Dirstructure.h"
#include <string>
#include <memory>
#include <algorithm>
#include "sidebars/CharButton.h"
#include "sidebars/StatSidebar.h"
#include "sidebars/FormatSidebar.h"
#include "sidebars/MathSidebar.h"
#include "wizards/Gen1Wiz.h"
#include "sidebars/GreekSidebar.h"
#include "sidebars/UnicodeSidebar.h"
#include "wxMaximaIcon.h"
#include <wx/artprov.h>
#include <wx/config.h>
#include <wx/display.h>
#include <wx/fileconf.h>
#include <wx/filename.h>
#include <wx/image.h>
#include <wx/persist/toplevel.h>
#include <wx/stdpaths.h>
#include <wx/sysopt.h>
#include <wx/wupdlock.h>
#include <wx/windowptr.h>
#include <functional>
#include <vector>
#include <unordered_map>
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.