.. Automatically generated file - do not modify.

.. function:: _window_hide(trans=False)
    
    The python equivalent of the "window hide" statement.
    
    `trans`
        If False, the default window hide transition is used. If None,
        no transition is used. Otherwise, the specified transition is
        used.

.. function:: _window_show(trans=False)
    
    The python equivalent of the "window show" statement.
    
    `trans`
        If False, the default window show transition is used. If None,
        no transition is used. Otherwise, the specified transition is
        used.

