User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
In some of the Eclipse Editor pages you see a (?) image on the right
edge of a Section. Do I need to override onPaint to pull that off? I did
not see anything in Section specifically to add an image. I don't want
the help image there but I want to add a "Clear All" image as the
Section is used over a list box.
If I do override onPaint then how do I go about adding a listener so I
can get a button style action from the image?
Maybe there is a better way to go about all of this.