mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Replace all other uses of GnomeCanvas with standard gtk widgets
Most are converted to GtkLayout/GtkiDrawingArea widgets as these most closely approach the GnomeCanvas concept. This currently builds and runs but has the following issues still: - item edit isn't drawn properly (margin and offset issues) - cursor is not handled properly yet These will be handled in subsequent commits.
This commit is contained in:
@@ -1344,10 +1344,6 @@ then
|
||||
AC_SUBST(GTK_CFLAGS)
|
||||
AC_SUBST(GTK_LIBS)
|
||||
|
||||
PKG_CHECK_MODULES(GNOMECANVAS, libgnomecanvas-2.0)
|
||||
AC_SUBST(GNOMECANVAS_CFLAGS)
|
||||
AC_SUBST(GNOMECANVAS_LIBS)
|
||||
|
||||
PKG_CHECK_MODULES(GDK_PIXBUF, gdk-pixbuf-2.0)
|
||||
AC_SUBST(GDK_PIXBUF_CFLAGS)
|
||||
AC_SUBST(GDK_PIXBUF_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user