show_top_pane property

show_top_pane property

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

Definition:

@property
def show_top_pane(self):
    ...

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

See Also