From 617d30da8f0bddd0ed5f4bdf2c28626d2ac0fb71 Mon Sep 17 00:00:00 2001 From: Shara Miller Date: Sun, 16 Oct 2011 13:10:33 -0500 Subject: Added first draft of Clock documentation. --- clock.page | 137 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 132 insertions(+), 5 deletions(-) diff --git a/clock.page b/clock.page index 879e10e..7e3cf96 100644 --- a/clock.page +++ b/clock.page @@ -17,20 +17,147 @@ Clock -

+

The Clock panel plugin displays the current time in a variety of styles and formats.

Properties +
+ Clock's properties dialog + +
+ +
+ Appearance + + <gui>Layout</gui> + + + + <gui>Analog</gui> +

+ Displays time as a clock face with hands representing the current hour, minute, and seconds. +

+
+ + <gui>Binary</gui> +

+ Displays a binary clock. +

+
+ + <gui>Digital</gui> +

+ A simple time display with multiple formats. +

+
+ + <gui>Fuzzy</gui> +

+ Displays an approximation of the current time. +

+
+ + <gui>LCD</gui> +

+ Displays the time in the style of a digital LCD click. +

+
+
+
+ +
+ + + <gui>Tooltip Format</gui> +

+ Changes how the time is displayed when hovering over the clock display. +

+
+ + <gui>Show Frame</gui> +

+ Displays a frame around the clock display. +

+
+ +
+
+ +
+ Clock Options + +

+ The options available in Clock Options will vary depending on the clock Layout selected. +

+
+ + + + <gui>24-hour Clock</gui> +

+ Displays time in a 24-hour (military) format. (LCD layout only.) +

+
+ + <gui>Display Seconds</gui> +

+ Displays a seconds indicator in the clock display. (Analog, LCD, and Binary layouts only.) +

+
+ + <gui>Flash Time Seperators</gui> +

+ Flash the seperators between digits. (LCD layout only.) +

+
+ + <gui>Format</gui> +

+ Changes the time format of the clock with predefined or custom layout. (Digital layout only.) +

+
+ + <gui>Fuzziness</gui> +

+ Changes the degree of 'fuzziness' that the clock will display. 0 being the most accurate, 1 being less accurate, + and 2 being the least accurate. (Fuzzy layout only.) +

+
+ + <gui>Show AM/PM</gui> +

+ Displays an 'A' or 'P' to indicate the time of day. (LCD layout only.) +

+
+ + <gui>Show Grid</gui> +

+ Adds gridlines to the clock. (Binary layout only.) +

+
+ + <gui>Show Inactive Dots</gui> +

+ All dots that are empty are not shown in the clock display. (Binary layout only.) +

+
+ + <gui>True Binary Clock</gui> +

+ Displays a seconds indicator in the clock display. (Binary layout only.) +

+
+ + +
+
+
Style Properties -
- Clock's properties dialog - -
-- cgit v1.2.1