(svn r16317) -Codechange: Generalized finding a widget by type.

This commit is contained in:
alberth
2009-05-16 11:25:19 +00:00
parent c299a38e1f
commit db7e24e211
2 changed files with 8 additions and 9 deletions

View File

@@ -376,7 +376,7 @@ public:
}
void HandleButtonClick(byte widget);
bool HasWidgetOfType(WidgetType widget_type) const;
const Widget *GetWidgetOfType(WidgetType widget_type) const;
void RaiseButtons();
void CDECL SetWidgetsDisabledState(bool disab_stat, int widgets, ...);