diff options
author | rhlabs <rhlabs> | 1998-03-13 19:18:13 +0000 |
---|---|---|
committer | rhlabs <rhlabs> | 1998-03-13 19:18:13 +0000 |
commit | 68fcbef5a128873f34b3542b23c6d1797fcfa59b (patch) | |
tree | acadfbf5fb3acb5f6d32fe1ce9a9e69250cc9d48 | |
parent | cc4dc8339db35bb48bed2a3059e6c8f474d551da (diff) | |
download | gdk-pixbuf-68fcbef5a128873f34b3542b23c6d1797fcfa59b.tar.gz |
Fixes to compile cleanly. I hope they are correct...
-Marc <marc@redhat.com>
-rw-r--r-- | docs/gtk.texi | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/gtk.texi b/docs/gtk.texi index b7719cf9a..a92155a85 100644 --- a/docs/gtk.texi +++ b/docs/gtk.texi @@ -763,6 +763,7 @@ The available widgets (in alphabetical order): * GtkCombo:: The combo box widget. * GtkContainer:: The container widget. * GtkCurve:: The curve widget. +* GtkGammaCurve:: The gamma curve widget. * GtkDialog:: The dialog widget. * GtkDrawingArea:: The drawing area widget. * GtkEntry:: The entry widget. @@ -1773,7 +1774,7 @@ a @code{GtkWidget} object. @code{NULL} is returned on failure. @gtkstdmacros{Combo, COMBO} @page -@node GtkContainer, GtkGammaCurve, GtkCurve, GtkCombo, Widgets +@node GtkContainer, GtkCurve, GtkCombo, Widgets @comment node-name, next, previous, up @section The container widget @@ -1853,7 +1854,7 @@ Remove @var{widget} from @var{container}. @gtkstdmacros{Container, CONTAINER} @page -@node GtkCurve, GtkGammaCurve, GtkDialog, GtkContainer, Widgets +@node GtkCurve, GtkGammaCurve, GtkContainer, Widgets @comment node-name, next, previous, up @section The curve widget @@ -1905,7 +1906,7 @@ Create a new @code{GtkCurve} returning the new widget as a pointer to a @gtkstdmacros{Curve, CURVE} @page -@node GtkGammaCurve, GtkCurve, GtkDialog, GtkContainer, Widgets +@node GtkGammaCurve, GtkDialog, GtkCurve, Widgets @comment node-name, next, previous, up @section The gamma curve widget @@ -1937,7 +1938,7 @@ Create a new @code{GtkGamma} returning the new widget as a pointer to a @gtkstdmacros{GammaCurve, GAMMACURVE} @page -@node GtkDialog, GtkDrawingArea, GtkGammaCurve, GtkCurve, Widgets +@node GtkDialog, GtkDrawingArea, GtkGammaCurve, Widgets @comment node-name, next, previous, up @section The dialog widget @@ -2011,7 +2012,10 @@ Set the size of the @var{darea} widget, created previously, to @var{width} and @ @subsection Description -Enter text into this widget. Derived from @pxref{GtkEditable}. Can be +@comment Enter text into this widget. Derived from @pxref{GtkEditable}. Can be +@comment set so it isn't editable. + +Enter text into this widget. Derived from GtkEditable. Can be set so it isn't editable. @subsection Options |