1
2@c %start of fragment
3
4@node GtkMisc
5@chapter GtkMisc
6Base class for widgets with alignments and padding
7
8@section Overview
9The @code{<gtk-misc>} widget is an abstract widget which is not useful itself,
10but is used to derive subclasses which have alignment and padding attributes.
11
12The horizontal and vertical padding attributes allows extra space to be added
13around the widget.
14
15The horizontal and vertical alignment attributes enable the widget to be
16positioned within its allocated area. Note that if the widget is added to a
17container in such a way that it expands automatically to fill its allocated
18area, the alignment settings will not alter the widgets position.
19
20@section Usage
21@include defuns-gtkmisc.xml.texi
22
23@c %end of fragment
24