Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > media > contrib > by-pkgid > 7eeaa462eca43c7af7491c7b68922820 > files > 10

wxGlade-0.2.1-1mdk.noarch.rpm

<?xml version="1.0"?>
<!-- generated by wxGlade 0.2 on Fri Dec 27 16:29:01 2002 -->

<application path="" name="" class="" option="0" language="python" top_window="" encoding="ISO-8859-15">
    <object class="wxGladeColorDialog" name="dialog_1" base="EditDialog">
        <style>wxDEFAULT_DIALOG_STYLE</style>
        <title>dialog_1</title>
        <object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
            <orient>wxVERTICAL</orient>
            <object class="sizeritem">
                <flag>wxEXPAND</flag>
                <border>0</border>
                <option>0</option>
                <object class="wxPanel" name="panel_1" base="EditPanel">
                    <style>wxTAB_TRAVERSAL</style>
                    <object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
                        <orient>wxVERTICAL</orient>
                        <object class="sizeritem">
                            <flag>wxLEFT|wxRIGHT|wxTOP|wxEXPAND</flag>
                            <border>5</border>
                            <option>0</option>
                            <object class="wxRadioButton" name="use_sys_color" base="EditRadioButton">
                                <clicked>1</clicked>
                                <label>System color</label>
                            </object>
                        </object>
                        <object class="sizeritem">
                            <flag>wxALL|wxEXPAND</flag>
                            <border>5</border>
                            <option>0</option>
                            <object class="wxComboBox" name="sys_color" base="EditComboBox">
                                <selection>0</selection>
                                <style>wxCB_READONLY</style>
                                <choices>
                                    <choice>sample choice</choice>
                                </choices>
                            </object>
                        </object>
                        <object class="sizeritem">
                            <flag>wxALL|wxEXPAND</flag>
                            <border>5</border>
                            <option>0</option>
                            <object class="wxStaticLine" name="static_line_1" base="EditStaticLine">
                                <style>wxLI_HORIZONTAL</style>
                            </object>
                        </object>
                        <object class="sizeritem">
                            <flag>wxLEFT|wxRIGHT|wxTOP|wxEXPAND</flag>
                            <border>5</border>
                            <option>0</option>
                            <object class="wxRadioButton" name="use_chooser" base="EditRadioButton">
                                <label>Custom color</label>
                            </object>
                        </object>
                    </object>
                </object>
            </object>
            <object class="sizeritem">
                <flag>wxALL</flag>
                <border>5</border>
                <option>0</option>
                <object class="wxPyColourChooser" name="color_chooser" base="CustomWidget">
                    <arguments>
                        <argument>$parent</argument>
                        <argument>$id</argument>
                    </arguments>
                </object>
            </object>
            <object class="sizeritem">
                <flag>wxALL|wxALIGN_RIGHT</flag>
                <border>10</border>
                <option>0</option>
                <object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
                    <orient>wxHORIZONTAL</orient>
                    <object class="sizeritem">
                        <flag>wxRIGHT</flag>
                        <border>13</border>
                        <option>0</option>
                        <object class="wxButton" name="ok" base="EditButton">
                            <label>OK</label>
                            <default>1</default>
                            <id>wxID_OK</id>
                        </object>
                    </object>
                    <object class="sizeritem">
                        <border>5</border>
                        <option>0</option>
                        <object class="wxButton" name="cancel" base="EditButton">
                            <label>Cancel</label>
                            <id>wxID_CANCEL</id>
                        </object>
                    </object>
                </object>
            </object>
        </object>
    </object>
</application>