[Mono-list] Glade visual inheritance

Jerry Haltom wasabi at larvalstage.net
Mon Aug 7 21:31:58 EDT 2006


A good solution to this might be to design Controls in stetic, then
place those controls on the Window in the code of the Window. Then in
derived classes, you can do what you want with the existing Control, or
around it.

On Mon, 2006-08-07 at 23:25 +0200, Lluis Sanchez wrote:
> El dl 07 de 08 del 2006 a les 17:22 -0300, en/na Carlos Cesario va
> escriure:
> > On Seg, 2006-08-07 at 14:01 -0400, Adam Tauno Williams wrote:
> > > On Mon, 2006-08-07 at 12:39 -0300, Carlos Cesario wrote:
> > > > On Seg, 2006-08-07 at 11:14 -0400, Adam Tauno Williams wrote:
> > > > > > I'm would like to create one form (glade file) with all database data
> > > > > > controls (insert/updade/refresh/save.... navigation record bar.. next,
> > > > > > last, first.....) and re-use this unique control in all form of
> > > > > > cadasters ....(glade file with only fields)
> > > > > > (clients/customer/services....)
> > > > > >      Because if I change one event/method in some button, this
> > > > > > event/method would be changed in all forms...
> > > > > >     this is possible ?!
> > > > > > I don't have idea about make this in glade + mono + gtk#
> > > > > > Maybe some with more experience can help me...
> > > > > Possible with stetic, in which you can design and export widgets.  Not
> > > > > possible, to my knowledge, with Glade.
> > > > Hmmm, same example of how to make this ? or any url..!?!
> > > 
> > > http://pixane.net/blog/?p=47  which will link you to
> > > http://pixane.net/static/stetic_25.htm
> > > 
> > > If you'd used any GUI 'painter' Stetic will be cake.
> > > 
> > 
> > Hi, Adam
> > 
> > Yes, I know a little about stetic, but I would like to know how to
> > create Visual From Inheritance .... and if Stetic is able to make this,
> > I don't know how to make this....
> 
> Nope, Stetic does not support visual form inheritance. You can make your
> form inherit another form, but you won't visually see the widgets of
> base form in the designer.
> 
> Lluis.
> 
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list