pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

Custom icons for tools #353

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
User request: http://gwt-ext.com/forum/viewtopic.php?f=7&t=1734

ToolType [inner class of Tool] should have a public constructor so that
users can display their own icons for tools. Currently its private
restricting use to the pre-defined icons.

Original issue reported on code.google.com by abhijeet...@gmail.com on 18 Jun 2008 at 4:00

GoogleCodeExporter commented 8 years ago
Constructor is now public. Have added sample usage for custom tool icons in the
documentation.
Thought of putting ToolType in its own file but left it as it is since it 
doesn't
really have any use outside.

Original comment by abhijeet...@gmail.com on 18 Jun 2008 at 5:27