Searched refs:m_outlineLevelCtrl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextindentspage.cpp89 m_outlineLevelCtrl = NULL;
255 m_outlineLevelCtrl = new wxComboBox( itemPanel1, ID_RICHTEXTINDENTSSPACINGPAGE_OUTLINELEVEL, _("Normal"), wxDefaultPosition, wxSize(90, -1), m_outlineLevelCtrlStrings, wxCB_READONLY );
256 m_outlineLevelCtrl->SetStringSelection(_("Normal"));
257 m_outlineLevelCtrl->SetHelpText(_("The outline level."));
259 m_outlineLevelCtrl->SetToolTip(_("The outline level."));
260 itemFlexGridSizer22->Add(m_outlineLevelCtrl, 1, wxGROW|wxALIGN_CENTER_VERTICAL|wxALL, 5);
456 int outlineLevel = m_outlineLevelCtrl->GetSelection();
551 m_outlineLevelCtrl->SetSelection(outlineLevel);
554 m_outlineLevelCtrl->SetSelection(-1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextindentspage.h137 wxComboBox* m_outlineLevelCtrl; member in class:wxRichTextIndentsSpacingPage

Completed in 96 milliseconds