Re: [Vala] Python bindings for Vala code

2010-02-08 Thread Abderrahim Kitouni
Hi, 2010/2/7, rastersoft ras...@rastersoft.com: Sorry to those who are putting a lot of work into PyGObject/PyGIR/PyBank/PyNameOfTheMonth but its harmful to mislead project developers in suggesting they should use something that will only cause them lost time and frustration. Just to

Re: [Vala] Generating bindings for classes defined over multiple packages

2010-02-08 Thread Abderrahim Kitouni
Hi, 2010/2/8, Gabe Gorelick-Feldman gabegorel...@gmail.com: I hope this is the right place to ask this. I'm working on generating vala bindings for a a set of packages. One package is the core package and the other is the gtk extension. The gtk package adds gtk-specific methods onto the

[Vala] Signals of widgets created with Glade.XML

2010-02-08 Thread goli
I have a glade file which places a treeview item inside a window. I want to create a treeview object using Glade.XML: public class Simple : GLib.Object { private Gtk.TreeView treeview; public Simple () { Glade.XML xml = new Glade.XML (...); Gtk.Window window =

Re: [Vala] Python bindings for Vala code

2010-02-08 Thread pancake
Arc Riley wrote: Do you aim to provide a Pythonic API with this? i hate python, but why do you need an api? IE; mapping collections to Python collections (tuple, list, dict), iterators, nested namespaces, pydocs, etc? This is swig task. From valaswig point they should be all supported at

Re: [Vala] maemo5 hildon input mode

2010-02-08 Thread Jiří Zárevúcky
Martin DeMello píše v Po 08. 02. 2010 v 22:26 +0530: I'm trying to disable Maemo's autocapitalisation in a Gtk.Entry field. Maemo 5 adds a hildon-input-mode property to Gtk.Entry [ http://maemo.org/api_refs/5.0/5.0-final/gtk/GtkEntry.html], but I can't find any way to access it from Vala,

Re: [Vala] maemo5 hildon input mode

2010-02-08 Thread Martin DeMello
2010/2/8 Jiří Zárevúcky zarevucky.j...@gmail.com: Martin DeMello píše v Po 08. 02. 2010 v 22:26 +0530: I'm trying to disable Maemo's autocapitalisation in a Gtk.Entry field. Maemo 5 adds a hildon-input-mode property to Gtk.Entry [ http://maemo.org/api_refs/5.0/5.0-final/gtk/GtkEntry.html], but

[Vala] Libpurple bindings

2010-02-08 Thread Greippi
Hello! There are now bindings for libpurple available for testing in Git, courtesy of Adrien Bustany (webustany). http://git.gnome.org/browse/vala/tree/vapi ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] API reference

2010-02-08 Thread Fabrice THIROUX
2) I think not, but it could be nice as the server is very slow some times ;) Yes, it could be very nice to have a tarball of API references for download. The new valadoc API references is so crunchy, can our computers haz some ? :) It's great to see it back online. Great work for this new

[Vala] Problems using ComboBox with model

2010-02-08 Thread Lars-Erik Helander
Do anyone have a working example of using a ComboBox with model (not the simple text API)? Kind Regards Lars ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Problems using ComboBox with model

2010-02-08 Thread Jiří Zárevúcky
Lars-Erik Helander píše v Út 09. 02. 2010 v 01:41 +0100: Do anyone have a working example of using a ComboBox with model (not the simple text API)? Kind Regards Lars I don't do much Gtk, so I can't help you with this specifically, but I recommend looking for examples in C if you have at