Home
last modified time | relevance | path

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

/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DFbWinFrame.cc98 void bg_pm_or_color(FbTk::FbWindow& win, const Pixmap& pm, const FbTk::Color& color) { in bg_pm_or_color() function
1137 bg_pm_or_color(m_label, m_label_face.pm[f], m_label_face.color[f]); in applyTitlebar()
1140 bg_pm_or_color(m_titlebar, m_title_face.pm[f], m_title_face.color[f]); in applyTitlebar()
1181 bg_pm_or_color(m_handle, m_handle_face.pm[f], m_handle_face.color[f]); in applyHandles()
1186 bg_pm_or_color(m_grip_left, m_grip_face.pm[f], m_grip_face.color[f]); in applyHandles()
1187 bg_pm_or_color(m_grip_right, m_grip_face.pm[f], m_grip_face.color[f]); in applyHandles()
1282 bg_pm_or_color(btn, face.pm[f], face.color[f]); in applyButton()
1292 bg_pm_or_color(tabs, face.pm[m_state.focused], face.color[m_state.focused]); in applyTabContainer()