]> git.saurik.com Git - wxWidgets.git/commit - wxPython/src/helpers.cpp
wxGTK now uses gtk_init_check so wxPython can raise an exception if
authorRobin Dunn <robin@alldunn.com>
Fri, 21 May 2004 00:23:50 +0000 (00:23 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 21 May 2004 00:23:50 +0000 (00:23 +0000)
commit89c876de1cdd247f061e6b0558b99dca15076dc5
treefa8acfd5713759347d2b4b23ba500978441a7a4f
parentc156411a0886a4b49a0c30c36153fb3c1edd4b51
wxGTK now uses gtk_init_check so wxPython can raise an exception if
there is no DISPLAY available or other initializaion problem.

wx.GetKeyState now has an implementation for wxGTK and is able to
detect the up/down or toggle state of modifier and toggle keys.

The LC_NUMERIC locale is now reset back to "C" (compatibility) when
running on wxGTK to work around the fact that GTK requires the locale
to be set to the system settings but Python depends on LC_NUMERIC
remaining compatible with "C".

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
wxPython/docs/CHANGES.txt
wxPython/src/_functions.i
wxPython/src/_intl_ex.py
wxPython/src/gtk/_gdi.py
wxPython/src/gtk/_misc_wrap.cpp
wxPython/src/helpers.cpp