Re: GNOME::Selector



Dietmar Maurer <dietmar ximian com> writes:

> Your approach sounds reasonable, but I don't think we should put that code into
> the base libraries (libgnome, libgnomeui), simply because it is not finished. Cant
> we keep the old versions until we have something better. Jacob is working on a
> file selector, so we will have at least a nice file selector soon. We can also
> include your generic selector code when it is finished and we see that it is
> better ;-)

Eeek, no :-(

However, I'm going to transform them into BonoboWidget's.

This way you can

   GnomeImageEntry *selector_widget;
   GnomeSelectorClient *selector_client;
   Bonobo_Unknown corba_objref;
   GNOME_Selector selector;

   corba_objref = bonobo_widget_get_objref (BONOBO_WIDGET (selector_widget));

   selector = Bonobo_Unknown_queryInterface (corba_objref,
                                             "IDL:GNOME/Selector:1.0",
                                             &ev);

   selector_client = gnome_selector_client_new_from_objref (selector);

-- 
Martin Baulig
martin gnome org (private)
baulig suse de (work)




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