Home
last modified time | relevance | path

Searched refs:setShowVertScrollbar (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Lua/package/elements/
H A DScrolledItemListBase.pkg10 void setShowVertScrollbar(bool mode);
H A DScrollablePane.pkg9 void setShowVertScrollbar(bool setting);
H A DMultiLineEditbox.pkg27 void setShowVertScrollbar(bool setting);
H A DListbox.pkg27 void setShowVertScrollbar(bool setting);
H A DCombobox.pkg40 void setShowVertScrollbar(bool setting);
H A DMultiColumnList.pkg121 void setShowVertScrollbar(bool setting);
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/widgets/
H A DScrolledItemListBase.h104 void setShowVertScrollbar(bool mode);
H A DScrollablePane.h155 void setShowVertScrollbar(bool setting);
H A DListbox.h431 void setShowVertScrollbar(bool setting);
H A DMultiLineEditbox.h441 void setShowVertScrollbar(bool setting);
H A DCombobox.h776 void setShowVertScrollbar(bool setting);
H A DTree.h462 void setShowVertScrollbar(bool setting);
H A DMultiColumnList.h1167 void setShowVertScrollbar(bool setting);
/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DScrolledItemListBase.cpp238 void ScrolledItemListBase::setShowVertScrollbar(bool mode) in setShowVertScrollbar() function in CEGUI::ScrolledItemListBase
286 …&ScrolledItemListBase::setShowVertScrollbar, &ScrolledItemListBase::isVertScrollbarAlwaysShown, fa… in addScrolledItemListBaseProperties()
H A DCombobox.cpp449 void Combobox::setShowVertScrollbar(bool setting) in setShowVertScrollbar() function in CEGUI::Combobox
451 getDropList()->setShowVertScrollbar(setting); in setShowVertScrollbar()
892 …&Combobox::setShowVertScrollbar, &Combobox::isVertScrollbarAlwaysShown, false /* TODO: Inconsisten… in addComboboxProperties()
H A DScrollablePane.cpp95 void ScrollablePane::setShowVertScrollbar(bool setting) in setShowVertScrollbar() function in CEGUI::ScrollablePane
527 …&ScrollablePane::setShowVertScrollbar, &ScrollablePane::isVertScrollbarAlwaysShown, false /* TODO:… in addScrollablePaneProperties()
H A DListbox.cpp468 void Listbox::setShowVertScrollbar(bool setting) in setShowVertScrollbar() function in CEGUI::Listbox
1058 …&Listbox::setShowVertScrollbar, &Listbox::isVertScrollbarAlwaysShown, false /* TODO: Inconsistency… in addListboxProperties()
H A DTree.cpp485 void Tree::setShowVertScrollbar(bool setting) in setShowVertScrollbar() function in CEGUI::Tree
1308 … &Tree::setShowVertScrollbar, &Tree::isVertScrollbarAlwaysShown, false /* TODO: Inconsistency */ in addTreeProperties()
H A DMultiLineEditbox.cpp1675 …&MultiLineEditbox::setShowVertScrollbar, &MultiLineEditbox::isVertScrollbarAlwaysShown, false /* T… in addMultiLineEditboxProperties()
1745 void MultiLineEditbox::setShowVertScrollbar(bool setting) in setShowVertScrollbar() function in CEGUI::MultiLineEditbox
H A DMultiColumnList.cpp1250 void MultiColumnList::setShowVertScrollbar(bool setting) in setShowVertScrollbar() function in CEGUI::MultiColumnList
2244 …&MultiColumnList::setShowVertScrollbar, &MultiColumnList::isVertScrollbarAlwaysShown, false /* TOD… in addMultiColumnListProperties()
/dports/graphics/cegui/cegui-0.8.7/samples/TextDemo/
H A DSample_Text.cpp217 … multiEdit->setShowVertScrollbar(isCheckboxSelected("Root/TextDemo/MultiLineGroup/forceScroll")); in vertScrollChangedHandler()
/dports/graphics/cegui/cegui-0.8.7/samples/WidgetDemo/
H A DWidgetDemo.cpp377 d_widgetSelectorListbox->setShowVertScrollbar(false); in initialiseWidgetSelectorListbox()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DListbox.pypp.cpp2320 , setShowVertScrollbar_function_type( &::CEGUI::Listbox::setShowVertScrollbar ) in register_Listbox_class()
H A DScrollablePane.pypp.cpp2121 … , setShowVertScrollbar_function_type( &::CEGUI::ScrollablePane::setShowVertScrollbar ) in register_ScrollablePane_class()
H A DScrolledItemListBase.pypp.cpp1693 … , setShowVertScrollbar_function_type( &::CEGUI::ScrolledItemListBase::setShowVertScrollbar ) in register_ScrolledItemListBase_class()

12