[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] How to get an image in a Section

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.