Difference between revisions of "Template:CEGUIWikiWhatsNew"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
Line 3: Line 3:
 
<!-- In descending order (newest first, oldest last) -->
 
<!-- In descending order (newest first, oldest last) -->
  
 +
* Porting to the 0.5.0 Release: [[CELayoutUpgrader]]
 
* Code Snippets: [[Tab_Order]] : A class to allow navigation via Tab and Shift-Tab
 
* Code Snippets: [[Tab_Order]] : A class to allow navigation via Tab and Shift-Tab
 
* Code Snippets: [[CreateSubImage]] : 2 functions that can be used to create subimages dynamically
 
* Code Snippets: [[CreateSubImage]] : 2 functions that can be used to create subimages dynamically
 
* Code Snippets: [[Formatted Numeric Data]] : A simple class to format numeric data
 
* Code Snippets: [[Formatted Numeric Data]] : A simple class to format numeric data
 
* Code Snippets: [[WidgetGalore]] : A presentation of every widget and an introduction of their usage
 
* Code Snippets: [[WidgetGalore]] : A presentation of every widget and an introduction of their usage
* Code Snippets: [[DialogConfigurations]] : A simple solution to save the position, size, and whether a dialog is visible or rolled up and reload these configurations the next time the application is executed
 
 
<br />
 
<br />
 
''To all wiki author, please edit this section when you add a new page to the wiki.''
 
''To all wiki author, please edit this section when you add a new page to the wiki.''
 
}}
 
}}

Revision as of 18:38, 30 July 2006

The last 5 additions to the wiki (edit)

  • Porting to the 0.5.0 Release: CELayoutUpgrader
  • Code Snippets: Tab_Order : A class to allow navigation via Tab and Shift-Tab
  • Code Snippets: CreateSubImage : 2 functions that can be used to create subimages dynamically
  • Code Snippets: Formatted Numeric Data : A simple class to format numeric data
  • Code Snippets: WidgetGalore : A presentation of every widget and an introduction of their usage


To all wiki author, please edit this section when you add a new page to the wiki.