Open main menu

Difference between revisions of "GUI Themes/Specs"

358 bytes added ,  14:39, 25 April 2006
describe skipFor keyword
(→‎To Do: arrows are now implemented)
(describe skipFor keyword)
Line 242: Line 242:


Here you will get global_midipopup and game_midipopup widgets defined.
Here you will get global_midipopup and game_midipopup widgets defined.
=== skipFor keyword ===
If this key is defined within section, then section loading will be skipped for specified resolutions. For example, it is used in our modern theme to make 320xY widgets be positioned like in our classic theme.
  [XxY]
  skipFor=320xY
  def_blah=22
In above case section [XxY] will not be loaded for 320x200 or 320x240 resolutions.


=== Inactive dialog effects (new theme only) ===
=== Inactive dialog effects (new theme only) ===