wxMaxima
|
This file contains the definition of the class Unicodesidebar that allows to select arbitrary unicode symbols. More...
#include "precomp.h"
#include "RegexCtrl.h"
#include <wx/wx.h>
#include <wx/grid.h>
Go to the source code of this file.
Data Structures | |
class | UnicodeSidebar |
This class generates a pane containing the last commands that were issued. More... | |
class | SidebarKeyEvent |
An event that simulates a keypress and can be issued by UnicodeSidebar. More... | |
class | SymboladdEvent |
An event that can be issued by UnicodeSidebar and tells the symbols sidebar to add a symbol. More... | |
Functions | |
wxDECLARE_EVENT (SIDEBARKEYEVENT, SidebarKeyEvent) | |
wxDECLARE_EVENT (SYMBOLADDEVENT, SymboladdEvent) | |
This file contains the definition of the class Unicodesidebar that allows to select arbitrary unicode symbols.