Searched refs:m_delayShow (Results 1 – 6 of 6) sorted by relevance
266 m_delayShow = delay != 0; in SetTimeoutAndShow()268 if ( !m_delayShow ) in SetTimeoutAndShow()581 if ( !m_delayShow ) in OnTimer()591 m_delayShow = false; in OnTimer()611 bool m_delayShow; member in wxRichToolTipPopup
258 m_delayShow = delay != 0; in SetTimeoutAndShow()260 if ( !m_delayShow ) in SetTimeoutAndShow()569 if ( !m_delayShow ) in OnTimer()579 m_delayShow = false; in OnTimer()599 bool m_delayShow; member in wxRichToolTipPopup
320 bool m_delayShow; variable
742 m_delayShow = config.readEntry<bool>("ShowDelay", true); in reconfigure()
2288 m_delayShow = new wxCheckBox(this, wxID_ANY, "&Delay show"); in TestNotificationMessageWindow()2290 m_delayShow->SetValue(true); in TestNotificationMessageWindow()2292 sizerSettings->Add(m_delayShow); in TestNotificationMessageWindow()2363 wxCheckBox* m_delayShow; member in TestNotificationMessageWindow2377 if ( m_delayShow->GetValue() ) in DoShowNotification()