Home
last modified time | relevance | path

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

/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexEditorGui.h59 #define idInfoPanel 1011 macro
H A DHexEditorFrame.cpp769 case idInfoPanel: in OnViewMenu()
854 …mbar->Check(idInfoPanel, (MyAUI->GetPane(MyInfoPanel).IsFloating() ? MyAUI->GetPane(MyInfoPanel).… in OnUpdateUI()
H A DHexEditorGui.cpp160 …menuViewInfopanel = new wxMenuItem( viewMenu, idInfoPanel, wxString( _("InfoPanel") ) , wxEmptyStr… in HexEditorGui()
415 …this->Disconnect( idInfoPanel, wxEVT_COMMAND_MENU_SELECTED, wxCommandEventHandler( HexEditorGui::O… in ~HexEditorGui()