More wxUSE_PROLOGIO==0 changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17906 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -183,6 +183,7 @@ wxWindow* wxGetTopLevelParent(wxWindow *win);
|
|||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
// Resource System
|
// Resource System
|
||||||
|
|
||||||
|
#ifdef wxUSE_WX_RESOURCES
|
||||||
bool wxResourceAddIdentifier(char* name, int value);
|
bool wxResourceAddIdentifier(char* name, int value);
|
||||||
void wxResourceClear(void);
|
void wxResourceClear(void);
|
||||||
wxBitmap wxResourceCreateBitmap(char* resource);
|
wxBitmap wxResourceCreateBitmap(char* resource);
|
||||||
@@ -192,6 +193,7 @@ int wxResourceGetIdentifier(char* name);
|
|||||||
bool wxResourceParseData(char* resource, wxResourceTable *table = NULL);
|
bool wxResourceParseData(char* resource, wxResourceTable *table = NULL);
|
||||||
bool wxResourceParseFile(char* filename, wxResourceTable *table = NULL);
|
bool wxResourceParseFile(char* filename, wxResourceTable *table = NULL);
|
||||||
bool wxResourceParseString(char* resource, wxResourceTable *table = NULL);
|
bool wxResourceParseString(char* resource, wxResourceTable *table = NULL);
|
||||||
|
#endif
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
// System Settings
|
// System Settings
|
||||||
|
@@ -295,7 +295,7 @@ public:
|
|||||||
bool IsShown();
|
bool IsShown();
|
||||||
bool IsTopLevel();
|
bool IsTopLevel();
|
||||||
void Layout();
|
void Layout();
|
||||||
#ifdef INCLUDE_DEPRECATED
|
#ifdef wxUSE_WX_RESOURCES
|
||||||
bool LoadFromResource(wxWindow* parent, const wxString& resourceName, const wxResourceTable* resourceTable = NULL);
|
bool LoadFromResource(wxWindow* parent, const wxString& resourceName, const wxResourceTable* resourceTable = NULL);
|
||||||
#endif
|
#endif
|
||||||
void Lower();
|
void Lower();
|
||||||
|
Reference in New Issue
Block a user