Module tkintertable
This set of classes allows interactive spreadsheet-style tables to be added into an application. Created January 2008 Custom Table Package Copyright (C) Damien Farrell
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Source code
"""
This set of classes allows interactive spreadsheet-style tables to be added into
an application.
Created January 2008
Custom Table Package
Copyright (C) Damien Farrell
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
"""
from .Tables import *
from .TableModels import *
__version__ = '1.3.2'
Sub-modules
tkintertable.App
-
Sample App to illustrate table functionality. Created January 2008 Copyright (C) Damien Farrell …
tkintertable.Custom
-
Custom Table sub-class illustrate table functionality. Created January 2008 Copyright (C) Damien Farrell …
tkintertable.Dialogs
-
Table Dialog classes. Created Oct 2008 Copyright (C) Damien Farrell …
tkintertable.Filtering
-
Module implements Table filtering and searching functionality. Created Oct 2008 Copyright (C) Damien Farrell …
tkintertable.Plot
-
Module for basic plotting inside the TableCanvas. Uses matplotlib. Created August 2008 Copyright (C) Damien Farrell …
tkintertable.Prefs
-
Manages preferences for Table class …
tkintertable.TableFormula
-
Module implements the Formula class for cell formulae. Created Oct 2008 Copyright (C) Damien Farrell …
tkintertable.TableModels
-
Module implementing the TableModel class that manages data for it's associated TableCanvas …
tkintertable.Table_images
-
Images stored as PhotoImage objects, for buttons and logos. Created Oct 2008 Copyright (C) Damien Farrell …
tkintertable.Tables
-
Implements the core TableCanvas class. Created Oct 2008 Copyright (C) Damien Farrell …
tkintertable.Tables_IO
-
Import and export classes. Created Oct 2008 Copyright (C) Damien Farrell …
tkintertable.Testing
-
Table Testing module. Created Oct 2008 Copyright (C) Damien Farrell …