2012-11-17 19 views

回答

4

它應該在Gdk.Event.get_scroll_deltas。如果沒有,你應該檢查你的圖書館版本。

[email protected]:():~$ python3 
Python 3.2.3 (default, Jun 25 2012, 23:10:56) 
[GCC 4.7.1] on linux2 
Type "help", "copyright", "credits" or "license" for more information. 
>>> from gi.repository import Gdk 
>>> "get_scroll_deltas" in dir(Gdk.Event) 
True 
+0

非常好,謝謝。 –

相關問題