Home
last modified time | relevance | path

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

/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexEditorGui.h151 wxStaticText* m_static_double; variable
H A DHexEditorGui.cpp568m_static_double = new wxStaticText( this, ID_DEFAULT, _("Double"), wxDefaultPosition, wxDefaultSiz… in InterpreterGui()
569 m_static_double->Wrap( -1 ); in InterpreterGui()
570m_static_double->SetFont( wxFont( 8, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL… in InterpreterGui()
572 numSizer->Add( m_static_double, 0, wxALIGN_CENTER|wxBOTTOM|wxTOP, 3 ); in InterpreterGui()