Home
last modified time | relevance | path

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

/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DFbWinFrame.hh158 void applyDecorations(bool do_move = true);
H A DWindow.cc477 applyDecorations(); in init()
1057 applyDecorations(); in reconfigure()
2134 applyDecorations(); in propertyNotifyEvent()
2156 applyDecorations(); // update decorations (if they changed) in propertyNotifyEvent()
2654 frame().applyDecorations(); in themeReconfigured()
2663 void FluxboxWindow::applyDecorations() { in applyDecorations() function in FluxboxWindow
2665 frame().applyDecorations(); in applyDecorations()
2728 applyDecorations(); in setDecorationMask()
H A DWindow.hh320 void applyDecorations();
H A DFbWinFrame.cc474 applyDecorations(false); in applyState()
1312 void FbWinFrame::applyDecorations(bool do_move) { in applyDecorations() function in FbWinFrame
H A DScreen.cc770 (*it)->fbwindow()->applyDecorations(); in reconfigureTabs()