Skip to content

windowing manager #19

@HallM

Description

@HallM

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions