|
Category: | Wiki/Software/Widgets | Rating: | |
Name: | [Stale links 2010-10-22] Table | Popularity: | 17% |
Version: | 040701 | License: | MIT |
Author: | Markus Niemist� | EMail: | markus.niemisto |
Created: | Nov 07, 2003 |
Updated: | Nov 12, 2023 |
Home Page: | http://www.dielocalwarez.com (5056 visits) |
Download: | http://www.dielocalwarez.com/files/table-040701.tar.gz (3879 visits) |
Description: | Table is a small, simple and easy-to-use Table widget for displaying information in a FLTK program. Table can be used as a row oriented grid or list widget and has quite nice features (like sorting, column resizing and popup menus) built in.
I wrote Table because I needed a table widget for my database application and I couldn't find any easy widgets to use. Almost everyone required subclassing and providing at least a few methods just to display textual data -- not to mention sorting! So I decided to do it the hard way and made my own widget.
Table is much simpler (but because of that more restricted) than other table widgets available, like Fl_Table. Table can manipulate textual and integer data straight out of the box.
Table needs no subclassing. Just add columns with names and optionally different predefined widths, sorting functions and alignments and start adding some data. Data is stored in Table's internal buffer and it's freed automatically so you don't have to keep any pointers hanging around.
Included sample program is crappy. I just don't have time to spend on it. If you have suggestions for new demo program please feel free to email me. |
[ Submit Article | View All ]
|
296 | Table 040701 | Jul 02, 2004 | 0 | |
|
| Changes include: | |
|
292 | Table 040621 | Jun 21, 2004 | 0 | |
|
| This version has few new features (basically addCell(int)) but it contains a lot of bug fixes of which some are important. | |
|
266 | Table 040218 | Feb 18, 2004 | 0 | |
|
| This version fixes remaining bugs in event handling code and adds support for hidden columns. Hidden columns allows you to store invisible data (like handles etc.) in table. | |
|
258 | Table 040210 | Feb 10, 2004 | 0 | |
|
| There was few bugs in previous version. Most annoying bug was in event handling that prevented Table from working for example within Fl_Tabs. | |
|
255 | Table 040208 | Feb 08, 2004 | 0 | |
|
| This version includes some minor tweaks, new version numbering scheme and keyboard support (thanks Igor Khavkin) you all have been waiting for. | |
[ Submit Comment ]From Anonymous, 07:05 Oct 22, 2010 (score=3)
As of Oct 2010, the download links seem to no longer work.
OP, can you update your links?
[ Reply ] |
| |