ANNOUNCE: Glade-- 1.1.2



Application
===========

Glade-- 1.1.2

Description
===========

Glade-- is a backend for glade and glade-2 to create C++ sources (gtk-- and
gtkmm2, in any combination).
Glade is an graphical user interface builder for gtk/gnome.

NOTE: glade-- 1.1.0+ is usable for both Gnome and Gnome2!

Enhancements
============

- creation of virtual callbacks 
        [use --non-virtual-callbacks to turn it off]
        (this removes static_cast<>ing, which might count as an ugly
hack)
        Beware: this changes many things, and perhaps breaks some
        E.g. custom widgets with signals which provide arguments do not
                work without a xml specification. See
                docs/glademm-callbacks.example (in CVS) for an example.
- do m.run(first toplevel widget) for gtkmm2

Fixes
=====

- signal->signal connection in 2.0 fixed (no more .slot() )
- sane toplevel widget memory management ! 
        (new/delete, no (not working) manage())
- box packing fixed for newer gtkmm2
- some bugfixes and newer glade-2 file support (e.g.
width/height_request)
- fixed glade-2's GtkFixed (thanks to Mark Jones for insisting to fix it)
- fixed gtkmm1 Notebook:switch_page arguments
- fixed glade 1.1.2 frames
- support 1.1.2 placeholders (simply forgot to implement new scheme)
- tons of fixes by Mark Jones (textview, main.run, button, dialog)

Download
========

http://home.wtal.de/petig/Gtk/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]