#include <CEGUIInterfaces.h>
Inherits DigitalSpaces::DIObjectBase.
Public Member Functions | |
| bool | isVertScrollbarAlwaysShown () |
| Returns whether the vertical scrollbar is being forced visible. Despite content size. | |
| bool | isHorzScrollbarAlwaysShown () |
| Returns whether the horizontal scrollbar is being forced visible. Despite content size. | |
| DICEGUIScrollbar * | getVertScrollbar () |
| Get the vertical scrollbar component attached to this window. | |
| DICEGUIScrollbar * | getHorzScrollbar () |
| Get the horizontal scrollbar component attached to this window. | |
| void | setShowVertScrollbar (bool mode) |
| Sets whether the vertical scrollbar should be forced visible. Despite content size. | |
| void | setShowHorzScrollbar (bool mode) |
| Sets whether the horizontal scrollbar should be forced visible. Despite content size. | |
| bool DigitalSpaces::DICEGUIScrolledItemListBase::isVertScrollbarAlwaysShown | ( | ) |
Returns whether the vertical scrollbar is being forced visible. Despite content size.
| bool DigitalSpaces::DICEGUIScrolledItemListBase::isHorzScrollbarAlwaysShown | ( | ) |
Returns whether the horizontal scrollbar is being forced visible. Despite content size.
| DICEGUIScrollbar* DigitalSpaces::DICEGUIScrolledItemListBase::getVertScrollbar | ( | ) |
Get the vertical scrollbar component attached to this window.
| DICEGUIScrollbar* DigitalSpaces::DICEGUIScrolledItemListBase::getHorzScrollbar | ( | ) |
Get the horizontal scrollbar component attached to this window.
| void DigitalSpaces::DICEGUIScrolledItemListBase::setShowVertScrollbar | ( | bool | mode | ) |
Sets whether the vertical scrollbar should be forced visible. Despite content size.
| void DigitalSpaces::DICEGUIScrolledItemListBase::setShowHorzScrollbar | ( | bool | mode | ) |
Sets whether the horizontal scrollbar should be forced visible. Despite content size.
1.5.6