Home
last modified time | relevance | path

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

/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DVideoPropDlg.h70 wxChoice* m_aspectChoice; variable
H A DVideoPropDlg.cpp125m_aspectChoice = new wxChoice(this, ASPECT_CHOICE_ID, wxDefaultPosition, wxDefaultSize, 0, 0, 0, w… in BEGIN_EVENT_TABLE()
126 dstSizer->Add(m_aspectChoice, 0, wxLEFT|wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL, 5); in BEGIN_EVENT_TABLE()
327 m_aspectChoice->Append(DVD::GetAspectRatioLabels()); in BEGIN_EVENT_TABLE()
328 m_aspectChoice->SetSelection(m_aspectRatio - 1); in BEGIN_EVENT_TABLE()
421 return (AspectRatio) (m_aspectChoice->GetSelection() + 1); in GetAspectRatio()