aseprite/data/widgets/advanced_mode.xml
David Capello 7d47093acc Convert jbutton widget to ButtonBase, Button, CheckBox, and RadioButton C++ classes.
+ Add ButtonBase::Click signal.
+ Button does not close the window by default (you have to configure this action manually when Click signal is triggered).
+ Add "closewindow" attribute to <button> widget in XML files.
+ Move "bevels" to SkinProperty.
+ Convert colorbutton widget in ColorButton C++ class.
2010-08-23 17:41:19 -03:00

14 lines
525 B
XML

<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2010 by David Capello -->
<jinete>
<window text="Warning - Important" name="advanced_mode_warning">
<grid columns="1">
<label text="You are going to enter in &quot;Advanced Mode&quot;." />
<label text="" name="warning_label" />
<check text="Don't show this again" name="donot_show" />
<separator horizontal="true" />
<button text="&amp;OK" closewindow="true" magnetic="true" minwidth="60" cell_align="center" />
</grid>
</window>
</jinete>