Scripting gtkmm code



Since there are several bindings for gtk+, I was wondering if gtkmm apps could be written to be scripted from another language.  I noticed that the PyGTK allow importation of gtkmm classes.  Is safe to assume anything or most GUI components that I create in gtkmm are scriptable in Python?  Are there any other languages that support scripting of gtkmm compiled controls?  How do list users generally embed scripting into their applications?  I’m thinking of scripting UI actions for demos, but also batch scripting of some components.  Is the scripting between the GUI elements and the business logic, or is it more common to script from the above the UI layer.  I’ve programmed in Qt, so I like the signal/slot mechanism that is used with Qt and here with gtkmm, so I’m a little apprehensive about putting a scripting language between the GUI and the business logic.  Please let me know what people have tried and found to work.

 

Thanks.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]