![]() |
wxMaxima
|
#include "precomp.h"
#include <wx/wx.h>
#include <wx/dirctrl.h>
#include <wx/filehistory.h>
#include <wx/listbox.h>
#include <wx/bmpbuttn.h>
#include <wx/arrstr.h>
#include <wx/aui/aui.h>
#include <wx/notifmsg.h>
#include <wx/wrapsizer.h>
#include "Worksheet.h"
#include "RecentDocuments.h"
#include "Version.h"
#include "MainMenuBar.h"
#include "History.h"
#include "XmlInspector.h"
#include "StatusBar.h"
#include "LogPane.h"
#include "ButtonWrapSizer.h"
#include <list>
Go to the source code of this file.
Classes | |
class | wxMaximaFrame |
This file declares the class wxMaximaFrame
wxMaximaFrame draws everything which can be seen surrounding the worksheet.