diff options
author | marha <marha@users.sourceforge.net> | 2012-04-10 14:58:33 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-04-10 14:58:33 +0200 |
commit | 5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6 (patch) | |
tree | c10939819ba1167cdc905a0c105c7ae4091abbc3 /libXaw/specs/SimpleMenu.xml | |
parent | 67326634496ef21b4acbf4cef2f05040d34aef9b (diff) | |
download | vcxsrv-5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6.tar.gz vcxsrv-5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6.tar.bz2 vcxsrv-5f8448ef6b85a9ff72c5af4cec99183c8bb60dc6.zip |
Updated following packages:
bigreqsproto-1.1.2
fontsproto-2.1.2
recordproto-1.14.2
scrnsaverproto-1.2.2
xcmiscproto-1.2.2
libXt-1.1.3
xhost-1.0.5
kbproto-1.0.6
libXrender-0.9.7
libxkbfile-1.0.8
freetype-2.4.9
libXaw-1.0.10
libXpm-3.5.10
xproto-7.0.23
Diffstat (limited to 'libXaw/specs/SimpleMenu.xml')
-rw-r--r-- | libXaw/specs/SimpleMenu.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libXaw/specs/SimpleMenu.xml b/libXaw/specs/SimpleMenu.xml index 84ba039e7..a99608d67 100644 --- a/libXaw/specs/SimpleMenu.xml +++ b/libXaw/specs/SimpleMenu.xml @@ -23,7 +23,7 @@ Superclass OverrideShell <!-- .LP --> The SimpleMenu widget is a container for the menu entries. It is a direct subclass of shell, and is should be created with -<function>XtCreatePopupShell</function>, not <function>XtCreateManagedWidget</function>. This is the +<function>XtCreatePopupShell</function>, not <xref linkend='XtCreateManagedWidget' xrefstyle='select: title'/>. This is the only part of the menu that actually is associated with a window. The SimpleMenu serves as the glue to bind the individual menu entries together into a menu. @@ -632,7 +632,7 @@ translation table of the widget that will be popping up the menu. The <function>MenuPopup</function> action is described in <emphasis remap='I'>(xT</emphasis>. <function>XawPositionSimpleMenu</function> is a global action procedure registered by the SimpleMenu widget when the first one is created or the convenience -routine <function>XawSimpleMenuAddGlobalActions</function> is called. +routine <xref linkend='XawSimpleMenuAddGlobalActions' xrefstyle='select: title'/> is called. </para> <para> <!-- .LP --> @@ -689,9 +689,9 @@ The <function>XawPositionSimpleMenu</function> action routine may often be invok before any menus have been created. This can occur when an application uses dynamic menu creation. In these cases an application will need to register this global action routine by calling -<function>XawSimpleMenuAddGlobalActions</function>: +<xref linkend='XawSimpleMenuAddGlobalActions' xrefstyle='select: title'/>: <!-- .IN "XawSimpleMenuAddGlobalActions" "" "@DEF@" --> -<funcsynopsis> +<funcsynopsis id='XawSimpleMenuAddGlobalActions'> <funcprototype> <funcdef>void<function> XawSimpleMenuAddGlobalActions</function></funcdef> <paramdef>XtAppContext<parameter> app_con</parameter></paramdef> @@ -723,9 +723,9 @@ is realized. <para> <!-- .LP --> To get the currently highlighted menu entry use -<function>XawSimpleMenuGetActiveEntry</function>: +<xref linkend='XawSimpleMenuGetActiveEntry' xrefstyle='select: title'/>: <!-- .IN "XawSimpleMenuGetActiveEntry" "" "@DEF@" --> -<funcsynopsis> +<funcsynopsis id='XawSimpleMenuGetActiveEntry'> <funcprototype> <funcdef>Widget<function> XawSimpleMenuGetActiveEntry</function></funcdef> <paramdef>Widget<parameter> w</parameter></paramdef> @@ -755,9 +755,9 @@ currently highlighted, or NULL if no entry is highlighted. <!-- .sp --> To clear the SimpleMenu widget's internal information about the currently highlighted menu entry use -<function>XawSimpleMenuClearActiveEntry</function>: +<xref linkend='XawSimpleMenuClearActiveEntry' xrefstyle='select: title'/>: <!-- .IN "XawSimpleMenuClearActiveEntry" "" "@DEF@" --> -<funcsynopsis> +<funcsynopsis id='XawSimpleMenuClearActiveEntry'> <funcprototype> <funcdef>Widget<function> XawSimpleMenuClearActiveEntry</function></funcdef> <paramdef>Widget<parameter> w</parameter></paramdef> |