Changeset 931:8286bd44662d for src/mlx
- Timestamp:
- 04/27/19 12:23:30 (6 years ago)
- Branch:
- python3
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/gui/gui.py
r919 r931 109 109 110 110 self._mainWindow = window = gtk.Window() 111 if os.name!="nt": 112 window.set_visual(window.get_screen().lookup_visual(0x21)) 111 113 window.set_title(WINDOW_TITLE_BASE) 112 114 window.set_icon_from_file(os.path.join(iconDirectory, "logo.ico"))
Note:
See TracChangeset
for help on using the changeset viewer.