Keywords - W
 · ! · 0 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z · 
- wide characters
- 
	
	- converting to lowercase
- 
			·
			[wctolower] ·
	
 
	- summary of functions
- 
			·
			[Wide characters] ·
	
 
- widget databases
- 
	
	- bitmaps, freeing
- 
			·
			[ApFreeBitmapRes] ·
	
 
	- bitmaps, loading
- 
			·
			[ApGetBitmapRes] ·
	
 
	- closing
- 
			·
			[ApCloseDBase] ·
	
 
	- images, extracting
- 
			·
			[ApGetImageRes] ·
	
 
	- opening
- 
			·
			[ApOpenDBase, ApOpenDBaseFile] ·
	
 
	- saving
- 
			·
			[ApSaveDBaseFile] ·
	
 
	- summary of functions
- 
			·
			[Databases] ·
	
 
	- text, getting translated
- 
			·
			[ApGetTextRes] ·
	
 
	- widgets
- 
		
		- copying
- 
			·
			[ApCopyWidget] ·
		
 
		- deleting
- 
			·
			[ApDeleteWidget] ·
		
 
 
- widgets
- 
	
	- balloons, inflating
- 
			·
			[PtInflateBalloon] ·
	
 
	- brother
- 
		
		- behind
- 
			·
			[PtWidgetBrotherBehind] ·
		
 
		- in front
- 
			·
			[PtWidgetBrotherInFront] ·
		
 
 
	- child
- 
		
		- focusable, finding
- 
			·
			[PtFindFocusChild] ·
		
 
 
	- children
- 
		
		- backmost
- 
			·
			[PtWidgetChildBack] ·
			[PtWidgetChildFront] ·
		
 
 
	- class
- 
		
		- getting
- 
			·
			[PtWidgetClass] ·
		
 
 
	- class hierarchy
- 
		
		- class, determining
- 
			·
			[PtWidgetIsClass] ·
			[PtWidgetIsClassMember] ·
		
 
		- summary of functions
- 
			·
			[Class hierarchy] ·
		
 
 
	- classes, adding
- 
			·
			[ApAddClass] ·
	
 
	- coordinates
- 
			·
			[PtGetAbsPosition] ·
	
 
	- creating
- 
			·
			[PtCreateWidget] ·
		
		- summary of functions
- 
			·
			[Creating and destroying widgets] ·
		
 
 
	- creating from a database
- 
			·
			[ApCreateWidget] ·
			[ApCreateWidgetFamily] ·
	
 
	- custom
- 
		
		- summary of functions
- 
			·
			[Custom widgets] ·
		
 
 
	- damage
- 
		
		- flux count, decrementing
- 
			·
			[PtEndFlux] ·
		
 
		- flux count, incrementing
- 
			·
			[PtStartFlux] ·
		
 
 
	- damaging
- 
		
		- an area
- 
			·
			[PtDamageExtent] ·
		
 
		- completely
- 
			·
			[PtDamageWidget] ·
		
 
		- container, determining if in flux
- 
			·
			[PtIsFluxing] ·
		
 
		- summary of functions
- 
			·
			[Damaging widgets] ·
		
 
 
	- default parent
- 
		
		- creating children
- 
			·
			[PtCreateWidget] ·
		
 
		- getting
- 
			·
			[PtGetParentWidget] ·
		
 
		- setting
- 
			·
			[PtSetParentWidget] ·
		
 
 
	- destroying
- 
			·
			[PtDestroyWidget] ·
		
		- all within a container
- 
			·
			[PtClearWidget] ·
		
 
		- summary of functions
- 
			·
			[Creating and destroying widgets] ·
		
 
 
	- determining relationship
- 
			·
			[PtChildType] ·
	
 
	- events
- 
		
		- sending to
- 
			·
			[PtSendEventToWidget] ·
		
 
 
	- extents, getting
- 
			·
			[PtWidgetExtent] ·
	
 
	- family hierarchy
- 
		
		- child of a given class, finding
- 
			·
			[PtFindChildClass] ·
			[PtFindChildClassMember] ·
		
 
		- container parent, finding
- 
			·
			[PtFindContainer] ·
		
 
		- skipping
- 
			·
			[PtWidgetSkip] ·
		
 
		- summary of functions
- 
			·
			[Family hierarchy] ·
		
 
		- traversing, front to back
- 
			·
			[PtWidgetTree] ·
			[PtWidgetTreeTraverse] ·
		
 
		- traversing, top to bottom
