mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@66393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
77 lines
1.4 KiB
Plaintext
77 lines
1.4 KiB
Plaintext
//---------------------------------------------------------------------------
|
|
// This file is generated by wxPython's SIP generator. Do not edit by hand.
|
|
//
|
|
// Copyright: (c) 2010 by Total Control Software
|
|
// License: wxWindows License
|
|
//
|
|
// This file will be included by _core.sip
|
|
//
|
|
//---------------------------------------------------------------------------
|
|
|
|
%ModuleHeaderCode
|
|
#include <wx/display.h>
|
|
%End
|
|
|
|
|
|
//---------------------------------------------------------------------------
|
|
|
|
class wxDisplay
|
|
{
|
|
%TypeHeaderCode
|
|
#include <wx/display.h>
|
|
%End
|
|
|
|
|
|
public:
|
|
wxDisplay(
|
|
unsigned int index = 0
|
|
);
|
|
|
|
~wxDisplay();
|
|
|
|
bool ChangeMode(
|
|
const wxVideoMode & mode = wxDefaultVideoMode
|
|
);
|
|
|
|
wxRect GetClientArea();
|
|
|
|
wxVideoMode GetCurrentMode();
|
|
|
|
wxRect GetGeometry();
|
|
|
|
wxString GetName();
|
|
|
|
bool IsPrimary();
|
|
|
|
static
|
|
unsigned int GetCount();
|
|
|
|
static
|
|
int GetFromPoint(
|
|
const wxPoint & pt
|
|
);
|
|
|
|
static
|
|
int GetFromWindow(
|
|
const wxWindow * win
|
|
);
|
|
|
|
private:
|
|
wxDisplay& operator=(const wxDisplay&);
|
|
|
|
|
|
private:
|
|
wxDisplay(const wxDisplay&);
|
|
|
|
|
|
%Property(name=ClientArea, get=GetClientArea)
|
|
%Property(name=CurrentMode, get=GetCurrentMode)
|
|
%Property(name=Geometry, get=GetGeometry)
|
|
%Property(name=Name, get=GetName)
|
|
}; // end of class wxDisplay
|
|
|
|
|
|
|
|
//---------------------------------------------------------------------------
|
|
|