Re: Sample bonobo2 container.
Martin Sevior <[email protected]>
| Newsgroups | gmane.comp.gnome.components |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 20 Mar 2003, Jason Hildebrand wrote: > On Thu, 2003-03-20 at 10:20, Martin Sevior wrote: > > Hi Folks, > > I'm trying to test the abiword bonobo control which is a > > straight port of the component we had for bonobo in gnome-1.4. However > > after browsing through various places I can't find sample code for a > > simple container that embeds a bonobo-2 control in a remote client. > > > > Is there some code somewhere that just wraps a clock widget in bonobo > > control and a client that embeds that control in some gtk container? > > Hi Martin, > > Attached is a small program which embeds an EOG (eye of gnome) control > to display an image -- it's probably useful for your purposes. I hacked > it together mostly from the EOG source code to learn how to do controls > and UI merging, and I'm using a variation of it as a container for > testing bonobo support in Vim. > > > > A nice simple makefile that shows all the stuff needed to compile and link > > the client would be a bonus. > > An extremely simple Makefile is also attached. Thanks VERY much James. This is exactly what I wanted. I recommend that this code be placed in the samples directory of libbonobo. > > By the way -- thanks for all your great work on Abiword! > You're welcome :-) I'm glad people like it. > Hope this helps, > It does indeed. Thanks very much. Cheers Martin