Added wxGenericDirCtrl and other varioius updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -75,6 +75,16 @@ public:
|
||||
wxICOHandler();
|
||||
};
|
||||
|
||||
class wxCURHandler : public wxICOHandler {
|
||||
public:
|
||||
wxCURHandler();
|
||||
};
|
||||
|
||||
class wxANIHandler : public wxCURHandler {
|
||||
public:
|
||||
wxANIHandler();
|
||||
};
|
||||
|
||||
class wxGIFHandler : public wxImageHandler {
|
||||
public:
|
||||
wxGIFHandler();
|
||||
@@ -96,6 +106,7 @@ public:
|
||||
};
|
||||
|
||||
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
class wxImage : public wxObject {
|
||||
|
||||
Reference in New Issue
Block a user