Skip to content

Commit

Permalink
Update windows.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Nov 30, 2023
1 parent ec788fc commit 10bcc33
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -499,14 +499,22 @@ Specifies what type of window to create. Thunderbird does not support :value:`pa
.. api-member::
:name: :value:`normal`

A normal Thunderbird window, a.k.a. 3-pane-window (folder pane, message pane and preview pane).

.. api-member::
:name: :value:`popup`

A non-modal stand-alone popup window.

.. api-member::
:name: :value:`panel`

Not supported, same as :value:`popup`

.. api-member::
:name: :value:`detached_panel`

Not supported, same as :value:`popup`


.. _windows.GetInfo:
Expand Down Expand Up @@ -688,9 +696,13 @@ The type of a window. Under some circumstances a window may not be assigned a ty
.. api-member::
:name: :value:`normal`

A normal Thunderbird window, a.k.a. 3-pane-window (folder pane, message pane and preview pane).

.. api-member::
:name: :value:`popup`

A non-modal stand-alone popup window.

.. api-member::
:name: :value:`panel`

Expand All @@ -708,9 +720,13 @@ The type of a window. Under some circumstances a window may not be assigned a ty
:name: :value:`messageCompose`
:annotation: -- [Added in TB 70, backported to TB 68.1.1]

A non-modal stand-alone message compose window.

.. api-member::
:name: :value:`messageDisplay`
:annotation: -- [Added in TB 70, backported to TB 68.1.1]

A non-modal stand-alone message display window, viewing a single message.


.. rst-class:: api-main-section
Expand Down

0 comments on commit 10bcc33

Please sign in to comment.