(svn r24769) -Feature [FS#3852]: Add a string filter to the server list. (Eagle_rainbow)

This commit is contained in:
frosch
2012-11-27 21:35:52 +00:00
parent b884195400
commit 507de921c2
5 changed files with 105 additions and 43 deletions

View File

@@ -20,6 +20,8 @@ enum NetworkGameWidgets {
WID_NG_CONN_BTN, ///< 'Connection' droplist button.
WID_NG_CLIENT_LABEL, ///< Label in front of client name edit box.
WID_NG_CLIENT, ///< Panel with editbox to set client name.
WID_NG_FILTER_LABEL, ///< Label in front of the filter/search edit box.
WID_NG_FILTER, ///< Panel with the edit box to enter the search text.
WID_NG_HEADER, ///< Header container of the matrix.
WID_NG_NAME, ///< 'Name' button.