summaryrefslogtreecommitdiff
path: root/specs/appgrp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'specs/appgrp.xml')
-rw-r--r--specs/appgrp.xml159
1 files changed, 87 insertions, 72 deletions
diff --git a/specs/appgrp.xml b/specs/appgrp.xml
index cf2c2d0..0f91e16 100644
--- a/specs/appgrp.xml
+++ b/specs/appgrp.xml
@@ -105,9 +105,10 @@ As a member of an Application Group, when an application creates and maps a wind
<para><emphasis role='bold'>AppGroupQueryVersion</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colsep='0' colwidth='1.0*'/>
<tbody>
<row>
<entry>client_major_version: CARD16</entry>
@@ -135,9 +136,10 @@ If supplied, the client_major_version and client_minor_version indicate what ver
<para><emphasis role='bold'>AppGroupCreate</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colsep='0' colwidth='1.0*'/>
<tbody>
<row>
<entry>app_group: APPGROUP</entry>
@@ -166,13 +168,14 @@ This request creates an Application Group using app_group as the Application Gro
The value_mask and value_list specify attributes of the Application Group that are to be explicitly initialized. The attributes, their types, and the default values are:
</para>
-<informaltable frame="all">
-<tgroup cols='3'>
-<colspec colsep='0'/>
-<colspec colsep='0'/>
-<colspec colsep='0'/>
+<informaltable frame="topbot">
+<?dbfo keep-together="always" ?>
+<tgroup cols='3' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
+<colspec colname='c2' colwidth='1.0*'/>
+<colspec colname='c3' colwidth='1.0*'/>
<tbody>
- <row>
+ <row rowsep='1'>
<entry>Attribute</entry>
<entry>Type</entry>
<entry>Default</entry>
@@ -257,9 +260,10 @@ If the application that created a non-embedded Application Group exits, and ther
<para><emphasis role='bold'>AppGroupGetAttr</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
<row>
<entry>>app_group: APPGROUP</entry>
@@ -280,9 +284,10 @@ This request returns the application group attributes for app_group.
<para><emphasis role='bold'>AppGroupQuery</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
<row>
<entry>resource: XID</entry>
@@ -303,9 +308,10 @@ This request returns the Application Group ID of the application that created re
<para><emphasis role='bold'>AppGroupCreateAssociation</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
<row>
<entry>window: WINDOW</entry>
@@ -326,9 +332,10 @@ This request associates window with system_window. The window_type indicates the
<para><emphasis role='bold'>AppGroupDestroyAssociation</emphasis></para>
-<informaltable>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<informaltable frame='none'>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
<row>
<entry>window: WINDOW</entry>
@@ -647,25 +654,26 @@ VALUEs
<title>Library API</title>
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status <emphasis>XagQueryVersion</emphasis> (<emphasis> xkb, keycode</emphasis>) /* macro */
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display <emphasis>dpy</emphasis>;
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
int * <emphasis>major_version_return</emphasis>;
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
int * <emphasis>minor_version_return</emphasis>;
</entry>
@@ -688,40 +696,41 @@ An embedding manager such as a web browser that intends to embed programs in an
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagCreateEmbeddedApplicationGroup(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
VisualID root_visual,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Colormap default_colormap,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
unsigned long black_pixel,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
unsigned long white_pixel,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XAppGroup* app_group_return);
</entry>
@@ -744,20 +753,21 @@ A special font-path can be created by creating an Application Group, getting an
</para></note>
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagCreateNonembeddedApplicationGroup(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XAppGroup* app_group_return);
</entry>
@@ -775,20 +785,21 @@ To destroy an Application Group use XagDestroyApplicationGroup.
</para>
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagDestroyApplicationGroup(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XAppGroup app_group);
</entry>
@@ -808,25 +819,26 @@ To retrieve the attributes of an Application Group use XagGetApplicationGroupAtt
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagGetApplicationGroupAttributes(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XAppGroup app_group,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
...);
</entry>
@@ -886,25 +898,26 @@ To determine which Application Group a resource (such as a window) belongs to, u
</para>
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagQueryApplicationGroup(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XID resource,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
XAppGroup* app_group_return);
</entry>
@@ -923,25 +936,26 @@ To associate an X Window ID with a system-specific window ID, such as a HWND or
</para>
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagCreateAssociation(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Window* window_return,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
void* system_window);
</entry>
@@ -991,20 +1005,21 @@ To destroy the association created with XagCreateAssociation use XagDestroyAssoc
<informaltable frame='none'>
-<tgroup cols='1'>
-<colspec colsep='0'/>
+<?dbfo keep-together="always" ?>
+<tgroup cols='1' colsep='0' rowsep='0'>
+<colspec colname='c1' colwidth='1.0*'/>
<tbody>
- <row rowsep='0'>
+ <row>
<entry role='functiondecl'>
Status XagDestroyAssociation(
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Display* dpy,
</entry>
</row>
- <row rowsep='0'>
+ <row>
<entry role='functionargdecl'>
Window window);
</entry>