Home
last modified time | relevance | path

Searched refs:showmathFrame (Results 1 – 1 of 1) sorted by relevance

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dwxshowmath.cpp158 showmathPanel(class showmathFrame *parent,
268 class showmathFrame : public wxFrame class
271 showmathFrame(const char *showmathFilename);
285 BEGIN_EVENT_TABLE(showmathFrame, wxFrame) in BEGIN_EVENT_TABLE() argument
286 EVT_CLOSE( showmathFrame::OnClose) in BEGIN_EVENT_TABLE()
287 EVT_MENU(wxID_EXIT, showmathFrame::OnExit) in BEGIN_EVENT_TABLE()
288 EVT_MENU(wxID_ABOUT, showmathFrame::OnAbout) in BEGIN_EVENT_TABLE()
289 EVT_SIZE( showmathFrame::OnSize) in BEGIN_EVENT_TABLE()
402 showmathFrame *frame = new showmathFrame(showmathFilename); in IMPLEMENT_APP_NO_MAIN()
407 showmathFrame::showmathFrame(const char *showmathFilename) in showmathFrame() function in showmathFrame
[all …]