15 #ifndef GUI_WIDGETS_SCROLLBAR_CONTAINER_PRIVATE_HPP_INCLUDED
16 #define GUI_WIDGETS_SCROLLBAR_CONTAINER_PRIVATE_HPP_INCLUDED
60 const bool must_be_active)
63 assert(scrollbar_container.content_
64 && scrollbar_container.content_grid_);
66 W*
result = scrollbar_container.tcontainer_::find_at(coordinate,
69 if(result == scrollbar_container.content_) {
70 return scrollbar_container.content_grid_->find_at(coordinate,
89 const bool must_be_active)
92 W*
result = scrollbar_container.tcontainer_::find(
id, must_be_active);
95 if(!result && scrollbar_container.content_grid_) {
96 result = scrollbar_container.content_grid_->find(
id,
A class inherited from ttext_box that displays its input as stars.
A config object defines a single node in a WML file, with access to child nodes.
GLsizei const GLcharARB ** string