Home
last modified time | relevance | path

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

/dports/games/springlobby/springlobby-0.180/src/gui/
H A Dlibnotify.h31 notify_notification_set_timeout (n, sett().GetNotificationPopupDisplayTime()*1000); in Show()
H A Dtoasternotification.cpp22 m_toasterbox->SetPopupPauseTime(sett().GetNotificationPopupDisplayTime()*1000); in Show()
/dports/games/springlobby/springlobby-0.180/src/options/
H A Dlobbyoptionstab.cpp249 m_notif_popup_time->SetValue( sett().GetNotificationPopupDisplayTime() ); in OnRestore()
/dports/games/springlobby/springlobby-0.180/src/
H A Dsettings.h296 unsigned int GetNotificationPopupDisplayTime( );
H A Dsettings.cpp1782 unsigned int Settings::GetNotificationPopupDisplayTime( ) in GetNotificationPopupDisplayTime() function in Settings