~registry/codeblocks/trunk

« back to all changes in this revision

Viewing changes to src/plugins/projectwizard/wxsmith/wxsmith.cfg

  • Committer: mandrav
  • Date: 2006-07-09 21:52:39 UTC
  • Revision ID: svn-v4:98b59c6a-2706-0410-b7d6-d2fa1a1880c9:trunk:2720
* Removed AddLanguagePage() from wizards and replaced it with AddGenericSingleChoiceList().
* Added OnGetNextPage and OnGetPrevPage script events for wizard pages.
* Autotools' "make install" now installs the SDK headers.
* Fixed a couple of broken Makefile.am.
* Changed autorevision executable to not break standalone builds (i.e. not svn working copies).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<wxsmith>
2
 
    <panel wxs_file="IntroPanel.wxs" class="IntroPanel" src_file="intropanel.cpp" header_file="intropanel.h" xrc_file="C:\Devel\codeblocks\trunk\src\plugins\contrib\wizard\wxsmith\IntroPanel.wxs" edit_mode="Source" />
3
 
    <panel wxs_file="ProjectPathPanel.wxs" class="ProjectPathPanel" src_file="projectpathpanel.cpp" header_file="projectpathpanel.h" xrc_file="C:\Devel\codeblocks\trunk\src\plugins\contrib\wizard\wxsmith\ProjectPathPanel.wxs" edit_mode="Source" />
4
 
    <panel wxs_file="CompilerPanel.wxs" class="CompilerPanel" src_file="compilerpanel.cpp" header_file="compilerpanel.h" xrc_file="C:\Devel\codeblocks\trunk\src\plugins\contrib\wizard\wxsmith\CompilerPanel.wxs" edit_mode="Source" />
5
 
    <panel wxs_file="LanguagePanel.wxs" class="LanguagePanel" src_file="languagepanel.cpp" header_file="languagepanel.h" xrc_file="C:\Devel\codeblocks\trunk\src\plugins\contrib\wizard\wxsmith\LanguagePanel.wxs" edit_mode="Source" />
 
2
    <panel wxs_file="IntroPanel.wxs" class="IntroPanel" src_file="intropanel.cpp" header_file="intropanel.h" xrc_file="IntroPanel.wxs" edit_mode="Source" />
 
3
    <panel wxs_file="ProjectPathPanel.wxs" class="ProjectPathPanel" src_file="projectpathpanel.cpp" header_file="projectpathpanel.h" xrc_file="ProjectPathPanel.wxs" edit_mode="Source" />
 
4
    <panel wxs_file="CompilerPanel.wxs" class="CompilerPanel" src_file="compilerpanel.cpp" header_file="compilerpanel.h" xrc_file="CompilerPanel.wxs" edit_mode="Source" />
 
5
    <panel wxs_file="GenericSingleChoiceList.wxs" class="GenericSingleChoiceList" src_file="genericsinglechoicelist.cpp" header_file="genericsinglechoicelist.h" xrc_file="GenericSingleChoiceList.wxs" edit_mode="Source" />
6
6
    <configuration app_src_file="" main_resource="" init_all_handlers="necessary" />
7
7
</wxsmith>