mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Fixes to compile cleanly. I hope they are correct...
-Marc <marc@redhat.com>
This commit is contained in:
parent
cc4dc8339d
commit
68fcbef5a1
@ -763,6 +763,7 @@ The available widgets (in alphabetical order):
|
|||||||
* GtkCombo:: The combo box widget.
|
* GtkCombo:: The combo box widget.
|
||||||
* GtkContainer:: The container widget.
|
* GtkContainer:: The container widget.
|
||||||
* GtkCurve:: The curve widget.
|
* GtkCurve:: The curve widget.
|
||||||
|
* GtkGammaCurve:: The gamma curve widget.
|
||||||
* GtkDialog:: The dialog widget.
|
* GtkDialog:: The dialog widget.
|
||||||
* GtkDrawingArea:: The drawing area widget.
|
* GtkDrawingArea:: The drawing area widget.
|
||||||
* GtkEntry:: The entry widget.
|
* GtkEntry:: The entry widget.
|
||||||
@ -1773,7 +1774,7 @@ a @code{GtkWidget} object. @code{NULL} is returned on failure.
|
|||||||
@gtkstdmacros{Combo, COMBO}
|
@gtkstdmacros{Combo, COMBO}
|
||||||
|
|
||||||
@page
|
@page
|
||||||
@node GtkContainer, GtkGammaCurve, GtkCurve, GtkCombo, Widgets
|
@node GtkContainer, GtkCurve, GtkCombo, Widgets
|
||||||
@comment node-name, next, previous, up
|
@comment node-name, next, previous, up
|
||||||
@section The container widget
|
@section The container widget
|
||||||
|
|
||||||
@ -1853,7 +1854,7 @@ Remove @var{widget} from @var{container}.
|
|||||||
@gtkstdmacros{Container, CONTAINER}
|
@gtkstdmacros{Container, CONTAINER}
|
||||||
|
|
||||||
@page
|
@page
|
||||||
@node GtkCurve, GtkGammaCurve, GtkDialog, GtkContainer, Widgets
|
@node GtkCurve, GtkGammaCurve, GtkContainer, Widgets
|
||||||
@comment node-name, next, previous, up
|
@comment node-name, next, previous, up
|
||||||
@section The curve widget
|
@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}
|
@gtkstdmacros{Curve, CURVE}
|
||||||
|
|
||||||
@page
|
@page
|
||||||
@node GtkGammaCurve, GtkCurve, GtkDialog, GtkContainer, Widgets
|
@node GtkGammaCurve, GtkDialog, GtkCurve, Widgets
|
||||||
@comment node-name, next, previous, up
|
@comment node-name, next, previous, up
|
||||||
@section The gamma curve widget
|
@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}
|
@gtkstdmacros{GammaCurve, GAMMACURVE}
|
||||||
|
|
||||||
@page
|
@page
|
||||||
@node GtkDialog, GtkDrawingArea, GtkGammaCurve, GtkCurve, Widgets
|
@node GtkDialog, GtkDrawingArea, GtkGammaCurve, Widgets
|
||||||
@comment node-name, next, previous, up
|
@comment node-name, next, previous, up
|
||||||
@section The dialog widget
|
@section The dialog widget
|
||||||
|
|
||||||
@ -2011,7 +2012,10 @@ Set the size of the @var{darea} widget, created previously, to @var{width} and @
|
|||||||
|
|
||||||
@subsection Description
|
@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.
|
set so it isn't editable.
|
||||||
|
|
||||||
@subsection Options
|
@subsection Options
|
||||||
|
Loading…
Reference in New Issue
Block a user