(svn r18087) -Codechange: remove NWID_LAYERED
This commit is contained in:
@@ -119,7 +119,6 @@ enum WidgetType {
|
||||
NWID_VERTICAL, ///< Vertical container.
|
||||
NWID_SPACER, ///< Invisible widget that takes some space.
|
||||
NWID_SELECTION, ///< Stacked widgets, only one visible at a time (eg in a panel with tabs).
|
||||
NWID_LAYERED, ///< Widgets layered on top of each other, all visible at the same time.
|
||||
NWID_VIEWPORT, ///< Nested widget containing a viewport.
|
||||
NWID_BUTTON_DRPDOWN, ///< Button with a drop-down.
|
||||
|
||||
@@ -388,7 +387,7 @@ static const int STACKED_SELECTION_ZERO_SIZE = INT_MAX; ///< Display plane value
|
||||
*/
|
||||
class NWidgetStacked : public NWidgetContainer {
|
||||
public:
|
||||
NWidgetStacked(WidgetType tp);
|
||||
NWidgetStacked();
|
||||
|
||||
void SetIndex(int index);
|
||||
|
||||
|
Reference in New Issue
Block a user