.. This file is auto-generated by //tools:generate_doc. Please do not edit directly

VirtualGroupWidget
==================
.. class:: VirtualGroupWidget

   A VirtualGroupWidget represents a container-like native widget
   that groups other widgets together in the accessibility tree.
   Examples include rows, columns, lists, or generic grouping elements.

   This abstraction models the hierarchical structure of the widget tree.
   A VirtualGroupWidget typically does not handle direct user interactions itself.
   If the native widget has specific interactive behaviors or functionalities,
   it should generally not be mapped to a VirtualGroupWidget.

   Inherited from :class:`VirtualWidget`

   .. method:: __init__() -> None

     Initialize a VirtualGroupWidget instance.
