Skip to content

Commit

Permalink
kits/interface/window: fixed after latest changes to html2myst.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicah committed Aug 22, 2024
1 parent 8b2f7ab commit 8c66076
Showing 1 changed file with 22 additions and 5 deletions.
27 changes: 22 additions & 5 deletions kits/interface/window.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c66076

Please sign in to comment.