Searched refs:m_styleChoice (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dfontdlgg.h90 wxChoice *m_styleChoice; member in class:wxGenericFontDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextstyles.cpp986 m_styleChoice = new wxChoice(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, choices);
989 boxSizer->Add(m_styleChoice, 0, wxALL|wxEXPAND, 5);
1001 if (m_styleChoice)
1004 m_styleChoice->SetSelection(i);
1020 if (event.GetEventObject() != m_styleChoice)
1113 if (m_styleChoice)
1116 m_styleChoice->SetSelection(i);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextstyles.h520 m_styleChoice = NULL;
553 wxChoice* GetStyleChoice() const { return m_styleChoice; }
564 wxChoice* m_styleChoice; member in class:wxRichTextStyleListCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfontdlgg.cpp403 m_styleChoice = (wxChoice*) FindWindow(wxID_FONT_STYLE);
409 m_styleChoice->SetStringSelection(wxFontStyleIntToString(m_dialogFont.GetStyle()));
486 int fontStyle = wxFontStyleStringToInt(WXSTRINGCAST m_styleChoice->GetStringSelection());

Completed in 130 milliseconds