tests/svgui/svgui@svgui/pyfile.xml
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 28 Dec 2016 19:05:28 +0300
changeset 1618 474de7fdcfd9
parent 1547 33e03a4b3075
permissions -rw-r--r--
convert FindInPouDialog from wx.Frame to wx.Dialog

In this case FindInPouDialog Windows isn't listed in windows manager
on Alt-Tab. And it's not shown on top of other applications. For
example, previously the dialog was shown even on top of web browser or
word processor.
1547
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     1
<?xml version='1.0' encoding='utf-8'?>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     2
<PyFile xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     3
  <variables/>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     4
  <globals>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     5
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     6
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     7
/*
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     8
    Web interface is build as SVG file in Inkscape. 
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
     9
    To edit SVG file click 'Inkscape' button on the toolbar above.
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    10
    
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    11
    Inkscape is a free and open-source vector graphics editor. 
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    12
    It's not part of Beremiz and needs to be installed separately.
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    13
*/
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    14
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    15
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    16
  </globals>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    17
  <init>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    18
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    19
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    20
  </init>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    21
  <cleanup>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    22
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    23
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    24
  </cleanup>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    25
  <start>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    26
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    27
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    28
  </start>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    29
  <stop>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    30
    <xhtml:p><![CDATA[
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    31
]]></xhtml:p>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    32
  </stop>
33e03a4b3075 add more comments to svgui example
Andrey Skvortsov <andrej.skvortzov@gmail.com>
parents:
diff changeset
    33
</PyFile>