Belle II Software  release-08-01-10
StylingWidget Class Reference
Inheritance diagram for StylingWidget:
Collaboration diagram for StylingWidget:

Public Member Functions

def create (self)
 
def show (self)
 

Static Public Attributes

string css_string
 The css string for styling the notebook. More...
 

Detailed Description

The css string for styling the notebook.

Definition at line 41 of file viewer.py.

Member Function Documentation

◆ create()

def create (   self)
Create the styling widget.

Reimplemented from IPythonWidget.

Definition at line 59 of file viewer.py.

◆ show()

def show (   self)
inherited
Show the widget

Reimplemented in ProgressBarViewer.

Definition at line 31 of file viewer.py.

Member Data Documentation

◆ css_string

string css_string
static
Initial value:
= """
#notebook-container {
width: 90%;
}
#menubar-container {
width: 90%;
}
#header-container {
width: 90%;
}
"""

The css string for styling the notebook.

Definition at line 45 of file viewer.py.


The documentation for this class was generated from the following file: