Difference between revisions of "GUIToolkit"

From The Battle for Wesnoth Wiki
(Initial place holder)
 
(add a do not modify header)
Line 1: Line 1:
 +
UNDER CONSTRUCTION DO NOT MODIFY -- SkeletonCrew
 +
 
= Introduction =
 
= Introduction =
  
Line 10: Line 12:
  
 
= See also =
 
= See also =
* [[GUICanvasWML]]
+
* [[GUIToolkit]]
  
 
[[Category:WML Reference]]
 
[[Category:WML Reference]]

Revision as of 13:56, 20 April 2008

UNDER CONSTRUCTION DO NOT MODIFY -- SkeletonCrew

Introduction

This is a new toolkit aiming to make it possible to make the look of Wesnoth fully skinable. This will be used in Wesnoth the make it easier to optimize for different screen resolutions.

The engine has two parts:

  • Widget definition, which defines how a widget looks.
  • Window defintion, which defines how a certain window looks and it uses the widget definitions.


See also