Beginings of wxX11 support. Much more to do but I have no more time
for it today. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
class wxIcon : public wxGDIObject
|
||||
{
|
||||
public:
|
||||
wxIcon(const wxString& name, long flags,
|
||||
wxIcon(const wxString& name, wxBitmapType type,
|
||||
int desiredWidth = -1, int desiredHeight = -1);
|
||||
~wxIcon();
|
||||
|
||||
@@ -51,7 +51,7 @@ public:
|
||||
|
||||
|
||||
#ifndef __WXMAC__
|
||||
bool LoadFile(const wxString& name, long flags);
|
||||
bool LoadFile(const wxString& name, wxBitmapType type);
|
||||
#endif
|
||||
|
||||
// wxGDIImage methods
|
||||
|
Reference in New Issue
Block a user