GtkTooltips is an object, not a Boxed now.

Mon May  4 00:32:20 1998  Owen Taylor  <otaylor@gtk.org>

	* gtk/gtk.defs (GtkContainer): GtkTooltips is an
	object, not a Boxed now.
This commit is contained in:
Owen Taylor
1998-05-04 05:14:20 +00:00
committed by Owen Taylor
parent 52d2e1b6a1
commit 5266d6322a
11 changed files with 43 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
Mon May 4 00:32:20 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtk.defs (GtkContainer): GtkTooltips is an
object, not a Boxed, now.
Sun May 3 20:43:27 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Version number changed to 1.0.1, along with a more automatic

View File

@@ -1,3 +1,8 @@
Mon May 4 00:32:20 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtk.defs (GtkContainer): GtkTooltips is an
object, not a Boxed, now.
Sun May 3 20:43:27 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Version number changed to 1.0.1, along with a more automatic

View File

@@ -1,3 +1,8 @@
Mon May 4 00:32:20 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtk.defs (GtkContainer): GtkTooltips is an
object, not a Boxed, now.
Sun May 3 20:43:27 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Version number changed to 1.0.1, along with a more automatic

View File

@@ -1,3 +1,8 @@
Mon May 4 00:32:20 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtk.defs (GtkContainer): GtkTooltips is an
object, not a Boxed, now.
Sun May 3 20:43:27 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Version number changed to 1.0.1, along with a more automatic

View File

@@ -1,3 +1,8 @@
Mon May 4 00:32:20 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtk.defs (GtkContainer): GtkTooltips is an
object, not a Boxed, now.
Sun May 3 20:43:27 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Version number changed to 1.0.1, along with a more automatic

View File

@@ -1,3 +1,8 @@
Mon May 4 00:32:20 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtk.defs (GtkContainer): GtkTooltips is an
object, not a Boxed, now.
Sun May 3 20:43:27 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Version number changed to 1.0.1, along with a more automatic

View File

@@ -1,3 +1,8 @@
Mon May 4 00:32:20 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtk.defs (GtkContainer): GtkTooltips is an
object, not a Boxed, now.
Sun May 3 20:43:27 PDT 1998 Shawn T. Amundson <amundson@gtk.org>
* Version number changed to 1.0.1, along with a more automatic

6
NEWS
View File

@@ -1,3 +1,9 @@
Overview of Changes in GTK+ 1.0.1:
* Significant speedups to widget creation and destruction
* Upgrade to libtool-1.2
* Lots of bug fixes, including one that fixed a major memory leak
in 1.0.0.
Overview of Changes in GTK+ 1.0.0:

View File

@@ -1094,9 +1094,7 @@
;; Tooltips
(define-boxed GtkTooltips
gtk_tooltips_ref
gtk_tooltips_unref)
(define-object GtkTooltips (GtkObject))
(define-func gtk_tooltips_new
GtkTooltips

View File

@@ -56,4 +56,3 @@
{ "GdkWindow", GTK_TYPE_BOXED },
{ "GdkEvent", GTK_TYPE_BOXED },
{ "GdkColor", GTK_TYPE_BOXED },
{ "GtkTooltips", GTK_TYPE_BOXED },

View File

@@ -56,5 +56,4 @@
#define GTK_TYPE_GDK_WINDOW (gtk_type_builtins[53])
#define GTK_TYPE_GDK_EVENT (gtk_type_builtins[54])
#define GTK_TYPE_GDK_COLOR (gtk_type_builtins[55])
#define GTK_TYPE_TOOLTIPS (gtk_type_builtins[56])
#define GTK_TYPE_NUM_BUILTINS 57
#define GTK_TYPE_NUM_BUILTINS 56