Re: [Gambas-user] Edit specialised Forms in the IDE

2013-11-12 Thread Benoît Minisini
Le 12/11/2013 14:22, Tobias Boege a écrit : > Hi, > > I have written a StatusbarForm.class which is a Form with a built-in > Statusbar. Some people seem to like this sort of thing. > > My class hierarchy looks like this: > > - Statusbar.class (a Statusbar) > - _StatusbarLabel.class (to manage t

[Gambas-user] Edit specialised Forms in the IDE

2013-11-12 Thread Tobias Boege
Hi, I have written a StatusbarForm.class which is a Form with a built-in Statusbar. Some people seem to like this sort of thing. My class hierarchy looks like this: - Statusbar.class (a Statusbar) - _StatusbarLabel.class (to manage the contents of a Statusbar) - Form -> StatusbarForm.clas