Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.73 KB

dbpp.widgets.md

File metadata and controls

60 lines (42 loc) · 2.73 KB

dbpp.widgets package: GuiBaseClass - AutoScrollbar - Balloon - Ctext - LabEntry - RoText - Scrolled - SqlText - StatusBar - TableView - TextMixins - XTableView - XTreeView

dbpp.kroki - dbpp.kroki.KrokiEncoder - dbpp.utils - dbpp.utils.SqlUtils -

apps: dbpp.peditor

module widgets

Tkinter widget package developed for the course Databases and Practical Bioinformatics.

Widget package developed at the course Databases and Practical Programming for the Master course Bioinformatics at the University of Potsdam.

The following widgets are provided:

  • GuiBaseClass - base class to build your own Tkinter applications
  • AutoScrollbar - ttk.Scrollbar which autohides if not required, easier to use is the Scrolled method
  • Balloon - tooltip widgets which can use balloon popups or existing label widgets
  • Ctext - syntax highlighting widget based on Tcl tklib's ctext widget
  • LabEntry - composite widget out of ttk.Label and ttk.Entry
  • RoText - readonly tk.Text widget
  • Scrolled - helper functions to attach ttk.Scrollbar's to widgets
  • SqlText - Text widget with support for SQL highlighting based on Ctext
  • StatusBar - statusbar having a label for messages and a progressbar
  • TableView - ttk.Treeview widget optimized for tabular output
  • TextMixins - small addons for the tk.Text widget such as font increasing shortcuts, right click popups and others
  • XTableView - extended version of TableView which allows easily to read in list data
  • XTreeView - ttk.Treeview widget which provides icon facilities for tree display

This file was automatically generated via lazydocs.