From 8c66076e18737cf4cf785db72b35b3bc96b60582 Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Thu, 22 Aug 2024 00:49:44 +0000 Subject: [PATCH] kits/interface/window: fixed after latest changes to `html2myst`. --- kits/interface/window.md | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/kits/interface/window.md b/kits/interface/window.md index 485a1aa..673b18f 100644 --- a/kits/interface/window.md +++ b/kits/interface/window.md @@ -354,11 +354,28 @@ Notes on the arguments: when the user types the shortcut. The {hclass}`BWindow` takes ownership of the {hparam}`message` object and adds a {hparam}`when` field to it: - :::{list-table} --- header-rows: 1 align: left widths: auto --- - - - Field name - Type code - Description - - {hparam}`when` - - {cpp:enumerator}`B_INT64_TYPE` - The time of the key-down, in - microseconds since 01/01/70. ::: - +- :::{list-table} + --- + header-rows: 1 + align: left + widths: auto + --- + - + - Field name + + - Type code + + - Description + + - + - {hparam}`when` + + - {cpp:enumerator}`B_INT64_TYPE` + + - The time of the key-down, in microseconds since 01/01/70. + + + ::: - {hparam}`handler` must be in the window's handler list (or the message won't be sent). If you exclude the argument, this {hclass}`BWindow` handles the message. If handler is (literally) {cpp:expr}`NULL`, the