Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Nebula Gallery FAQ

Revision as of 02:23, 2 June 2009 by Nicolas.richeton.gmail.com (Talk | contribs) (New page: ''' Is it my responsibility to dispose of all images and items ?''' Yes, and disposing items will NOT dispose images automatically. You have to dispose image AND items manually using it...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Is it my responsibility to dispose of all images and items ?

Yes, and disposing items will NOT dispose images automatically.

You have to dispose image AND items manually using item.dispose() and image.dispose()

Notes:

- disposing the gallery widget will automatically dispose all items (but not images)

- disposing a group will automatically dispose all children (but not images)

- Images are not duplicated by the widget. If you use one single image for several items, you'll have to dispose it only once, after the last item has been disposed.

Back to the top