Quantcast GTK and Python Text - Physics Forums Library

PDA

View Full Version : GTK and Python


Focus
Aug1-08, 03:27 PM
Has anyone used GTK and Python (or C/C++) here? Any ideas on how to make keyboard hotkeys? I am using Glade3 to build the GUI.

Thanks in advance

ranger
Aug1-08, 04:58 PM
Please lookup gtk+ accelerators. Also the PyGTK FAQ is a good source of information for beginning programmers using gtk+ and python.

Focus
Aug1-08, 08:13 PM
You sir are a saint. I didn't know they were called accelerators :). Thanks a bunch!