]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stockitem.h
use LLONG_MIN instead of -1 (which is a valid time value corresponding to 1ms before...
[wxWidgets.git] / include / wx / stockitem.h
index 126489afa46139975c804c10a1295ad29d479741..cad8d3a8027a42d25998d75cc41d1deab41d7b66 100644 (file)
@@ -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_