view gui.cfg @ 0:c10bc63824e7

Initial commit!
author zzzzrrr <mason.green@gmail.com>
date Fri, 20 Mar 2009 06:41:25 -0400
parents
children eb6059f7035a
line wrap: on
line source

import "themes/default.cfg"

new FramedTopLevelWindow main {
    frame.text = "OpenMelee";
    showCursor = false;
    size = 900 610;
    [hexpand hfill vexpand vfill] new HBox {
        [vexpand vfill] new VBox controls {
            size = 175 0;
            layout = {
                padding = 5 5;
            }
        }
        [hexpand hfill vexpand vfill] new GLViewport glview;
    }
} @overlay {
    [hexpand vexpand hfill vfill] new Group .overlay {
        layout = Ghost;
    }
}