Lots more fixes for incorrect or missing interfaces items.
This commit is contained in:
@@ -1044,7 +1044,7 @@ public:
|
||||
static wxPoint FromDIP(const wxPoint& pt, const wxWindow* w);
|
||||
|
||||
/// @overload
|
||||
static wxSize FromDIP(int d, const wxWindow* w);
|
||||
static int FromDIP(int d, const wxWindow* w);
|
||||
|
||||
|
||||
/**
|
||||
@@ -1111,7 +1111,7 @@ public:
|
||||
static wxPoint ToDIP(const wxPoint& pt, const wxWindow* w);
|
||||
|
||||
/// @overload
|
||||
static wxSize ToDIP(int d, const wxWindow* w);
|
||||
static int ToDIP(int d, const wxWindow* w);
|
||||
|
||||
/**
|
||||
This functions returns the best acceptable minimal size for the window.
|
||||
|
Reference in New Issue
Block a user