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:
@@ -101,5 +101,12 @@ extern "C" gboolean gtk_icon_size_lookup (GtkIconSize size,
|
||||
gint *height);
|
||||
#endif
|
||||
|
||||
#ifdef __WXGTK20__
|
||||
#include <gdk/gdktypes.h>
|
||||
|
||||
// Returns stock accelerator modifier and key code for the given ID
|
||||
WXDLLEXPORT bool wxGetStockGtkAccelerator(const char *id, GdkModifierType *mod, guint *key);
|
||||
#endif
|
||||
|
||||
#endif // _WX_GTK_PRIVATE_H_
|
||||
|
||||
|
Reference in New Issue
Block a user