Home
last modified time | relevance | path

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

/haiku/src/servers/app/decorator/
H A DDecorator.h152 void SetMinimize(int32 tab, bool pressed);
H A DDefaultWindowBehaviour.cpp555 decorator->SetMinimize(fTab, false); in MouseUp()
603 decorator->SetMinimize(fTab, hitRegion == fButton); in _RedrawDecorator()
H A DDecorator.cpp409 Decorator::SetMinimize(int32 tab, bool pressed) in SetMinimize() function in Decorator
/haiku/docs/develop/servers/app_server/
H A DWinBorder.rst145 5. If not CLICK_MINIMIZE and decorator->GetMinimize is true, call SetMinimize(false) and DrawMinimi…
H A DDecorator.rst32 void SetMinimize(bool is_down)