Moving GTK+-specfic function - it shouldn't be in public headers
because it then becomes impossible to include in app without adding further include paths git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -65,13 +65,9 @@ WXDLLEXPORT wxString wxGetStockHelpString(wxWindowID id,
|
||||
|
||||
#ifdef __WXGTK20__
|
||||
|
||||
#include <gdk/gdktypes.h>
|
||||
|
||||
// Translates stock ID to GTK+'s stock item string indentifier:
|
||||
WXDLLEXPORT const char *wxGetStockGtkID(wxWindowID id);
|
||||
|
||||
// Returns stock accelerator modifier and key code for the given ID
|
||||
WXDLLEXPORT bool wxGetStockGtkAccelerator(const char *id, GdkModifierType *mod, guint *key);
|
||||
#endif
|
||||
|
||||
#endif // _WX_STOCKITEM_H_
|
||||
|
Reference in New Issue
Block a user