Home
last modified time | relevance | path

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

/dports/astro/phd2/phd2-2.6.10/
H A Dmyframe_events.cpp271 wxBoxSizer *hWidthSizer = new wxBoxSizer(wxHORIZONTAL); in SlitPropertiesDlg() local
273 hWidthSizer->Add(widthLabel, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); in SlitPropertiesDlg()
275 hWidthSizer->Add(m_width, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5); in SlitPropertiesDlg()
276 szSlitSize->Add(hWidthSizer, 1, wxEXPAND, 5); in SlitPropertiesDlg()