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:
Julian Smart
2006-11-02 09:51:49 +00:00
parent 740325df7f
commit bcf881efa9
3 changed files with 133 additions and 4 deletions

View File

@@ -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_