==================== DockWindow (hwx.gui) ==================== A dockable window. It can exist in a floating state or can be attached to the main application window. Inherits: - :ref:`Container (hwx.gui)` ---------- Properties ---------- +----------+----------+ | caption_ | docked_ | +----------+----------+ -------------- Public Methods -------------- +-----------------------------+ | setProperties_ (self, kwds) | +-----------------------------+ ---------------- Property Details ---------------- .. _caption: .. method:: caption The text displayed in the title bar. .. _docked: .. method:: docked Docks/Undocks the window and returns if the window is docked. -------------- Method Details -------------- .. _setProperties: .. method:: setProperties(self, kwds) :param kwds: :return: