hideTopbar()
sambaFrame.hideTopbar();Last updated
Hides the application topbar completely.
sambaFrame.hideTopbar();Sample use case: You want to show/hide conditionally the topbar - e.g. you may not want to see the topbar at all.
Often used in conjunction with the showTopbar method.
Last updated