diff options
author | Tim Janik <timj@gimp.org> | 1998-02-20 05:46:48 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-02-20 05:46:48 +0000 |
commit | 53a595f448b37f11e7c4edb8bf1a4c75f4ae73e9 (patch) | |
tree | 7ddd230ad18d6d6aa2ef664a7a579fd3aeb76fd9 /docs/Makefile.am | |
parent | 005f39e02e351b1441e06b12aead3da13f3a87b5 (diff) | |
download | gdk-pixbuf-53a595f448b37f11e7c4edb8bf1a4c75f4ae73e9.tar.gz |
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.
Diffstat (limited to 'docs/Makefile.am')
-rw-r--r-- | docs/Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 140649794..c0e673d9d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -2,7 +2,18 @@ info_TEXINFOS = gdk.texi gtk.texi -EXTRA_DIST = texinfo.tex macros.texi Makefile.gtkfaq gtkfaq.sgml gtkfaq_fix +EXTRA_DIST = \ + texinfo.tex \ + macros.texi \ + Makefile.gtkfaq \ + gtkfaq.sgml \ + gtkfaq_fix \ + debugging.txt \ + developers.txt \ + refcounting.txt \ + text_widget.txt \ + widget_system.txt + files: @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \ |