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
|
||||
|
||||
#ifdef wxUSE_WX_RESOURCES
|
||||
bool wxResourceAddIdentifier(char* name, int value);
|
||||
void wxResourceClear(void);
|
||||
wxBitmap wxResourceCreateBitmap(char* resource);
|
||||
@@ -192,6 +193,7 @@ int wxResourceGetIdentifier(char* name);
|
||||
bool wxResourceParseData(char* resource, wxResourceTable *table = NULL);
|
||||
bool wxResourceParseFile(char* filename, wxResourceTable *table = NULL);
|
||||
bool wxResourceParseString(char* resource, wxResourceTable *table = NULL);
|
||||
#endif
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// System Settings
|
||||
|
Reference in New Issue
Block a user