Searched refs:m_colourChoice (Results 1 - 2 of 2) 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.h92 wxChoice *m_colourChoice; member in class:wxGenericFontDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfontdlgg.cpp405 m_colourChoice = (wxChoice*) FindWindow(wxID_FONT_COLOUR);
412 if (m_colourChoice)
416 m_colourChoice->SetStringSelection(name);
418 m_colourChoice->SetStringSelection(wxT("BLACK"));
506 if ( m_colourChoice )
508 if ( !m_colourChoice->GetStringSelection().empty() )
510 wxColour col = wxTheColourDatabase->Find(m_colourChoice->GetStringSelection());

Completed in 822 milliseconds