Re: PropertyBag question



> > What does the Microsoft Property Pages thing do?
> 
> They are a way to make smaller groups of properties,
> which can be displayed in a Dialog (each property page
> is displayed as a notebook tab).

Oh, well these are some interfaces that we have not yet discussed.

I looked into that in the past.  The idea is that a component would be
able to provide a set of Bonobo::Control intended to be put inside a
set of property pages to let the user customize it.

Something like:

module Bonobo {

	interface PropertyPages {
		typedef sequence<Control> ControlList;

		ControlList getConfigPages ();
	}
};

I think it is doable, but we would have to think about the
interfaces.  And also of a simple way of exposing these special
controls to the world.

Miguel.




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