-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
just some notes:
Window manager:
windows have:
- position: (Point, or top+left)
- size: (width+height)
- isResizable (not all may be)
- title (string)
- an on-close
- focus-ability
- z-index (which window is on top)
- contentpane
content-panes contain user-definable content.
the window creates the content pane and the user may add anything to it.
myWindow.contentpane.appendChild()
window sizing could be changed via code at any time.
window position could be changed via code as well.
windows should be draggable by their title bars.
Metadata
Metadata
Assignees
Labels
No labels