Home
last modified time | relevance | path

Searched refs:moveLabelButtonLeftOf (Results 1 – 3 of 3) sorted by relevance

/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DFbWinFrame.hh138 void moveLabelButtonLeftOf(FbTk::TextButton &btn, const FbTk::TextButton &dest);
H A DFbWinFrame.cc604 void FbWinFrame::moveLabelButtonLeftOf(FbTk::TextButton &btn, const FbTk::TextButton &dest) { in moveLabelButtonLeftOf() function in FbWinFrame
H A DWindow.cc605 frame().moveLabelButtonLeftOf(*m_labelbuttons[*client_it], *button_insert_pos); in attachClient()
872 frame().moveLabelButtonLeftOf(*m_labelbuttons[&win], *m_labelbuttons[&dest]); in moveClientLeftOf()