(svn r18675) -Add [FS#3256]: function to remove focus from all widgets in a window

This commit is contained in:
rubidium
2009-12-31 18:11:03 +00:00
parent a70af30250
commit d1d6e8fc20
2 changed files with 13 additions and 0 deletions

View File

@@ -519,6 +519,7 @@ public:
return this->GetWidget<NWidgetCore>(widget_index)->IsLowered();
}
void UnfocusFocusedWidget();
bool SetFocusedWidget(byte widget_index);
void HandleButtonClick(byte widget);