Sha256: 98fdce13cd6c593ad5d00fad8701feb4b08e789e10096b41bfb7f26aaa0147b8

Contents?: true

Size: 1.97 KB

Versions: 30

Compression:

Stored size: 1.97 KB

Contents

<?xml version="1.0" encoding="ISO-8859-1"?>
<resource xmlns="http://www.wxwindows.org/wxxrc">
    <object class="wxDialog" subclass="CustomDialog" name="SAMPLE_DIALOG">
        <style>wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU</style>
        <size>400,300</size>
        <title>Sample</title>
        <centered>1</centered>
        <object class="wxBoxSizer">
            <orient>wxHORIZONTAL</orient>
            <object class="sizeritem">
                <flag>wxALIGN_CENTER_VERTICAL|wxALL</flag>
                <border>5</border>
                <object class="wxBoxSizer">
                    <orient>wxVERTICAL</orient>
                    <object class="sizeritem">
                        <flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
                        <border>5</border>
                        <object class="wxButton" name="wxID_OK">
                            <size>-1,-1</size>
                            <style></style>
                            <label>Ok</label>
                        </object>
                    </object>
                    <object class="sizeritem">
                        <flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
                        <border>5</border>
                        <object class="wxButton" name="wxID_CANCEL">
                            <size>-1,-1</size>
                            <style></style>
                            <label>Cancel</label>
                        </object>
                    </object>
                    <object class="sizeritem">
                        <flag>wxALIGN_CENTER_HORIZONTAL|wxALL</flag>
                        <border>5</border>
                        <object class="wxButton" name="SAMPLE_MESSAGE">
                            <size>-1,-1</size>
                            <style></style>
                            <label>Message...</label>
                        </object>
                    </object>
                </object>
            </object>
        </object>
    </object>
</resource>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
wxruby3-1.5.1 samples/xrc/custom_dialog.xrc
wxruby3-1.5.0 samples/xrc/custom_dialog.xrc
wxruby3-1.4.2 samples/xrc/custom_dialog.xrc
wxruby3-1.4.1 samples/xrc/custom_dialog.xrc
wxruby3-1.4.0 samples/xrc/custom_dialog.xrc
wxruby3-1.3.1 samples/xrc/custom_dialog.xrc
wxruby3-1.3.0 samples/xrc/custom_dialog.xrc
wxruby3-1.2.1 samples/xrc/custom_dialog.xrc
wxruby3-1.2.0 samples/xrc/custom_dialog.xrc
wxruby3-1.1.2 samples/xrc/custom_dialog.xrc
wxruby3-1.1.1 samples/xrc/custom_dialog.xrc
wxruby3-1.1.0 samples/xrc/custom_dialog.xrc
wxruby3-1.0.1 samples/xrc/custom_dialog.xrc
wxruby3-0.9.8 samples/xrc/custom_dialog.xrc
wxruby3-0.9.7 samples/xrc/custom_dialog.xrc
wxruby3-0.9.5 samples/xrc/custom_dialog.xrc
wxruby3-0.9.4 samples/xrc/custom_dialog.xrc
wxruby3-0.9.3 samples/xrc/custom_dialog.xrc
wxruby3-0.9.2 samples/xrc/custom_dialog.xrc
wxruby3-0.9.1 samples/xrc/custom_dialog.xrc