show_bottom_pane property

show_bottom_pane property

Show/hide bottom pane. Can be overridden in flashvars. Default is true.

Definition:

@property
def show_bottom_pane(self):
    ...

@show_bottom_pane.setter
def show_bottom_pane(self, value):
    ...

See Also