forked from mirror/OpenTTD
Codechange: use accessor for (scrollbar_)index as they are read only
This commit is contained in:
@@ -384,6 +384,8 @@ public:
|
||||
void SetAlignment(StringAlignment align);
|
||||
|
||||
StringID GetString() const;
|
||||
WidgetID GetIndex() const;
|
||||
WidgetID GetScrollbarIndex() const;
|
||||
|
||||
inline void SetLowered(bool lowered);
|
||||
inline bool IsLowered() const;
|
||||
|
Reference in New Issue
Block a user