]> Pileus Git - ~andy/gtk/commit
New widget GtkTipsQuery for letting the user query tooltips of widgets.
authorTim Janik <timj@gimp.org>
Fri, 20 Feb 1998 05:46:48 +0000 (05:46 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Feb 1998 05:46:48 +0000 (05:46 +0000)
commit53a595f448b37f11e7c4edb8bf1a4c75f4ae73e9
tree7ddd230ad18d6d6aa2ef664a7a579fd3aeb76fd9
parent005f39e02e351b1441e06b12aead3da13f3a87b5
New widget GtkTipsQuery for letting the user query tooltips of widgets.

Fri Feb 20 06:40:00 1998  Tim Janik  <timj@gimp.org>

        * gtk/gtktipsquery.h:
        * gtk/gtktipsquery.c:
        New widget GtkTipsQuery for letting the user query tooltips of widgets.

        * gtk/testgtk.c: add example for GtkTipsQuery.

        * gtk/gtk.h: include gtk/gtktipsquery.h.

        * gtk/gtklabel.c: enable default constructing.
18 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
NEWS
docs/Makefile.am
glib/glibconfig.h.in
gtk/Makefile.am
gtk/gtk.h
gtk/gtklabel.c
gtk/gtktipsquery.c [new file with mode: 0644]
gtk/gtktipsquery.h [new file with mode: 0644]
gtk/testgtk.c
tests/testgtk.c