Interface fixes for Phoenix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
|||||||
the @a window.
|
the @a window.
|
||||||
*/
|
*/
|
||||||
wxCaret(wxWindow* window, int width, int height);
|
wxCaret(wxWindow* window, int width, int height);
|
||||||
wxCaret(wxWindowBase* window, const wxSize& size);
|
wxCaret(wxWindow* window, const wxSize& size);
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
//@{
|
//@{
|
||||||
@@ -46,8 +46,8 @@ public:
|
|||||||
Creates a caret with the given size (in pixels) and associates it with
|
Creates a caret with the given size (in pixels) and associates it with
|
||||||
the @a window (same as the equivalent constructors).
|
the @a window (same as the equivalent constructors).
|
||||||
*/
|
*/
|
||||||
bool Create(wxWindowBase* window, int width, int height);
|
bool Create(wxWindow* window, int width, int height);
|
||||||
bool Create(wxWindowBase* window, const wxSize& size);
|
bool Create(wxWindow* window, const wxSize& size);
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user