mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-05 02:39:10 +02:00
12 lines
418 B
ReStructuredText
12 lines
418 B
ReStructuredText
===================
|
|
OverflowableToolbar
|
|
===================
|
|
|
|
The ``OverflowableToolbar`` class is used for toolbars that, upon shrinking
|
|
in width, can overflow their contents into an "overflow panel". In practice,
|
|
this is really only the browser navigation toolbar - though in times past, it
|
|
was possible to create multiple overflowable toolbars.
|
|
|
|
.. js:autoclass:: OverflowableToolbar
|
|
:members:
|
|
:private-members:
|