Callisto Desktop/User Guide: Difference between revisions
(→Windows: Separated anatomy and actions) |
(→Windows: Condensed control box introduction) |
||
Line 9: | Line 9: | ||
Windows are floating containers furnished to applications by the system, which applications fill with their own content. The system retains ultimate control over windows, drawing a frame around each to clarify its state to the user and provide a means of manipulation. | Windows are floating containers furnished to applications by the system, which applications fill with their own content. The system retains ultimate control over windows, drawing a frame around each to clarify its state to the user and provide a means of manipulation. | ||
Windows float over the Desktop in a "stack." Imagine paper piled on a desk, or a Z axis protruding towards you from the display, with the Desktop at the furthest position. A window's place in the stack determines which windows appear above it, and which appear below it. Any part of a window not obscured by other windows can receive focus and accept user input. The stack can be easily reordered, using various means, to display the desired windows. | |||
=== Anatomy of a window === | === Anatomy of a window === | ||
Line 19: | Line 18: | ||
==== Frame ==== | ==== Frame ==== | ||
The border portion of a window, drawn and controlled by the system. Most window frames include a title bar at the top, which displays | The border portion of a window, drawn and controlled by the system. Most window frames include a title bar at the top, which displays the window's title (usually an application name and/or a document name), provides a convenient space to grab the window with the mouse, and offers several widgets for controlling it. Transient windows, such as dialog boxes, often do not have title bars, but every window has a frame. | ||
===== Control boxes ===== | |||
Three widgets embedded in each title bar provide immediate access to common window management functions. | |||
The window | * The close box, which cleanly closes a window (allowing the application to prompt regarding unsaved data or unfinished tasks). | ||
* The pin box, which holds a window in place at the top of the stack, or across desks. | |||
* The zoom box, which adjusts a window's geometry (width and height). | |||
The | |||
==== Content area ==== | ==== Content area ==== | ||
Everything inside the frame is drawn by the application to which the window belongs. Most applications display a menu bar containing a complete listing of their available commands and features, and a document, tool, or view of some kind in the remaining area beneath. A window's content area may also contain toolbars with shortcuts to various functions, status bars displaying document information, or other elements as the application developers see fit. | Everything inside of the frame is drawn by the application to which the window belongs. Most applications display a menu bar containing a complete listing of their available commands and features, and a document, tool, or view of some kind in the remaining area beneath. A window's content area may also contain toolbars with shortcuts to various functions, status bars displaying document information, or other elements as the application developers see fit. | ||
Many developers have ideas about how applications should look and feel that conflict with the goals of Callisto Desktop; these developers' applications may exhibit unusual appearances and behavior within their content areas. Unfortunately, not much can be done about this, other than selecting a different application, but Callisto Desktop tries to mitigate it by enforcing consistency in the rest of the environment. The content area is the only place where application developers have free reign. | Many developers have ideas about how applications should look and feel that conflict with the goals of Callisto Desktop; these developers' applications may exhibit unusual appearances and behavior within their content areas. Unfortunately, not much can be done about this, other than selecting a different application, but Callisto Desktop tries to mitigate it by enforcing consistency in the rest of the environment. The content area is the only place where application developers have free reign. |
Revision as of 04:31, 3 February 2023
A concise introduction
The Controller
The Desktop
Windows
Windows are floating containers furnished to applications by the system, which applications fill with their own content. The system retains ultimate control over windows, drawing a frame around each to clarify its state to the user and provide a means of manipulation.
Windows float over the Desktop in a "stack." Imagine paper piled on a desk, or a Z axis protruding towards you from the display, with the Desktop at the furthest position. A window's place in the stack determines which windows appear above it, and which appear below it. Any part of a window not obscured by other windows can receive focus and accept user input. The stack can be easily reordered, using various means, to display the desired windows.
Anatomy of a window
Frame
The border portion of a window, drawn and controlled by the system. Most window frames include a title bar at the top, which displays the window's title (usually an application name and/or a document name), provides a convenient space to grab the window with the mouse, and offers several widgets for controlling it. Transient windows, such as dialog boxes, often do not have title bars, but every window has a frame.
Control boxes
Three widgets embedded in each title bar provide immediate access to common window management functions.
- The close box, which cleanly closes a window (allowing the application to prompt regarding unsaved data or unfinished tasks).
- The pin box, which holds a window in place at the top of the stack, or across desks.
- The zoom box, which adjusts a window's geometry (width and height).
Content area
Everything inside of the frame is drawn by the application to which the window belongs. Most applications display a menu bar containing a complete listing of their available commands and features, and a document, tool, or view of some kind in the remaining area beneath. A window's content area may also contain toolbars with shortcuts to various functions, status bars displaying document information, or other elements as the application developers see fit.
Many developers have ideas about how applications should look and feel that conflict with the goals of Callisto Desktop; these developers' applications may exhibit unusual appearances and behavior within their content areas. Unfortunately, not much can be done about this, other than selecting a different application, but Callisto Desktop tries to mitigate it by enforcing consistency in the rest of the environment. The content area is the only place where application developers have free reign.
Window actions and states
Windows are controlled by interacting with their various parts using the keyboard and mouse. The available actions, and their affects, vary depending on the part of the window being manipulated.
Frame
Control the window's position on the desk.
Close box
Closes the window cleanly, giving the application a chance to interrupt if there are unsaved changes or unfinished actions that must be discarded or canceled in order to do so. Clicking the close box may do nothing if the application the window belongs to is unresponsive, in which case other means may be used to dismiss the window.
Action | Result |
---|---|
Close the window. | |
Close all windows on the current desk belonging to this application. |
Pin box
Hold the window in place.
Action | Result |
---|---|
Pin this window to the current desk. | |
Pin this window to the top of the stack. |
Zoom box
Control the window's geometry (size).
- Toggle geometry (left click)
- Returns the window to its last saved geometry.
- Copy or apply geometry (middle click)
- Obtains the window's geometry, which can be applied to another window by middle-clicking its Zoom Box.
- If a window's geometry has been copied, it displays a Zoom Box indicator icon in the tilebar when unfocused.
- Default geometry (right click)
- If a default geometry for the application is present in the active configuration, apply it to the focused window.
- Resize window (drag)
- Note about twm-style resize behavior