X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b098b62129781c0158ffa531a6de2aa9524d18bf..f0c3b72446ee4a45e63a953d2a098a5f229f3a57:/include/wx/gtk/private.h?ds=sidebyside diff --git a/include/wx/gtk/private.h b/include/wx/gtk/private.h index 105b572190..7352f87369 100644 --- a/include/wx/gtk/private.h +++ b/include/wx/gtk/private.h @@ -101,5 +101,12 @@ extern "C" gboolean gtk_icon_size_lookup (GtkIconSize size, gint *height); #endif +#ifdef __WXGTK20__ +#include + +// 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_