Pages du manuel Linux : Fonctions des bibliothèques

XtGetSelectionValueIncremental
obtain selection values
XtGetSelectionValues
See XtGetSelectionValue.3
XtGetSelectionValuesIncremental
See XtGetSelectionValueIncremental.3
XtGetSubresources
obtain subresources
XtGetSubvalues
See XtSetValues.3
XtGetValues
See XtSetValues.3
XtGrabButton
See XtGrabKey.3
XtGrabKey
manage grabs
XtGrabKeyboard
See XtGrabKey.3
XtGrabPointer
See XtGrabKey.3
XtHasCallbacks
See XtCallCallbacks.3
XtHooksOfDisplay
external agent access points
XTimeCoord
See XSendEvent.3
XtInitialize
initialize
XtInitializeWidgetClass
initialize a widget class
XtInsertEventHandler
See XtAddEventHandler.3
XtInsertEventTypeHandler
XtInsertEventTypeHandler, XtRemoveEventTypeHandler, XtRegisterExtensionSelector, XtSetEventDispatcher, XtDispatchEventToWidget - extension event handling
XtInsertRawEventHandler
See XtAddEventHandler.3
XtInstallAccelerators
See XtParseAcceleratorTable.3
XtInstallAllAccelerators
See XtParseAcceleratorTable.3
XtIsApplicationShell
See XtClass.3
XtIsComposite
See XtClass.3
XtIsConstraint
See XtClass.3
XtIsManaged
See XtManageChildren.3
XtIsObject
See XtClass.3
XtIsOverrideShell
See XtClass.3
XtIsRealized
See XtRealizeWidget.3
XtIsRectObj
See XtClass.3
XtIsSensitive
See XtSetSensitive.3
XtIsSessionShell
See XtClass.3
XtIsShell
See XtClass.3
XtIsSubclass
See XtClass.3
XtIsTopLevelShell
See XtClass.3
XtIsTransientShell
See XtClass.3
XtIsVendorShell
See XtClass.3
XtIsWidget
See XtClass.3
XtIsWMShell
See XtClass.3
XtKeysymToKeycodeList
See XtGetKeysymTable.3
XtLastEventProcessed
last event, last timestamp processed
XtLastTimestampProcessed
See XtLastEventProcessed.3
XTM
Topic Map management, single thread class
XTM::association
trivial class definition
XTM::AsTMa
Topic Map Parsing of AsTMa instances.
XTM::AsTMa::Converter
# use like this use XTM::AsTMa::Converter; my CW$buffer = ''; use IO::String; my CW$output = IO::String->new ($buffer); my CW$writer = new XML::Writer(OUTPUT => CW$output, NAMESPACES => 1, FORCED_NS_DECLS => [ CW$XTM::Namespaces::xlink_ns, CW$XTM::Namespaces::topicmap_ns ], DATA_MODE => CW$format ? 1 : 0, DATA_INDENT => 2, PREFIX_MAP => {$XTM::Namespaces::xlink_ns => 'xlink', CW$XTM::Namespaces::topicmap_ns => '' }); eval { my CW$fo = new XTM::AsTMa::Converter ($writer); CW$atmcode =~ s/\r//g; CW$fo->handle_astma (text => CW$atmcode, log_level => CW$log_level, auto_complete => CW$auto_complete); CW$xtmcode = CW$buffer; }; if ($@) { warn Converter problem: $@; }
XTM::base
Topic Map, base distribution
XTM::baseName
trivial class definition
XTM::baseNameString
trivial class definition
XTM::generic
XTM generic accessor
XTM::instanceOf
trivial class definition
XTM::IO
Topic Map management, abstract class for input/output