(svn r17175) -Codechange: Only auto-raise push buttons.

This commit is contained in:
alberth
2009-08-14 21:27:08 +00:00
parent b21edb5c61
commit bef94e081d
2 changed files with 7 additions and 6 deletions

View File

@@ -502,7 +502,7 @@ public:
void HandleButtonClick(byte widget);
const Widget *GetWidgetOfType(WidgetType widget_type) const;
void RaiseButtons();
void RaiseButtons(bool autoraise = false);
void CDECL SetWidgetsDisabledState(bool disab_stat, int widgets, ...);
void CDECL SetWidgetsHiddenState(bool hidden_stat, int widgets, ...);
void CDECL SetWidgetsLoweredState(bool lowered_stat, int widgets, ...);