parse_oil_pdf

Module Contents

Classes

ScrollableFrame

Frame widget which may contain other widgets and can have a 3D border.

ParseOilPDF

Toplevel widget of Tk which represents mostly the main window

Functions

parse_weathering_table(df, oil)

parse_cuts_table(df, oil)

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.

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.

clicktable(table)