- 
			·
			[PtWidgetFamily] ·
		
 
 
	- finding
- 
		
		- in an area
- 
			·
			[PtContainerBox] ·
		
 
		- summary of functions
- 
			·
			[Finding widgets in an area] ·
		
 
		- the nth in a container
- 
			·
			[PtHit] ·
		
 
		- the nth in an area
- 
			·
			[PtContainerHit] ·
		
 
 
	- flags
- 
		
		- class structure
- 
			·
			[PtWidgetClassFlags] ·
		
 
 
	- focus
- 
		
		- container
- 
			·
			[PtContainerFindFocus] ·
			[PtContainerFocusNext] ·
			[PtContainerFocusPrev] ·
			[PtContainerNullFocus] ·
		
 
		- degree of, determining
- 
			·
			[PtIsFocused] ·
		
 
		- giving
- 
			·
			[PtContainerGiveFocus] ·
		
 
		- global, giving to next after focused widget
- 
			·
			[PtGlobalFocusNext] ·
		
 
		- global, giving to next after given widget
- 
			·
			[PtGlobalFocusNextFrom] ·
		
 
		- global, giving to next before focused widget
- 
			·
			[PtGlobalFocusPrev] ·
		
 
		- global, giving to next before given widget
- 
			·
			[PtGlobalFocusPrevFrom] ·
		
 
		- global, giving to next container's widget
- 
			·
			[PtGlobalFocusNextContainer] ·
		
 
		- global, giving to previous container's widget
- 
			·
			[PtGlobalFocusPrevContainer] ·
		
 
		- summary of functions
- 
			·
			[Focus] ·
		
 
 
	- geometry
- 
		
		- area, based on canvas
- 
			·
			[PtSetAreaFromWidgetCanvas] ·
		
 
		- area, based on extent
- 
			·
			[PtSetAreaFromExtent] ·
		
 
		- area, getting
- 
			·
			[PtWidgetArea] ·
		
 
		- dimensions, getting
- 
			·
			[PtWidgetDim] ·
		
 
		- extent, recalculating
- 
			·
			[PtExtentWidget] ·
			[PtExtentWidgetFamily] ·
		
 
		- extent, visible
- 
			·
			[PtWidgetVisibleExtent] ·
		
 
		- offset, getting
- 
			·
			[PtWidgetOffset] ·
		
 
		- positions, absolute
- 
			·
			[PtCalcAbsPosition] ·
		
 
		- summary of functions
- 
			·
			[Geometry] ·
		
 
 
	- guardian
- 
			·
			[PtFindGuardian] ·
	
 
	- help topic, finding first with
- 
			·
			[PtWidgetHelpHit] ·
	
 
	- inserting
- 
			·
			[PtWidgetInsert] ·
	
 
	- instance name, getting
- 
			·
			[ApInstanceName] ·
	
 
	- instance pointer withing a module, getting
- 
			·
			[ApGetWidgetPtr] ·
	
 
	- library initialization
- 
			·
			[PtInit] ·
		
		- summary of functions
- 
			·
			[Library initialization] ·
		
 
 
	- menus
- 
		
		- position, setting
- 
			·
			[PtPositionMenu] ·
		
 
		- summary of functions
- 
			·
			[Menus] ·
		
 
 
	- module instance pointer, getting
- 
			·
			[ApGetInstance] ·
	
 
	- moving
- 
		
		- to back
- 
			·
			[PtWidgetToBack] ·
		
 
		- to front
- 
			·
			[PtWidgetToFront] ·
		
 
 
	- parents
- 
		
		- getting
- 
			·
			[PtWidgetParent] ·
		
 
		- nearest of a given class
- 
			·
			[PtGetParent] ·
		
 
		- valid, finding
- 
			·
			[PtValidParent] ·
		
 
 
	- PhAB name, getting
- 
			·
			[ApName] ·
	
 
	- position
- 
			·
			[PtGetAbsPosition] ·
	
 
	- printing
- 
			·
			[PpPrintWidget] ·
	
 
	- PtComboBox
- 
		
		- summary of functions
- 
			·
			[PtComboBox] ·
		
 
 
	- PtFileSel
- 
		
		- summary of functions
- 
			·
			[PtFileSel] ·
		
 
 
	- PtGenList
- 
		
		- summary of functions
- 
			·
			[PtGenList] ·
		
 
 
	- PtGenTree
