[pygtk] Implementing a Bonobo::Unknown

2003-09-24 Thread Mikoyan
Hi list, I started experimenting with CORBA/Bonobo in Python. So I created an example IDL file containing a CORBA Interface inherited from Bonobo::Unknown. I load this file using ORBit.load_file and I want to give an implemenation to the CORBA interface. The problem is that I have to implement t

[pygtk] Implementing a Bonobo::Unknown

2003-09-24 Thread Mikoyan
Hi list, I started experimenting with CORBA/Bonobo in Python. So I created an example IDL file containing a CORBA Interface inherited from Bonobo::Unknown. I load this file using ORBit.load_file and I want to give an implemenation to the CORBA interface. The problem is that I have to implement t

Re: [pygtk] TextView / TextBuffer autoscroll to end

2003-09-08 Thread Mikoyan
On Sun, 2003-09-07 at 18:44, Martin Preishuber wrote: > Hi all, > > I tried to solve the following small problem for the 3rd time now and > didn't find a solution, so I thought I'd ask here :) The problem is the > following: > > I have a ScrolledWindow containing a TextView widget with a TextBuff

Re: [pygtk] are GObjects properties useful in PyGTK?

2003-09-04 Thread Mikoyan
On Thu, 2003-09-04 at 17:09, Lorenzo Gil Sanchez wrote: > Hi, > > I'm trying to understand how to create a custom subclass of > gobject.GObject and now I'm working with the properties stuff: > > import pygtk > pygtk.require('2.0') > import gobject > > class MyObject(gobject.GObject): > >