mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
UI: use wxListView instead of wxListCtrl
This commit is contained in:
parent
6df3e1742e
commit
5246b3851a
14 changed files with 61 additions and 65 deletions
|
@ -173,7 +173,7 @@ wxDECLARE_EVENT_TABLE();
|
|||
wxComboBox* m_cbDataType;
|
||||
wxTextCtrl* m_textValue;
|
||||
wxButton *m_buttonStart, *m_buttonFilter;
|
||||
wxListCtrl* m_listResults;
|
||||
wxListView* m_listResults;
|
||||
wxDataViewListCtrl* m_listEntryTable;
|
||||
wxStaticText* m_textEntryTable;
|
||||
wxGauge* m_gauge;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue