Package org.gnome.gtk

Examples of org.gnome.gtk.Window


            resumet.connect((ToolButton.CLICKED)new GUIEventPipe(this, "resume"));
           
            final ImageMenuItem preferencesm = (ImageMenuItem)mainGlade.getWidget("mbtn_preferences");
            preferencesm.connect(new GUIEventPipe(this, "preferences"));

            final Window w = (Window)mainGlade.getWidget("wnd_main");
            w.showAll();

            w.connect(new Window.DELETE_EVENT()
            {
                public boolean onDeleteEvent(Widget source, Event event)
                {
                    Gtk.mainQuit();
                    return false;
View Full Code Here

TOP

Related Classes of org.gnome.gtk.Window

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.