diff --git a/docs/index.html.ejs b/docs/index.html.ejs index 127359c..160c126 100644 --- a/docs/index.html.ejs +++ b/docs/index.html.ejs @@ -635,6 +635,48 @@ +
+

Status Bar

+
+
+ A status bar is a special area within a window, typically the bottom, that displays information + about the current state of what is being viewed in the window or any other contextual information, such as keyboard + state. + +
+ — Microsoft Windows User Experience p. 146 +
+
+ +

+ You can render a status bar with the status-bar class, + and status-bar-field for every child text element. +

+ + <%- example(` +
+
+
A Window With A Status Bar
+
+
+

There are just so many possibilities:

+
    +
  • A Task Manager
  • +
  • A Notepad
  • +
  • Or even a File Explorer!
  • +
+
+
+

Press F1 for help

+

Slide 1

+

CPU Usage: 14%

+
+
+ `) %> + + +
+

TreeView