Federico Mena Quintero
|
9dee8ee4e4
|
Fixed unrealize handler to comply with the documentation (which mentions
2018-02-11 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c:
* gtk/gtkentry.c:
* gtk/gtkfixed.c:
* gtk/gtkhandlebox.c:
* gtk/gtknotebook.c:
* gtk/gtkpaned.c:
* gtk/gtkpreview.c:
* gtk/gtkrange.c:
* gtk/gtkruler.c:
* gtk/gtktext.c:
* gtk/gtkviewport.c:
Fixed unrealize handler to comply with the
documentation (which mentions the right thing to do).
|
1998-02-12 03:02:14 +00:00 |
|
Tim Janik
|
6b5e983f3d
|
fixed destroy handler, so it doesn't segfault with the new refcounting
Mon Feb 2 04:15:08 1998 Tim Janik <timj@gimp.org>
* gtk/gtktoolbar.c: fixed destroy handler, so it doesn't
segfault with the new refcounting scheme anymore.
* gtk/gtkhandlebox.c:
* gtk/gtkclist.c:
* gtk/gtkentry.c:
* gtk/gtkrange.c:
* gtk/gtktext.c:
* gtk/gtkviewport.c:
enforced
gdk_window_set_user_data (window, NULL);
gdk_window_destroy (window);
window = NULL;
throughout the code.
|
1998-02-02 20:40:03 +00:00 |
|
Tim Janik
|
4af33fa24d
|
hm, initital refcount revolution commit ;)
still some gnits left, but keep working on it ;)
-timj
|
1998-01-30 23:47:09 +00:00 |
|
Tim Janik
|
dd77b5db5a
|
main part for GtkArgSetFunc/GtkArgGetFunc implementation.
-timj
|
1998-01-16 00:49:51 +00:00 |
|
Owen Taylor
|
d5d01a5af9
|
It's all in the changelog. Well, almost all.
-owt
|
1997-12-18 02:17:14 +00:00 |
|
Elliot Lee
|
9508b76bd2
|
Initial revision
|
1997-11-24 22:37:52 +00:00 |
|