From 6e287abe7a96549ce4e31fa737ee5eed3182f7be Mon Sep 17 00:00:00 2001
From: David Botton HTML DOM element.
Get connection-data that is associated with clog-obj that will persist regardless of thread. The event hooks are stored in this string based hash in the format of: -"html-id:event-name" => #'event-handler.
+"html-id:event-name" => #'event-handler. clog-* keys are reserved +for internal use of clog. @@ -4450,6 +4451,8 @@ is nil unbind the event. clog-gui object on connection. +CLOG-GUI - Menus
Add icon as menu bar item.
CLOG-GUI - Window System
[generic-function] CURRENT-WINDOW CLOG-OBJ
+ +Get the current selected clog-gui-window
[generic-function] SET-ON-WINDOW-CHANGE CLOG-OBJ HANDLER
+ +Set the on-window-change HANDLER.
+The on-window-change clog-obj received is the new window
CLOG-GUI - Individual Windows
[generic-function] CREATE-GUI-WINDOW CLOG-OBJ &KEY TITLE CONTENT LEFT TOP WIDTH HEIGHT HTML-ID
+ +Create a clog-gui-window
[generic-function] WINDOW-TITLE CLOG-GUI-WINDOW
+ +Get/setf window title
[generic-function] WINDOW-CONTENT CLOG-GUI-WINDOW
+ +Get window content element.
[generic-function] SET-ON-WINDOW-CAN-CLOSE CLOG-GUI-WINDOW HANDLER
+ +Set the on-window-can-close HANDLER
[generic-function] SET-ON-WINDOW-CLOSE CLOG-GUI-WINDOW HANDLER
+ +Set the on-window-close HANDLER
[generic-function] SET-ON-WINDOW-CAN-MOVE CLOG-GUI-WINDOW HANDLER
+ +Set the on-window-can-move HANDLER
[generic-function] SET-ON-WINDOW-CAN-SIZE CLOG-GUI-WINDOW HANDLER
+ +Set the on-window-can-size HANDLER
[generic-function] SET-ON-WINDOW-MOVE CLOG-GUI-WINDOW HANDLER
+ +Set the on-window-move HANDLER
[generic-function] SET-ON-WINDOW-SIZE CLOG-GUI-WINDOW HANDLER
+ +Set the on-window-size HANDLER
[generic-function] SET-ON-WINDOW-MOVE-DONE CLOG-GUI-WINDOW HANDLER
+ +Set the on-window-move-done HANDLER
[generic-function] SET-ON-WINDOW-SIZE-DONE CLOG-GUI-WINDOW HANDLER
+ +Set the on-window-size-done HANDLER
@@ -5002,7 +5120,7 @@ on-storage event is fired for changes to :local storage keys.