Home
last modified time | relevance | path

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

/trunk/main/desktop/source/deployment/gui/
H A Dlicense_dialog.cxx98 PushButton m_pbDown; member
205 ,m_pbDown(this, DpGuiResId(PB_LICENSE_DOWN)) in LicenseDialogImpl()
230 m_pbDown.SetClickHdl( LINK(this, LicenseDialogImpl, PageDownHdl) ); in LicenseDialogImpl()
233 WinBits aStyle = m_pbDown.GetStyle(); in LicenseDialogImpl()
235 m_pbDown.SetStyle( aStyle ); in LicenseDialogImpl()
249 m_pbDown.Disable(); in Activate()
255 m_pbDown.Enable(); in Activate()
256 m_pbDown.GrabFocus(); in Activate()
266 m_pbDown.Disable(); in IMPL_LINK()
268 m_pbDown.Enable(); in IMPL_LINK()

Completed in 10 milliseconds