Changes between Version 3 and Version 4 of GlobalSpecification/Window


Ignore:
Timestamp:
02/26/09 15:05:24 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GlobalSpecification/Window

    v3 v4  
    33Window 
    44== Description == 
    5 A window is a (usually) rectangular portion of the display on a computer monitor that presents its contents (e.g., the contents of a directory, a text file or an image) seemingly independently of the rest of the screen. Windows are one of the elements that comprise a graphical user interface (GUI). Each window has its own Title Bar. 
     5A window is a (usually) rectangular portion of the display on a computer monitor that presents its contents (e.g., the contents of a directory, a text file or an image) seemingly independently of the rest of the screen. Windows are one of the elements that comprise a graphical user interface (GUI).  
     6 * Each window has its own Title Bar. 
     7 * When the content is bigger than the visual working area of the window, scrollbars appear. Note that content is defined for specific elements. 
    68== Diagram? == 
    79![[Image(source:/trunk/sophie2-platform/doc/spec-diagrams/Filename.png, 100%)]] [[BR]] 
     
    1416 * Left Clicking left/right and bottom corner of the window and dragging changes window's size in desired directions. 
    1517== Keyboard Behavior? == 
     18 * Alt+Tab scrolls between different windows in the operating system. 
     19 * Ctrl+Tab scrolls between different subwindows (book windows) of Sophie. 
    1620== Mouse + Keyboard? == 
    1721== Triggered by? ==