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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
6
NEWS
@@ -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:
|
||||
|
||||
|
||||
@@ -1094,9 +1094,7 @@
|
||||
|
||||
;; Tooltips
|
||||
|
||||
(define-boxed GtkTooltips
|
||||
gtk_tooltips_ref
|
||||
gtk_tooltips_unref)
|
||||
(define-object GtkTooltips (GtkObject))
|
||||
|
||||
(define-func gtk_tooltips_new
|
||||
GtkTooltips
|
||||
|
||||
@@ -56,4 +56,3 @@
|
||||
{ "GdkWindow", GTK_TYPE_BOXED },
|
||||
{ "GdkEvent", GTK_TYPE_BOXED },
|
||||
{ "GdkColor", GTK_TYPE_BOXED },
|
||||
{ "GtkTooltips", GTK_TYPE_BOXED },
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user