fpaquet / gtksheet

A spreadsheet widget for Gtk+
http://fpaquet.github.io/gtksheet/
Other
27 stars 9 forks source link

General Information

This library is GtkSheet version 3.

It is a useful widget complementary to GTK+ for creating spreadsheet-like interfaces in Gtk+ Version 2.x and 3.x

The official web site is: http://fpaquet.github.io/gtksheet/

Prerequisites

GtkSheet requires the following packages:

Installation

See the file 'INSTALL'

Documentation

In preparation. Read the header files and test programs in the directory ./src for further information and examples.

Release notes for GtkSheet:

see https://github.com/fpaquet/gtksheet/wiki

How to report bugs

Bugs should be reported to the GitHub bug tracker. You will need to create an account for yourself.

In the bug report please include:

Patches

Patches should also be submitted to GitHub. If the patch fixes an existing bug, add the patch as an attachment to that bug report.

Otherwise, enter a new bug report that describes the patch, and attach the patch to that bug report.

Bug reports containing patches should include the PATCH keyword in their keyword fields. If the patch adds to or changes the GtkSheet programming interface, the API keyword should also be included.

Patches should be in git-diff form.

General Information

This library is a fork of the GtkSheet widget included in the Gtk+-Extra library. It includes the GtkSheet widget, a widget displaying a spreadsheet-like matrix.

The fork was taken in April 2018. The GtkSheet in the original Gtk+-Extra widget set will no longer be maintained.