diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-11 19:20:23 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:46:02 -0400 |
commit | 6f75d2fefcf4e5c158546590bcfafc73293e4038 (patch) | |
tree | a162363dd02b63feedc5ab52c8c5af32f666afb7 /specs/CH06.xml | |
parent | d9afa0ca6e677b446ce43f2f189c08cfe87f68f3 (diff) |
add (with an external script "markup-literallayout") <code> tags
within <literallayout>.
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs/CH06.xml')
-rw-r--r-- | specs/CH06.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/specs/CH06.xml b/specs/CH06.xml index c1e7c9a..d5fce79 100644 --- a/specs/CH06.xml +++ b/specs/CH06.xml @@ -121,16 +121,16 @@ When making a geometry request, the child specifies an structure. </para> -<literallayout > -typedef unsigned long XtGeometryMask; -typedef struct { - XtGeometryMask request_mode; - Position x, y; - Dimension width, height; - Dimension border_width; - Widget sibling; - int stack_mode; -} XtWidgetGeometry; +<literallayout> +<code>typedef unsigned long XtGeometryMask;</code> +<code>typedef struct {</code> +<code> XtGeometryMask request_mode;</code> +<code> Position x, y;</code> +<code> Dimension width, height;</code> +<code> Dimension border_width;</code> +<code> Widget sibling;</code> +<code> int stack_mode;</code> +<code>} XtWidgetGeometry;</code> </literallayout> <para> @@ -275,13 +275,13 @@ when called by a child of a primitive widget. The return codes from geometry managers are </para> -<literallayout > -typedef enum { - XtGeometryYes, - XtGeometryNo, - XtGeometryAlmost, - XtGeometryDone -} XtGeometryResult; +<literallayout> +<code>typedef enum {</code> +<code> XtGeometryYes,</code> +<code> XtGeometryNo,</code> +<code> XtGeometryAlmost,</code> +<code> XtGeometryDone</code> +<code>} XtGeometryResult;</code> </literallayout> <para> |