mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 02:09:49 +00:00
Update description of the race dialog file.
This commit is contained in:
parent
cd9bb37f1f
commit
85ded0edc3
1 changed files with 2 additions and 10 deletions
|
@ -13,16 +13,8 @@ namespace MWWorld
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
This file contains classes corresponding to all the dialogs
|
This file contains the dialog for choosing a race.
|
||||||
for the character generation, layouts are defined in resources/mygui/ *.xml.
|
Layout is defined by resources/mygui/openmw_chargen_race_layout.xml.
|
||||||
|
|
||||||
Each class inherites GUI::Layout and loads the XML file, and
|
|
||||||
provides some helper functions to manipulate the elements of the
|
|
||||||
window.
|
|
||||||
|
|
||||||
The windows are never created or destroyed (except at startup and
|
|
||||||
shutdown), they are only hid. You can control visibility with
|
|
||||||
setVisible().
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace MWGui
|
namespace MWGui
|
||||||
|
|
Loading…
Reference in a new issue