Home
last modified time | relevance | path

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

/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DFbWinFrame.hh211 const FbTk::FbWindow &gripLeft() const { return m_grip_left; } in gripLeft() function in FbWinFrame
212 FbTk::FbWindow &gripLeft() { return m_grip_left; } in gripLeft() function in FbWinFrame
H A DFbWinFrame.cc859 gripLeft().resize(buttonHeight(), theme()->handleWidth()); in reconfigure()
860 gripRight().resize(gripLeft().width(), gripLeft().height()); in reconfigure()
1260 gripLeft().setCursor(theme()->lowerLeftAngleCursor()); in init()
1374 gripLeft().setBorderColor(c); in setBorderWidth()
1403 gripLeft().setBorderWidth(border_width); in setBorderWidth()
1560 gripLeft().window() != win && in insideTitlebar()
1567 if (gripLeft().window() == win) return Keys::ON_LEFTGRIP; in getContext()