Changeset 70

Show
Ignore:
Timestamp:
05/19/07 14:49:13 (2 years ago)
Author:
lindquist
Message:

gtk: reverted to Window default visibility hidden

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/bughunt/minwin/window.d

    r67 r70  
    751751            gtk_widget_realize(wcontent); 
    752752            gtk_widget_show(wcontent); 
    753             gtk_widget_realize(cast(GtkWidget*)peer); 
    754             gtk_widget_show(cast(GtkWidget*)peer); 
     753            //gtk_widget_realize(cast(GtkWidget*)peer); 
     754            //gtk_widget_show(cast(GtkWidget*)peer); 
    755755        } 
    756756 
  • branches/bughunt/samples/notepad.d

    r66 r70  
    5959    }; 
    6060 
     61    win.visible = true; 
    6162    return app.enterEventLoop(); 
    6263}