Epicurus
Epicurus

Reputation: 2133

Hiding "View Menu" button in RCP application

My RCP application includes the Project Explorer view, which has several small buttons in its top-right corner (e.g. "Minimize", "Maximize", "View Menu").

I would like to remove the "View Menu" button. How can I do this?

Upvotes: 0

Views: 188

Answers (1)

Lorenzo Murrocu
Lorenzo Murrocu

Reputation: 688

I think "activities" is what you need:

You should check this: http://blog.vogella.com/2009/07/13/eclipse-activities/

Upvotes: 1

Related Questions