Allow typing to select items in various panels (sort, user, signal).

Factored code from the SignalsPanel to apply to all selections from main screen.
Closes feature request #3425304.
This commit is contained in:
Hisham Muhammad
2011-11-05 04:19:47 +00:00
parent 4c4cceee5d
commit e204861de5
8 changed files with 89 additions and 184 deletions

View File

@ -49,6 +49,7 @@ struct Panel_ {
bool needsRedraw;
RichString header;
Panel_EventHandler eventHandler;
char* eventHandlerBuffer;
};