mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
GUI: Linux problem, wxAuiNotebook can't have wxFrame pages
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4133 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -22,14 +22,16 @@ class CRegisterView;
|
||||
class IniFile;
|
||||
|
||||
class CRegisterWindow
|
||||
: public wxDialog
|
||||
: public wxPanel
|
||||
{
|
||||
public:
|
||||
CRegisterWindow(wxWindow* parent, wxWindowID id = 1,
|
||||
const wxString& title = wxT("Registers"),
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxNO_BORDER);
|
||||
CRegisterWindow(wxWindow* parent,
|
||||
wxWindowID id = wxID_ANY,
|
||||
const wxString& name = wxT("Registers"),
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxTAB_TRAVERSAL | wxNO_BORDER
|
||||
);
|
||||
|
||||
virtual ~CRegisterWindow();
|
||||
|
||||
|
Reference in New Issue
Block a user