diff options
author | Owen Taylor <otaylor@gtk.org> | 1998-06-15 21:27:17 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1998-06-15 21:27:17 +0000 |
commit | 48a9f44f3172d362eab8a0084865b42084cef383 (patch) | |
tree | 3b700a14292130d483e58d7c9164ee23826f1269 /docs | |
parent | e144ff2bb588d9e0f2c6237aaa6b9d4c3ec04d6e (diff) | |
download | gtk+-48a9f44f3172d362eab8a0084865b42084cef383.tar.gz |
gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl
Mon Jun 15 16:29:45 1998 Owen Taylor <otaylor@gtk.org>
* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h
gtk/Makefile.am gtk/makenums.pl
Removed out the G_ENUM/FLAGS mechanism in favor
of a perl script that parses the standard headers
(with occasional /*< nick=foo >*/ style overrides)
and extracts the enumerations.
gtk/maketypes.awk: Small improvments to the
translation of names. (Avoid splitting gc into
g_c_.)
Mon Jun 15 16:25:44 1998 Owen Taylor <otaylor@gtk.org>
* gtk/Makefile.am gtk/gtk.h gtk/gtkfontsel.[ch] gtk/testgtk.c:
Damon Chaplin's <DAChaplin@email.msn.com> Font selection widget,
and a simple example for testgtk.
Mon Jun 15 15:58:34 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtkentry.c:
- Restored gtk_entry_adjust_scroll to static
- Changed text positioning code so that we always
display as large a portion of the text as possible.
Mon Jun 15 15:42:12 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtktext.c (gtk_text_finalize): Free internal
structures of text widget. Also, unreference pixmaps
when unrealizing.
Sat Jun 13 19:14:39 1998 Owen Taylor <otaylor@gtk.org>
* gdk/gdkinputcommon.h (gdk_input_device_new): Change
3.3.1 bug workaround to number keys starting at 1.
Sat Jun 13 11:56:57 1998 Owen Taylor <otaylor@gtk.org>
* docs/gtk_tut.sgml: Fixed urls for complete example
source for scribble+widget-writing examples.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gtk_tut.sgml | 12 | ||||
-rw-r--r-- | docs/tutorial/gtk_tut.sgml | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/docs/gtk_tut.sgml b/docs/gtk_tut.sgml index f5fbd5344e..ba5535225e 100644 --- a/docs/gtk_tut.sgml +++ b/docs/gtk_tut.sgml @@ -7593,8 +7593,8 @@ other people can benefit. The best place to do this is probably the Complete sources for the example widgets are available at the place you got this tutorial, or from: -<htmlurl url="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial" -name="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial"> +<htmlurl url="http://www.gtk.org/~otaylor/gtk/tutorial/" +name="http://www.gtk.org/~otaylor/gtk/tutorial/"> <!-- ----------------------------------------------------------------- --> @@ -9465,8 +9465,8 @@ mundane details like creating the main window. The complete source code is available from the location from which you got this tutorial, or from: -<htmlurl url="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial" -name="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial"> +<htmlurl url="http://www.gtk.org/~otaylor/gtk/tutorial/" +name="http://www.gtk.org/~otaylor/gtk/tutorial/"> <!-- ----------------------------------------------------------------- --> @@ -9799,8 +9799,8 @@ That completes the changes to ``XInputize'' our program. As with the first version, the complete source is available at the location from which you got this tutorial, or from: -<htmlurl url="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial" -name="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial"> +<htmlurl url="http://www.gtk.org/~otaylor/gtk/tutorial/" +name="http://www.gtk.org/~otaylor/gtk/tutorial/"> <sect2> Further sophistications <label id="sec_Further_Sophistications"> diff --git a/docs/tutorial/gtk_tut.sgml b/docs/tutorial/gtk_tut.sgml index f5fbd5344e..ba5535225e 100644 --- a/docs/tutorial/gtk_tut.sgml +++ b/docs/tutorial/gtk_tut.sgml @@ -7593,8 +7593,8 @@ other people can benefit. The best place to do this is probably the Complete sources for the example widgets are available at the place you got this tutorial, or from: -<htmlurl url="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial" -name="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial"> +<htmlurl url="http://www.gtk.org/~otaylor/gtk/tutorial/" +name="http://www.gtk.org/~otaylor/gtk/tutorial/"> <!-- ----------------------------------------------------------------- --> @@ -9465,8 +9465,8 @@ mundane details like creating the main window. The complete source code is available from the location from which you got this tutorial, or from: -<htmlurl url="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial" -name="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial"> +<htmlurl url="http://www.gtk.org/~otaylor/gtk/tutorial/" +name="http://www.gtk.org/~otaylor/gtk/tutorial/"> <!-- ----------------------------------------------------------------- --> @@ -9799,8 +9799,8 @@ That completes the changes to ``XInputize'' our program. As with the first version, the complete source is available at the location from which you got this tutorial, or from: -<htmlurl url="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial" -name="http://www.msc.cornell.edu/~otaylor/gtk-gimp/tutorial"> +<htmlurl url="http://www.gtk.org/~otaylor/gtk/tutorial/" +name="http://www.gtk.org/~otaylor/gtk/tutorial/"> <sect2> Further sophistications <label id="sec_Further_Sophistications"> |