summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-11-06 12:57:24 -0700
committerMatt Dew <marcoz@osource.org>2011-11-06 12:57:24 -0700
commit5faf445d5de3a63dd1c5525bbacc1a58fdbc5ba6 (patch)
tree2daeed433548a44531619596f618840ed9a05031
parent63b975552a6ec30eb99c9778a091573b181a17c0 (diff)
change xref link text
Instead of 'Section 1 Full Section Title' -> 'Section 1'
-rwxr-xr-xspecs/CH01.xml172
1 files changed, 86 insertions, 86 deletions
diff --git a/specs/CH01.xml b/specs/CH01.xml
index fe68f8b..1f15d39 100755
--- a/specs/CH01.xml
+++ b/specs/CH01.xml
@@ -217,38 +217,38 @@ structure.
</para>
<literallayout>
typedef struct {
- WidgetClass superclass; See <xref linkend="Widget_Classing" />
- String class_name; See <xref linkend="Resource_Management" />
- Cardinal widget_size; See <xref linkend="Widget_Classing" />
- XtProc class_initialize; See <xref linkend="Widget_Classing" />
- XtWidgetClassProc class_part_initialize; See <xref linkend="Widget_Classing" />
- XtEnum class_inited; See <xref linkend="Widget_Classing" />
- XtInitProc initialize; See <xref linkend='Creating_Widgets' />
- XtArgsProc initialize_hook; See <xref linkend='Creating_Widgets' />
- XtRealizeProc realize; See <xref linkend='Realizing_Widgets' />
- XtActionList actions; See <xref linkend='Translation_Management' />
- Cardinal num_actions; See <xref linkend='Translation_Management' />
- XtResourceList resources; See <xref linkend="Resource_Management" />
- Cardinal num_resources; See <xref linkend="Resource_Management" />
+ WidgetClass superclass; See <xref linkend="Widget_Classing" xrefstyle='select: label' />
+ String class_name; See <xref linkend="Resource_Management" xrefstyle='select: label' />
+ Cardinal widget_size; See <xref linkend="Widget_Classing" xrefstyle='select: label' />
+ XtProc class_initialize; See <xref linkend="Widget_Classing" xrefstyle='select: label' />
+ XtWidgetClassProc class_part_initialize; See <xref linkend="Widget_Classing" xrefstyle='select: label' />
+ XtEnum class_inited; See <xref linkend="Widget_Classing" xrefstyle='select: label' />
+ XtInitProc initialize; See <xref linkend='Creating_Widgets' xrefstyle='select: label' />
+ XtArgsProc initialize_hook; See <xref linkend='Creating_Widgets' xrefstyle='select: label' />
+ XtRealizeProc realize; See <xref linkend='Realizing_Widgets' xrefstyle='select: label' />
+ XtActionList actions; See <xref linkend='Translation_Management' xrefstyle='select: label' />
+ Cardinal num_actions; See <xref linkend='Translation_Management' xrefstyle='select: label' />
+ XtResourceList resources; See <xref linkend="Resource_Management" xrefstyle='select: label' />
+ Cardinal num_resources; See <xref linkend="Resource_Management" xrefstyle='select: label' />
XrmClass xrm_class; Private to resource manager
- Boolean compress_motion; See <xref linkend='X_Event_Filters' />
- XtEnum compress_exposure; See <xref linkend='X_Event_Filters' />
- Boolean compress_enterleave; See <xref linkend='X_Event_Filters' />
- Boolean visible_interest; See <xref linkend='Widget_Exposure_and_Visibility' />
- XtWidgetProc destroy; See <xref linkend='Destroying_Widgets' />
- XtWidgetProc resize; See <xref linkend='Geometry_Management' />
- XtExposeProc expose; See <xref linkend='Widget_Exposure_and_Visibility' />
- XtSetValuesFunc set_values; See <xref linkend='Reading_and_Writing_Widget_State' />
- XtArgsFunc set_values_hook; See <xref linkend='Reading_and_Writing_Widget_State' />
- XtAlmostProc set_values_almost; See <xref linkend='Reading_and_Writing_Widget_State' />
- XtArgsProc get_values_hook; See <xref linkend='Reading_and_Writing_Widget_State' />
- XtAcceptFocusProc accept_focus; See <xref linkend='Focusing_Events_on_a_Child' />
- XtVersionType version; See <xref linkend="Widget_Classing" />
- XtPointer callback_private; Private to callbacks
- String tm_table; See <xref linkend='Translation_Management' />
- XtGeometryHandler query_geometry; See <xref linkend ='Geometry_Management' />
- XtStringProc display_accelerator; See <xref linkend='Translation_Management' />
- XtPointer extension; See <xref linkend="Widget_Classing" />
+ Boolean compress_motion; See <xref linkend='X_Event_Filters' xrefstyle='select: label' />
+ XtEnum compress_exposure; See <xref linkend='X_Event_Filters' xrefstyle='select: label' />
+ Boolean compress_enterleave; See <xref linkend='X_Event_Filters' xrefstyle='select: label' />
+ Boolean visible_interest; See <xref linkend='Widget_Exposure_and_Visibility' xrefstyle='select: label' />
+ XtWidgetProc destroy; See <xref linkend='Destroying_Widgets' xrefstyle='select: label' />
+ XtWidgetProc resize; See <xref linkend='Geometry_Management' xrefstyle='select: label' />
+ XtExposeProc expose; See <xref linkend='Widget_Exposure_and_Visibility' xrefstyle='select: label' />
+ XtSetValuesFunc set_values; See <xref linkend='Reading_and_Writing_Widget_State' xrefstyle='select: label' />
+ XtArgsFunc set_values_hook; See <xref linkend='Reading_and_Writing_Widget_State' xrefstyle='select: label' />
+ XtAlmostProc set_values_almost; See <xref linkend='Reading_and_Writing_Widget_State' xrefstyle='select: label' />
+ XtArgsProc get_values_hook; See <xref linkend='Reading_and_Writing_Widget_State' xrefstyle='select: label' />
+ XtAcceptFocusProc accept_focus; See <xref linkend='Focusing_Events_on_a_Child' xrefstyle='select: label' />
+ XtVersionType version; See <xref linkend="Widget_Classing" xrefstyle='select: label' />
+ XtPointer callback_private; Private to callbacks
+ String tm_table; See <xref linkend='Translation_Management' xrefstyle='select: label' />
+ XtGeometryHandler query_geometry; See <xref linkend ='Geometry_Management' xrefstyle='select: label' />
+ XtStringProc display_accelerator; See <xref linkend='Translation_Management' xrefstyle='select: label' />
+ XtPointer extension; See <xref linkend="Widget_Classing" xrefstyle='select: label' />
} CoreClassPart;
</literallayout>
<para>
@@ -316,33 +316,33 @@ structure.
<literallayout>
typedef struct _CorePart {
Widget self; Described below
- WidgetClass widget_class; See <xref linkend='Widget_Classing' />
- Widget parent; See <xref linkend='Creating_Widgets' />
- Boolean being_destroyed; See <xref linkend='Destroying_Widgets' />
- XtCallbackList destroy_callbacks; <xref linkend='Destroying_Widgets' />
- XtPointer constraints; See <xref linkend='Constrained_Composite_Widgets' />
- Position x; See <xref linkend='Geometry_Management' />
- Position y; See <xref linkend='Geometry_Management' />
- Dimension width; See <xref linkend='Geometry_Management' />
- Dimension height; See <xref linkend='Geometry_Management' />
- Dimension border_width; See <xref linkend='Geometry_Management' />
- Boolean managed; See <xref linkend='Composite_Widgets_and_Their_Children' />
- Boolean sensitive; See <xref linkend='Setting_and_Checking_the_Sensitivity_State_of_a_Widget' />
- Boolean ancestor_sensitive; See <xref linkend='Setting_and_Checking_the_Sensitivity_State_of_a_Widget' />
- XtTranslations accelerators; See <xref linkend='Translation_Management' />
- Pixel border_pixel; See <xref linkend='Realizing_Widgets' />
- Pixmap border_pixmap; See <xref linkend='Realizing_Widgets' />
- WidgetList popup_list; See <xref linkend='Pop_Up_Widgets' />
- Cardinal num_popups; See <xref linkend='Pop_Up_Widgets' />
- String name; See <xref linkend='Resource_Management' />
- Screen *screen; See <xref linkend='Realizing_Widgets' />
- Colormap colormap; See <xref linkend='Realizing_Widgets' />
- Window window; See <xref linkend='Realizing_Widgets' />
- Cardinal depth; See <xref linkend='Realizing_Widgets' />
- Pixel background_pixel; See <xref linkend='Realizing_Widgets' />
- Pixmap background_pixmap; See <xref linkend='Realizing_Widgets' />
- Boolean visible; See <xref linkend='Widget_Exposure_and_Visibility' />
- Boolean mapped_when_managed; See <xref linkend='Composite_Widgets_and_Their_Children' />
+ WidgetClass widget_class; See <xref linkend='Widget_Classing' xrefstyle='select: label' />
+ Widget parent; See <xref linkend='Creating_Widgets' xrefstyle='select: label' />
+ Boolean being_destroyed; See <xref linkend='Destroying_Widgets' xrefstyle='select: label' />
+ XtCallbackList destroy_callbacks; <xref linkend='Destroying_Widgets' xrefstyle='select: label' />
+ XtPointer constraints; See <xref linkend='Constrained_Composite_Widgets' xrefstyle='select: label' />
+ Position x; See <xref linkend='Geometry_Management' xrefstyle='select: label' />
+ Position y; See <xref linkend='Geometry_Management' xrefstyle='select: label' />
+ Dimension width; See <xref linkend='Geometry_Management' xrefstyle='select: label' />
+ Dimension height; See <xref linkend='Geometry_Management' xrefstyle='select: label' />
+ Dimension border_width; See <xref linkend='Geometry_Management' xrefstyle='select: label' />
+ Boolean managed; See <xref linkend='Composite_Widgets_and_Their_Children' xrefstyle='select: label' />
+ Boolean sensitive; See <xref linkend='Setting_and_Checking_the_Sensitivity_State_of_a_Widget' xrefstyle='select: label' />
+ Boolean ancestor_sensitive; See <xref linkend='Setting_and_Checking_the_Sensitivity_State_of_a_Widget' xrefstyle='select: label' />
+ XtTranslations accelerators; See <xref linkend='Translation_Management' xrefstyle='select: label' />
+ Pixel border_pixel; See <xref linkend='Realizing_Widgets' xrefstyle='select: label' />
+ Pixmap border_pixmap; See <xref linkend='Realizing_Widgets' xrefstyle='select: label' />
+ WidgetList popup_list; See <xref linkend='Pop_Up_Widgets' xrefstyle='select: label' />
+ Cardinal num_popups; See <xref linkend='Pop_Up_Widgets' xrefstyle='select: label' />
+ String name; See <xref linkend='Resource_Management' xrefstyle='select: label' />
+ Screen *screen; See <xref linkend='Realizing_Widgets' xrefstyle='select: label' />
+ Colormap colormap; See <xref linkend='Realizing_Widgets' xrefstyle='select: label' />
+ Window window; See <xref linkend='Realizing_Widgets' xrefstyle='select: label' />
+ Cardinal depth; See <xref linkend='Realizing_Widgets' xrefstyle='select: label' />
+ Pixel background_pixel; See <xref linkend='Realizing_Widgets' xrefstyle='select: label' />
+ Pixmap background_pixmap; See <xref linkend='Realizing_Widgets' xrefstyle='select: label' />
+ Boolean visible; See <xref linkend='Widget_Exposure_and_Visibility' xrefstyle='select: label' />
+ Boolean mapped_when_managed; See <xref linkend='Composite_Widgets_and_Their_Children' xrefstyle='select: label' />
} CorePart;
</literallayout>
<para>
@@ -460,7 +460,7 @@ from the resource lists, and by the initialize procedures, are
<informaltable frame='topbot'>
<?dbfo keep-together="always" ?>
<tgroup cols='2' align='left' colsep='0' rowsep='0'>
- <colspec colname='c1' colwidth='1.0*'/>
+ <colspec colname='c1' colwidth='0.4*'/>
<colspec colname='c2' colwidth='1.0*'/>
<thead>
<row rowsep='1'>
@@ -627,11 +627,11 @@ widgets of the Composite class have the following class fields.
</para>
<literallayout>
typedef struct {
- XtGeometryHandler geometry_manager; See <xref linkend='Geometry_Management' />
- XtWidgetProc change_managed; See <xref linkend='Composite_Widgets_and_Their_Children' />
- XtWidgetProc insert_child; See <xref linkend='Composite_Widgets_and_Their_Children' />
- XtWidgetProc delete_child; See <xref linkend='Composite_Widgets_and_Their_Children' />
- XtPointer extension; See <xref linkend='Widget_Classing' />
+ XtGeometryHandler geometry_manager; See <xref linkend='Geometry_Management' xrefstyle='select: label' />
+ XtWidgetProc change_managed; See <xref linkend='Composite_Widgets_and_Their_Children' xrefstyle='select: label' />
+ XtWidgetProc insert_child; See <xref linkend='Composite_Widgets_and_Their_Children' xrefstyle='select: label' />
+ XtWidgetProc delete_child; See <xref linkend='Composite_Widgets_and_Their_Children' xrefstyle='select: label' />
+ XtPointer extension; See <xref linkend='Widget_Classing' xrefstyle='select: label' />
} CompositeClassPart;
</literallayout>
<para>
@@ -645,12 +645,12 @@ is
</para>
<literallayout>
typedef struct {
- XtPointer next_extension; See <xref linkend='Class_Extension_Records' />
- XrmQuark record_type; See <xref linkend='Class_Extension_Records' />
- long version; See <xref linkend='Class_Extension_Records' />
- Cardinal record_size; See <xref linkend='Class_Extension_Records' />
- Boolean accepts_objects; See <xref linkend='Creating_a_Widget_Instance' />
- Boolean allows_change_managed_set; See <xref linkend='Bundling_Changes_to_the_Managed_Set' />
+ XtPointer next_extension; See <xref linkend='Class_Extension_Records' xrefstyle='select: label' />
+ XrmQuark record_type; See <xref linkend='Class_Extension_Records' xrefstyle='select: label' />
+ long version; See <xref linkend='Class_Extension_Records' xrefstyle='select: label' />
+ Cardinal record_size; See <xref linkend='Class_Extension_Records' xrefstyle='select: label' />
+ Boolean accepts_objects; See <xref linkend='Creating_a_Widget_Instance' xrefstyle='select: label' />
+ Boolean allows_change_managed_set; See <xref linkend='Bundling_Changes_to_the_Managed_Set' xrefstyle='select: label' />
} CompositeClassExtensionRec, *CompositeClassExtension;
</literallayout>
<para>
@@ -719,10 +719,10 @@ structure.
</para>
<literallayout>
typedef struct {
- WidgetList children; See <xref linkend='Composite_Widgets_and_Their_Children' />
- Cardinal num_children; See <xref linkend='Composite_Widgets_and_Their_Children' />
- Cardinal num_slots; See <xref linkend='Composite_Widgets_and_Their_Children' />
- XtOrderProc insert_position; See <xref linkend='Insertion_Order_of_Children_The_insert_position_Procedure' />
+ WidgetList children; See <xref linkend='Composite_Widgets_and_Their_Children' xrefstyle='select: label' />
+ Cardinal num_children; See <xref linkend='Composite_Widgets_and_Their_Children' xrefstyle='select: label' />
+ Cardinal num_slots; See <xref linkend='Composite_Widgets_and_Their_Children' xrefstyle='select: label' />
+ XtOrderProc insert_position; See <xref linkend='Insertion_Order_of_Children_The_insert_position_Procedure' xrefstyle='select: label' />
} CompositePart;
</literallayout>
<para>
@@ -873,13 +873,13 @@ have the following class fields.
</para>
<literallayout>
typedef struct {
- XtResourceList resources; See <xref linkend='Resource_Management' />
- Cardinal num_resources; See <xref linkend='Resource_Management' />
- Cardinal constraint_size; See <xref linkend='Constrained_Composite_Widgets' />
- XtInitProc initialize; See <xref linkend='Constrained_Composite_Widgets' />
- XtWidgetProc destroy; See <xref linkend='Constrained_Composite_Widgets' />
- XtSetValuesFunc set_values; See <xref linkend='Setting_Widget_State' />
- XtPointer extension; See <xref linkend='Widget_Classing' />
+ XtResourceList resources; See <xref linkend='Resource_Management' xrefstyle='select: label' />
+ Cardinal num_resources; See <xref linkend='Resource_Management' xrefstyle='select: label' />
+ Cardinal constraint_size; See <xref linkend='Constrained_Composite_Widgets' xrefstyle='select: label' />
+ XtInitProc initialize; See <xref linkend='Constrained_Composite_Widgets' xrefstyle='select: label' />
+ XtWidgetProc destroy; See <xref linkend='Constrained_Composite_Widgets' xrefstyle='select: label' />
+ XtSetValuesFunc set_values; See <xref linkend='Setting_Widget_State' xrefstyle='select: label' />
+ XtPointer extension; See <xref linkend='Widget_Classing' xrefstyle='select: label' />
} ConstraintClassPart;
</literallayout>
<para>
@@ -892,11 +892,11 @@ is
</para>
<literallayout>
typedef struct {
- XtPointer next_extension; See <xref linkend='Class_Extension_Records' />
- XrmQuark record_type; See <xref linkend='Class_Extension_Records' />
- long version; See <xref linkend='Class_Extension_Records' />
- Cardinal record_size; See <xref linkend='Class_Extension_Records' />
- XtArgsProc get_values_hook; See <xref linkend='Obtaining_Widget_State' />
+ XtPointer next_extension; See <xref linkend='Class_Extension_Records' xrefstyle='select: label' />
+ XrmQuark record_type; See <xref linkend='Class_Extension_Records' xrefstyle='select: label' />
+ long version; See <xref linkend='Class_Extension_Records' xrefstyle='select: label' />
+ Cardinal record_size; See <xref linkend='Class_Extension_Records' xrefstyle='select: label' />
+ XtArgsProc get_values_hook; See <xref linkend='Obtaining_Widget_State' xrefstyle='select: label' />
} ConstraintClassExtensionRec, *ConstraintClassExtension;
</literallayout>
<para>