mettli / guichan

Automatically exported from code.google.com/p/guichan
Other
0 stars 0 forks source link

Add a ScrollBar widget to be used in ScrollArea and TextBox #91

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ScrollArea is at the moment quite complex. It's complexity could be reduced
dramatically if a ScrollBar widget is introduced that the ScrollArea can
utilise. Also, if a ScrollBar widget is introduced, TextBox could utilise
it as well adding scroll bars to the TextBox. At the moment TextBox has to
be used in a ScrollArea in order to function as expected, but with a scroll
bars there will be no need to always create an extra ScrollArea whenever
you need a TextBox.

Original issue reported on code.google.com by olof.nae...@gmail.com on 28 Sep 2008 at 2:10

GoogleCodeExporter commented 9 years ago
Even if you add a scrollbar widget, I see no point in duplicating the code that 
would
keep them up to date and handle their scroll events, etc. in ScrollArea and 
TextBox.

Original comment by b.lindeijer on 28 Sep 2008 at 6:28

GoogleCodeExporter commented 9 years ago
Perhaps not.

Original comment by olof.nae...@gmail.com on 1 Oct 2008 at 1:36