euporie.web.tabs.web
Defines a web-view tab.
Functions
|
Get the current active (running) Application. |
|
Attempt to determine the mime-type of a path. |
Classes
|
A clickable button widget which holds text. |
|
Turn any callable into a Filter. |
|
A tuple of four bools with directions. |
|
Specified dimension (width/height) of a user control or window. |
|
A window sub-class which can scroll left and right. |
|
Apply a style to child containers when focused or hovered. |
|
Several layouts, one stacked above/under the other. |
|
A container which renders a stand-alone margin. |
|
Margin displaying a scrollbar. |
|
Base class for interface tabs. |
|
A text input widget. |
|
|
|
Several layouts, one stacked left/right of the other. |
|
Tab class for displaying files. |
|
Web view displays. |
- class euporie.web.tabs.web.WebTab(app: BaseApp, path: Path | None)
Bases:
TabTab class for displaying files.
- close(cb: Callable | None = None) None
Close a tab with a callback.
- Parameters:
cb – A function to call after the tab is closed.
- container: AnyContainer
- load_container() AnyContainer
Abcract method for loading the notebook’s main container.