parse_oil_pdf
Classes
Frame widget which may contain other widgets and can have a 3D border. |
|
Toplevel widget of Tk which represents mostly the main window |
Functions
|
|
|
Module Contents
- parse_oil_pdf.parse_weathering_table(df, oil)
- parse_oil_pdf.parse_cuts_table(df, oil)
- class parse_oil_pdf.ScrollableFrame(container, *args, **kwargs)
Bases:
tkinter.Frame
Frame widget which may contain other widgets and can have a 3D border.
Construct a frame widget with the parent MASTER.
Valid resource names: background, bd, bg, borderwidth, class, colormap, container, cursor, height, highlightbackground, highlightcolor, highlightthickness, relief, takefocus, visual, width.
- scrollable_frame
- class parse_oil_pdf.ParseOilPDF
Bases:
tkinter.Tk
Toplevel widget of Tk which represents mostly the main window of an application. It has an associated Tcl interpreter.
Return a new top level widget on screen SCREENNAME. A new Tcl interpreter will be created. BASENAME will be used for the identification of the profile file (see readprofile). It is constructed from sys.argv[0] without extensions if None is given. CLASSNAME is the name of the widget class.
- n
- tabs
- oil_main
- oil
- tables
- dataframes
- selected_tables = []
- clicktable(table)