-
Notifications
You must be signed in to change notification settings - Fork 9
Introduction
The library includes the following widgets and objects:
GtkSheet is a matrix widget for GTK+. It consists of an scrollable grid of cells where you can allocate text. Cell contents can be edited interactively through a specially designed entry, GtkItemEntry. It is also a container subclass, allowing you to display buttons, images and any other widget in it. You can also set many attributes as: border, foreground and background color, text justification, and more. The testgtksheet program shows how easy is to create a spreadsheet-like GUI using this widget set.
The GtkSheetColumn provides properties for GtkSheet columns.
A data entry widget with support for visual number formatting. It adds the possibility to restrict field length in bytes or characters. The description property is be useful to set string options for programmatic handling.
A data entry widget with support field length restriction in bytes or characters. The description property is be useful to set string options for programmatic handling.
It is a GtkEntry subclass. It can have fixed size or can be dinamically resized when the text is entered. You can change text justification to centered, left, or right, and change the foreground and background colors very easily. It only displays the text and has no borders.