Re: [pygtk] composition widget

2005-05-23 Thread Ross Burton
x27;t show how to do this. The base UI object in PyGTK is gtk.Widget... Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerp

Re: [pygtk] no invisible cursor

2005-02-28 Thread Ross Burton
eration - there should > be some shorcut for doing it. I though that gtkgdk.Cursor *with no > arguments* is the way to do it. It looks now, it isn't :( You'll need to set an empty mask for the cursor too. Ross -- Ross Burton

Re: [pygtk] no invisible cursor

2005-02-28 Thread Ross Burton
d gtk.gdk.Cursor constructors with an empty cursor". This could probably be phrased better. Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burt

[pygtk] Python GObjects implementing interfaces

2004-09-29 Thread Ross Burton
ts to discover what GInterfaces they support... Is this possible in PyGTK? Thanks, Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./

Re: [pygtk] running applets from the command line (instead of the panel menu)

2004-04-20 Thread Ross Burton
veloperworks/linux/library/l-wrap/ Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 8

Re: [pygtk] custom widget in GLADE?

2003-07-30 Thread Ross Burton
be "in the next version," I thought I must have been doing > something wrong. Now I see that this hasn't made it out of CVS, yet. > > Thanks for the patch. Hrm, I thought there had been a release since I committed the patch. Obviously not. Ross -- Ross Burton

Re: [pygtk] custom widget in GLADE?

2003-07-30 Thread Ross Burton
d-copier.glade") window = glade.get_widget ("window") window.show_all() gtk.main() The important call is gtk.glade.set_custom_widget_callbacks(), which takes a dictionary of function names->functions (so locals() works). Ross -- Ross Burton

[pygtk] Wrapping GObjects in Python

2003-03-12 Thread Ross Burton
Hi, IBM have just published my article, "Wrapping GObjects in Python", on developerWorks. The article is available at: http://www-106.ibm.com/developerworks/linux/library/l-wrap/ I hope it can help someone understand what goes on inside PyGTK... Regards, Ross -- R

Re: [pygtk] PyGTK 2.0 threading broken? Includes (hacky)workaround.

2002-10-09 Thread Ross Burton
2 packages now build with threading on (changed a week or so ago I think). Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] www: http://www.burtonini.com./ PGP Fi

Re: [pygtk] TreeView/Model

2002-06-03 Thread Ross Burton
Python' subclass of GenericTreeModel, which stores a list of objects (yes, its only replication of ListStore at the moment). At some point in the near future I'll finish it off and post it here for public review/criticism. Ross -- Ross Burton

[pygtk] GtkTreeView Woes (again)

2002-05-14 Thread Ross Burton
enough (it will force me to clean up the poor code :) Thanks, Ross -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] diary: http://advogato.org/person/RossBurton PGP Fingerprint: 1A21 F5B0

[pygtk] PyGTK for Garnome

2002-05-05 Thread Ross Burton
files export PYTHON=/usr/bin/python2.2, if this is not true for you either change or uncomment as required. Regards, Ross Burton -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] diary:

[pygtk] GtkTreeIter in Python

2002-04-28 Thread Ross Burton
he above lambda function for an example). Hope this can be sorted soon... Regards, Ross Burton -- Ross Burton mail: [EMAIL PROTECTED] jabber: [EMAIL PROTECTED] diary: http://advogato.org/person/

[pygtk] libgnomeui is not registered

2002-04-28 Thread Ross Burton
? The changes required for the first option should be no more than replacing "&modules" with "LIBGNOMEUI_MODULE" in gnome.overwrite. Regards, Ross Burton -- Ross Burton mail: [EMAIL PROTECTED]