Home
last modified time | relevance | path

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

/dports/editors/wxhexeditor/wxHexEditor/src/
H A DHexEditorGui.h347 wxSpinCtrl* spinMergeSection; variable
H A DHexDialogs.cpp2201 spinMergeSection->Enable( options & OPT_CMP_MERGE_SECTION ); in CompareDialog()
2214 spinMergeSection->SetValue(tmp); in CompareDialog()
2280 compare_range=spinMergeSection->GetValue(); in Compare()
2558 spinMergeSection->Enable(event.IsChecked()); in EventHandler()
2572 int optionMergeSection = spinMergeSection->GetValue(); in EventHandler()
H A DHexEditorGui.cpp1128spinMergeSection = new wxSpinCtrl( this, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize… in CompareDialogGui()
1129 spinMergeSection->Enable( false ); in CompareDialogGui()
1131 bSizerMerger->Add( spinMergeSection, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 ); in CompareDialogGui()