- 
		
		- summary of functions
- 
			·
			[PtGenTree] ·
		
 
 
	- PtHtml
- 
		
		- summary of functions
- 
			·
			[PtHtml] ·
		
 
 
	- PtList
- 
		
		- summary of functions
- 
			·
			[PtList] ·
		
 
 
	- PtMessage
- 
		
		- summary of functions
- 
			·
			[PtMessage] ·
		
 
 
	- PtMultiText
- 
		
		- summary of functions
- 
			·
			[PtMultiText] ·
		
 
 
	- PtTerminal
- 
		
		- summary of functions
- 
			·
			[PtTerminal] ·
		
 
 
	- PtText
- 
		
		- summary of functions
- 
			·
			[PtText] ·
		
 
 
	- PtTree
- 
		
		- summary of functions
- 
			·
			[PtTree] ·
		
 
 
	- PtTty
- 
		
		- summary of functions
- 
			·
			[PtTty] ·
		
 
 
	- PtWindow
- 
		
		- summary of functions
- 
			·
			[PtWindow] ·
		
 
 
	- realizing
- 
		
		- determining if
- 
			·
			[PtWidgetIsRealized] ·
		
 
		- summary of functions
- 
			·
			[Realizing and unrealizing widgets] ·
		
 
 
	- region ID, getting
- 
			·
			[PtWidgetRid] ·
	
 
	- reparenting
- 
			·
			[PtReParentWidget] ·
	
 
	- rerealizing
- 
			·
			[PtRealizeWidget] ·
			[PtReRealizeWidget] ·
	
 
	- resources
- 
		
		- argument lists
- 
			·
			[Pt_ARG] ·
			[PtArg_t] ·
			[PtSetArg] ·
		
 
		- flags, getting
- 
			·
			[PtWidgetFlags] ·
		
 
		- getting
- 
			·
			[PtGetResources] ·
		
 
		- setting
- 
			·
			[PtSetResources] ·
		
 
		- summary of functions
- 
			·
			[Resources] ·
		
 
 
	- RtTrend
- 
		
		- summary of functions
- 
			·
			[RtTrend] ·
		
 
 
	- system information
- 
			·
			[PtQuerySystemInfo] ·
	
 
	- top-level, finding
- 
			·
			[PtNextTopLevelWidget] ·
	
 
	- unrealizing
- 
			·
			[PtUnrealizeWidget] ·
		
		- summary of functions
- 
			·
			[Realizing and unrealizing widgets] ·
		
 
 
	- updates
- 
		
		- forcing
- 
			·
			[PtFlush] ·
		
 
		- hold count, containers
- 
			·
			[PtContainerHold] ·
			[PtContainerRelease] ·
		
 
		- holding off
- 
			·
			[PtHold] ·
		
 
		- permitting
- 
			·
			[PtRelease] ·
			[PtUpdate] ·
		
 
		- summary of functions
- 
			·
			[Updates - forcing and holding off] ·
		
 
		- synchronizing a widget
- 
			·
			[PtSyncWidget] ·
		
 
		- synchronizing Photon
- 
			·
			[PtSyncPhoton] ·
		
 
 
- window manager
- 
	
	- consoles, switching
- 
			·
			[PtConsoleSwitch] ·
	
 
	- forwarding events
- 
			·
			[PtForwardWindowEvent] ·
			[PtForwardWindowTaskEvent] ·
	
 
	- summary of functions
- 
			·
			[Window Manager] ·
	
 
- windows
- 
	
	- actions, data structure
- 
			·
			[PhWindowEvent_t] ·
	
 
	- disjoint
- 
			·
			[PtFindDisjoint] ·
	
 
	- frame size, determining
- 
			·
			[PtFrameSize] ·
	
 
	- regions
- 
		
		- changing attributes
- 
			·
			[PhWindowChange] ·
		
 
		- closing
- 
			·
			[PhWindowClose] ·
		
 
		- opening
- 
			·
			[PhWindowOpen] ·
		
 
 
- WmConfig_t
- 
			·
			[PhRegionDataHdr_t] ·
- work procedures
- 
	
	- adding
- 
			·
			[PtAppAddWorkProc] ·
	
 
	- prototype
- 
			·
			[PtWorkProcF_t, PtWorkProc_t] ·
	
 
	- removing
- 
			·
			[PtAppRemoveWorkProc] ·
	
 
 · ! · 0 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z ·