The SLgtk package binds the Gtk2 and GtkExtra widget sets to the S-Lang
scripting language (www.s-lang.org). SLgtk wraps more than 2200 functions
from Gtk2 and its constituent libraries, includes over 4000 lines of
sample code in 40+ working guilets, and bundles a code generator (SLIRP)
which can be useful for building additional S-Lang modules.
SLgtk also includes a visual version of the powerful S-Lang "where"
command, extensions to and performance enhancements for several GtkExtra
widgets, and a pixbuf loader for the FITS image file format widely used
within astronomy.
Regards,
-Michael S. Noble
Version 0.5.6 (04/02/04):
VWhere 1.2.0 enhancements:
introduced nomenclature of "background" and "foreground," which
respectively describe the points filtered/selected by the region
filters applied to a given dataset
support drawing connector line between bgkd points
support aligning bg connector/line with fg, and in same line style
new line style toolbox button, to simplify linestyle configuration
display current zoom factor of each plot pane
numerous enhancements to preferences window:
use new PrefSelector widget described below
symbol shape, style, and size are now configurable
reorganized prefs win by subdividing into 3 tabbed subwindows
Abstracted vwhere prefs into a flexible/powerful PrefSelector widget accessible from public SLgtk api [_pref_new(), _pref_new_from_func(), etc]
Added gtk_object_type_name() wrapper for GTK_OBJECT_TYPE_NAME() C macro
Added _menu_new() convenience function (see docs)
Simple wrapping for gtk_menu_popup(), minus support for parent menu and
position func parameters (per Gtk docs, typically these are unused)
New SLGTK_STOCK_LINESEG stock icon, which is accessible through
gtk_image_new_from_stock() et al
_gtk_[o]plot() now support optional line color/style (see docs)
Caller may now specify an optional signal name to toolbox_add_button(),
to override default (that toolbox buttons act only upon "clicked" signal)
Preliminary support for g_list_* family of functions (doubly-linked list)
Support plot erasing, via _gtk_plot_remove()
Wrapped GtkExtra postscript driver, to support printing of plots.
Minor doc improvements.
libgdamm 1.3.2
libgdamm
libgdamm provides C++ wrappers for libgda for use with gtkmm. libgda is a generic
database API with several database provider implementations.
libgdamm is now becoming usable, with actual working examples.
Contact us in the usual gnomemm places - see http://www.gtkmm.org. There is a libgdamm
component in bugzilla's gnomemm product. It is waiting eagerly for your patches.
It's in gnome's cvs in gnomemm/libgdamm.
Changes
1.3.2:
Command, Connection: Added default parameter values, so you don't have to specify so much.
Added Parameter, ParameterList, Value, and used them in the API.
Added "simple" and "introspection" examples, which work.
(Murray Cumming)