GTK+ Widgets
Here are a collection of GTK+ widgets.
DiaCanvas
GTK Icon List
| Author: |
Adrian E. Feiguin <adrian@ifir.edu.ar>
|
| Copyright: |
LGPL
|
| Version: |
1.2
|
| Homepage: |
http://magnet.fsu.edu/~feiguin/gtk/
|
| Download: |
http://magnet.fsu.edu/~feiguin/gtk/download.html
|
| Description: |
GtkIconList is a widget for GTK+. It's a
GtkLayout subclass which allows you to display a table of xpm icons with
editable labels. It's completelly designed from scratch with some ideas
borrowed from gnome-icon-list. It contains almost all of its features
and more. It can be used for file browsers and as a replacement of
gnome-icon-list (without the need of using gnome libraries). It contains
the widget GtkItemEntry, also used by GtkSheet.
|
GTK Plot
| Author: |
Adrian E. Feiguin <adrian@ifir.edu.ar>
|
| Copyright: |
LGPL
|
| Version: |
4.1
|
| Homepage: |
http://gtkextra.sourceforge.net
|
| Download: |
http://gtkextra.sourceforge.net
|
| Screenshot: |
http://gtkextra.sourceforge.net
|
| Description: |
GtkPlot is a widget for GTK+. It allows to
draw high quality scientific plots in two dimensions with a look and
feel very similar to Microcal Origin for Windows. The distribution
includes GtkPlotLayout, a simple GtkLayout subclass, and a demo program
showing two layered plots with different kind of curves. You can choose
between a number of symbol types, lines, connectors -straight lines,
steps, splines-, and change their attributes -color, size, width-. You
can also plot functions, add error bars, edit legends, rotate and move
axis titles, change axis properties, etc.
|
GTK GLArea
| Author: | Janne Löf <jlof@mail.student.oulu.fi>
|
| Copyright: |
LGPL
|
| Version: | 1.2.1
|
| Homepage: | http://www.student.oulu.fi/~jlof/gtkgl
area/
|
| Download: |
http://www.stude
nt.oulu.fi/~jlof/gtkglarea/download/
|
| Description: |
GtkGLArea is an OpenGL widget for GTK+ GUI toolkit.
Just as GTK+ is build on top of GDK, GtkGLArea is built on top of gdkgl
which i
s basically wrapper around
GLX functions. The widget itself is derived from GtkDrawinigArea widget and
add
s only few extra functions.
Lower level gdkgl functions make it easy to render on any widget that has
OpenG
L capable visual, rendering
to off-screen pixmaps is also supported.
|
GtkMultiview
GTK Scroll Pane
GTK Sheet
| Author: |
Adrian E. Feiguin <adrian@ifir.edu.ar>
|
| Copyright: |
LGPL
|
| Version: |
8.0
|
| Homepage: |
http://gtkextra.sourceforge.net
|
| Description: |
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. It is also a container
subclass so it allows you to display buttons, curves, pixmaps and any
other widget in it. You can also set many attributes as: border,
foreground and background color, text justification, etc.
|
GtkComboButton
GtkExText
GtkPieMenu
GtkEditor
| Author: | Thomas
Mailund <mailund@mailund.dk>
|
| Copyright: |
LGPL
|
| Version: | 0.1.8
|
| Homepage: | http://gtkeditor.sourceforge.net/
|
| Download: |
http://download.sourceforge.net/gtkeditor
|
| Description: |
GtkEditor is a source code editor widget for GTK+.The gtkeditor widget
is sub-classing the gtktext widget and after initialisation, the
editor widget can be treated as the usual text widget, and all
source-code editing features are taken care of by the widget itself.
The behaviour of the editor is decided by either dynamic libraries
loaded during initialisation of the widget or linked with the
application using the widget. These libraries can be hand-coded or
created using tools supplied with GtkEditor.
|
GtkDPS
GtkCanvas
| Author: | Andy Tai <atai@atai.org>
|
| Copyright: |
LGPL
|
| Version: | 0.1
|
| Homepage: | http://www.atai.org/gtk-canvas/
|
| Download: |
http://www.atai.org/gtk-canvas/gtk-canvas-0.1.tar.gz
|
| Description: |
This is a straight port of the GNOME Cavnas from the stable gnome-libs 1.2.4
back to gtk+ 1.2. This widget behaves identically to the GnomeCanvas
widget, with the same APIs,
except the names are changed from gnome_canvas to gtk_canvas. I intend to
have GtkCanvas follows GnomeCanvas closely and merges new code
whenever a stable release of the latter is made. The purpose of this widget
is to provide the same service as GnomeCanvas to developers without
requiring the GNOME libs, although developing with GNOME should always be
preferred
|
gmb-sprite
| Author: | Volodymyr Babin <babin@users.sourceforge.net>
|
| Copyright: |
LGPL
|
| Version: | 0.0
|
| Download: |
http://download.sourceforge.net/gnome-memblocks/gmb-sprite-0.0.tar.gz
|
| Description: |
The GmbSpriteArea widget is the simple sprite manipulation framework
that will be used in the next version of "Gnome Memory Blocks"
(http://gnome-memblocks.sourceforge.net).
Main goal was to write something intermediate between
plain GdkDrawingArea and the intelligent GnomeCanvas.
Actually, mostly all of event handling code was "stolen" from
GnomeCanvas. (and slightly uglified :))
|