Remove ancient/unused flowcanvas and libglademm from repository.

Update libraries to latest stable released version (except gnomecanvasmm, which is strangely packaged...).
Fixes building (at least here).


git-svn-id: svn://localhost/ardour2/trunk@2790 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2007-12-18 06:05:55 +00:00
parent 0e31c56591
commit 35fc31a1de
1550 changed files with 362440 additions and 73136 deletions

View file

@ -148,6 +148,8 @@ namespace Gtk
/** Used to indicate the direction in which a Gtk::Arrow should point.
*/
/**
* @ingroup gtkmmEnums
*/
enum ArrowType
@ -198,6 +200,8 @@ namespace Gtk
*/
/** Denotes the expansion properties that a widget will have when it (or its parent) is resized.
*/
/**
* @ingroup gtkmmEnums
* @par Bitwise operators:
* <tt>%AttachOptions operator|(AttachOptions, AttachOptions)</tt><br>
@ -284,7 +288,8 @@ enum ButtonBoxStyle
BUTTONBOX_SPREAD,
BUTTONBOX_EDGE,
BUTTONBOX_START,
BUTTONBOX_END
BUTTONBOX_END,
BUTTONBOX_CENTER
};
} // namespace Gtk
@ -1078,7 +1083,9 @@ namespace Gtk
enum TargetFlags
{
TARGET_SAME_APP = 1 << 0,
TARGET_SAME_WIDGET = 1 << 1
TARGET_SAME_WIDGET = 1 << 1,
TARGET_OTHER_APP = 1 << 2,
TARGET_OTHER_WIDGET = 1 << 3
};
/** @ingroup gtkmmEnums */