mega commit to remove gtk_object cruft, and much other stuff

git-svn-id: svn://localhost/trunk/ardour2@139 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2005-11-28 22:36:26 +00:00
parent d6a27c9537
commit 2b49b2433b
30 changed files with 402 additions and 704 deletions

View file

@ -28,6 +28,7 @@
#include <libgnomecanvasmm/line.h>
#include <gdkmm/types.h>
#include "canvas.h"
namespace Gtk {
class Window;
class ComboBoxText;
@ -73,4 +74,6 @@ uint32_t rgba_from_style (std::string style, uint32_t, uint32_t, uint32_t, uint3
void decorate (Gtk::Window& w, Gdk::WMDecoration d);
bool canvas_item_visible (ArdourCanvas::Item* item);
#endif /* __ardour_gtk_utils_h__ */