Home
last modified time | relevance | path

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

/dports/devel/fifechan/fifechan-0.1.5/src/widgets/
H A Dspacer.cpp28 setVerticalExpand(true); in Spacer()
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/
H A Dwidget.hpp1384 void setVerticalExpand(bool expand);
/dports/games/py-fife/fifengine-0.4.2/engine/core/gui/fifechan/lib/
H A Dwidgets.i171 void setVerticalExpand(bool expand);
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/pychan/widgets/
H A Dwidget.py1144 self.real_widget.setVerticalExpand(expand)
/dports/devel/fifechan/fifechan-0.1.5/src/
H A Dwidget.cpp416 void Widget::setVerticalExpand(bool expand) in setVerticalExpand() function in fcn::Widget