#include <scrollpane.hpp>
Public Member Functions | |
| scrollpane_widget (widget *w, int x=0, int y=0, int z_order=0) | |
Public Attributes | |
| widget * | w |
| int | x |
| int | y |
| int | z_order |
Definition at line 33 of file scrollpane.hpp.
|
inline |
Definition at line 34 of file scrollpane.hpp.
| widget* gui::scrollpane::scrollpane_widget::w |
Definition at line 37 of file scrollpane.hpp.
Referenced by gui::scrollpane::position_widget().
| int gui::scrollpane::scrollpane_widget::x |
Definition at line 38 of file scrollpane.hpp.
Referenced by gui::scrollpane::position_widget().
| int gui::scrollpane::scrollpane_widget::y |
Definition at line 39 of file scrollpane.hpp.
Referenced by gui::scrollpane::position_widget().
| int gui::scrollpane::scrollpane_widget::z_order |
Definition at line 40 of file scrollpane.hpp.
1.8.8