Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/
H A Dmain_interface.hpp84 CONTROLS_VISIBLE = 0x1, enumerator
H A Dmain_interface.cpp1212 return( (controls->isVisible() ? CONTROLS_VISIBLE : CONTROLS_HIDDEN ) in getControlsVisibilityStatus()