News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Adding a new tab in the Management Window

Started by puneet_m, February 26, 2008, 07:26:53 PM

Previous topic - Next topic

puneet_m

Which xrc file is adding the tabs Projects,Symbols and Resources on the left hand side Management window.

Thanks,
Puneet

thomas

"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

puneet_m

Then what file is adding these tabs? Basically I want to add a new tab to this Management window pane. So I am looking for the code(filename) which does the addition of the tab.

thomas

Several ones, for example projectmanager.cpp
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

puneet_m

Thanks for your reply. I see the following line adding Projects tab
m_pNotebook->AddPage(m_pTreed, _("Projects"));

But where are the Symbols and Resources tab getting added?

Thanks,
Puneet

thomas

In some other files that belong to the code completion plugin and wxSmith. They look the same.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

puneet_m