Home
last modified time | relevance | path

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

/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DFbWinFrameTheme.hh50 const FbTk::Texture &gripTexture() const { return *m_grip; } in gripTexture()
89 m_button_pressed, m_grip; member in FbWinFrameTheme
H A DFbWinFrameTheme.cc37 m_grip(*this, "window.grip" + extra, "Window.Grip" + altextra), in FbWinFrameTheme()
/dports/deskutils/knotes/knotes-21.12.3/src/notes/
H A Dknote.cpp794 m_grip = new QSizeGrip(this); in createNoteFooter()
795 m_grip->setFixedSize(m_grip->sizeHint()); in createNoteFooter()
803 gripLayout->addWidget(m_grip); in createNoteFooter()
804 gripLayout->setAlignment(m_grip, Qt::AlignBottom | Qt::AlignRight); in createNoteFooter()
1006 m_grip->show(); in updateFocus()
1012 m_grip->hide(); in updateFocus()
1015 m_grip->hide(); in updateFocus()
H A Dknote.h132 QSizeGrip *m_grip = nullptr; variable