Changeset 70
- Timestamp:
- 05/19/07 14:49:13 (2 years ago)
- Files:
-
- branches/bughunt/minwin/window.d (modified) (1 diff)
- branches/bughunt/samples/notepad.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/bughunt/minwin/window.d
r67 r70 751 751 gtk_widget_realize(wcontent); 752 752 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); 755 755 } 756 756 branches/bughunt/samples/notepad.d
r66 r70 59 59 }; 60 60 61 win.visible = true; 61 62 return app.enterEventLoop(); 62 63 }
