Changes between Initial Version and Version 5 of Ticket #233


Ignore:
Timestamp:
02/14/08 08:44:00 (5 years ago)
Author:
ArcRiley
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #233

    • Property Owner ZachMiller deleted
    • Property Summary changed from improve soy.Window to improve soy.Window for X11
    • Property Component changed from unknown to _core
    • Property Milestone changed from to 1.1
  • Ticket #233 – Description

    initial v5  
    11soy.Window can use many additional features such as: 
    2  .icon for setting your window's icon (accept a texture, PySoy logo as default) 
    3  .fullscreen 
    4  .resizable 
    5  .minimized 
     2 .aspect - lock in an aspect ratio 
     3 .resizable - set window as not resizable anymore 
     4 .minimized - learn (or set) whether the window is minimized 
    65(add ideas as comment) 
    76 
    8 Also the height,when changed alone, should change width to perspective and it shouldn't keep trying to change the size while you're resizing. 
    9