Document wxDisplay::GetDepth()
Should have been part of
24b5e256df (Add wxDisplay::GetDepth() and use it for wxDisplayDepth(), 2018-10-06)
This commit is contained in:
parent
6210c622f7
commit
56303c6236
1 changed files with 7 additions and 0 deletions
|
|
@ -148,6 +148,13 @@ public:
|
||||||
*/
|
*/
|
||||||
wxString GetName() const;
|
wxString GetName() const;
|
||||||
|
|
||||||
|
/**
|
||||||
|
Returns display depth, i.e. number of bits per pixel (0 if unknown)
|
||||||
|
|
||||||
|
@since 3.1.2
|
||||||
|
*/
|
||||||
|
int GetDepth() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Returns display resolution in pixels per inch.
|
Returns display resolution in pixels per inch.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue