The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
gui::scrollpane::scrollpane_widget Struct Reference

#include <scrollpane.hpp>

Public Member Functions

 scrollpane_widget (widget *w, int x=0, int y=0, int z_order=0)
 

Public Attributes

widgetw
 
int x
 
int y
 
int z_order
 

Detailed Description

Definition at line 33 of file scrollpane.hpp.

Constructor & Destructor Documentation

gui::scrollpane::scrollpane_widget::scrollpane_widget ( widget w,
int  x = 0,
int  y = 0,
int  z_order = 0 
)
inline

Definition at line 34 of file scrollpane.hpp.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: