summaryrefslogtreecommitdiff
path: root/libgnome-desktop/libgnomeui
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2000-07-06 08:25:36 +0000
committerGeorge Lebl <jirka@src.gnome.org>2000-07-06 08:25:36 +0000
commit01d3a4848f4c0a98baf2b34e2c1d3cb8faf4a345 (patch)
treeb66aad65aa0c2042ade79cbd02693cd1ef29e273 /libgnome-desktop/libgnomeui
parent008df1bf820b082eedb4f1d1f82dfff449f330ec (diff)
downloadgnome-desktop-01d3a4848f4c0a98baf2b34e2c1d3cb8faf4a345.tar.gz
raise version to 1.95.0 so that it's at least more then 1.2. Use
Thu Jul 06 01:21:08 2000 George Lebl <jirka@5z.com> * configure.in: raise version to 1.95.0 so that it's at least more then 1.2. Use AM_GNOME_GETTEXT and not AM_GNOME2_GETTEXT, this seems to work but sounds wrong. Remove the gnorba devel-docs makefile as gnorba is out anyway * devel-docs/Makefile.am: take out gnorba dir * libgnomeui/*.h: Add a _GET_CLASS macro to all gtk objects * libgnomeui/*.c: For all gtk objects, fixup get_type function, fixup all references to klass and type. Remove the push_visual/pop_visual functions as per gtk2.0 changes file. shutdown and finalize are now in GObject. * libgnomeui/gnome-helpsys.c: GdkRectangle, GtkRequisition have gint as the numbers, not guint16 nor gint16 * libgnomeui/gnome-popup-help.c: Use a separate private structure instead of reuising GtkTooltipsData which was broken anyway * libgnomeui/gnome-roo.c: finalize class calls parent handler now * libgnomeui/gnome-winhints.c: Don't use the private structure, but use the standard macros for getting at the Xlib stuff * libgnomeui/gnometypes.c: try porting this to glib1.3 type stuff, appears to work, not sure if it's all correct. * test-gnome/*.c: visual stuff, _GET_CLASS, and other fixes * zvt/background.c: take out and shoot some hackish gdk stuff, and hope that gdk 1.3 does not kill the background pixmap now like gdk used to. * zvt/zvtterm.c: the regular changes for 1.3 as in libgnomeui
Diffstat (limited to 'libgnome-desktop/libgnomeui')
-rw-r--r--libgnome-desktop/libgnomeui/gnome-ditem-edit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgnome-desktop/libgnomeui/gnome-ditem-edit.h b/libgnome-desktop/libgnomeui/gnome-ditem-edit.h
index ad81d3bf..bab0f1e8 100644
--- a/libgnome-desktop/libgnomeui/gnome-ditem-edit.h
+++ b/libgnome-desktop/libgnomeui/gnome-ditem-edit.h
@@ -49,6 +49,7 @@ typedef struct _GnomeDItemEditClass GnomeDItemEditClass;
#define GNOME_DITEM_EDIT_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), GNOME_TYPE_DITEM_EDIT, GnomeDItemEditClass))
#define GNOME_IS_DITEM_EDIT(obj) (GTK_CHECK_TYPE ((obj), GNOME_TYPE_DITEM_EDIT))
#define GNOME_IS_DITEM_EDIT_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((klass), GNOME_TYPE_DITEM_EDIT))
+#define GNOME_DITEM_EDIT_GET_CLASS(obj) (GTK_CHECK_GET_CLASS ((obj), GNOME_TYPE_DITEM_EDIT, GnomeDItemEditClass))
struct _GnomeDItemEdit {
GtkObject object;