Up: GEOS SDK TechDocs | Up | Prev: fatalerr_auto_explain ... | Next: fpstack ...

flagwin

flagwin [<on>|off]

Turns on or off a window providing a continuous display of the machine flags (e.g. zero, carry).

See Also: pflags.

flowobj

flowobj

Examples:

"pobject [flowobj]"
print out the flow object.

Prints out address of the uiFlowObj, which is the object which grabs the mouse.

This command is normally used with pobject to print out the object.

flush-output

flush-output

Examples:

"flush-output"
Forces pending output to be displayed.

Flushes any pending output (e.g. waiting for a newline) to the screen.

See Also: echo.

fmtoptr

fmtoptr <handle-id> <chunk>

Examples:

"fmtoptr 3160h o"
Prints a description of the object whose address is ^l3160h:0 (likely a thread/process).

Takes a global and a local handle and prints a description of the object described by that optr.

See Also: print.

fmtval

fmtval <value-list> <type-token> <indent> [<tail> [<one-line>]]

Examples:

"fmtval [value fetch foo] [symbol find type FooStruct] 0"
Prints the value of the variable foo, which is assumed to be of type FooStruct.

This is the primary means of producing nicely-formatted output of data in Swat. It is used by both the "print" and "_print" commands and is helpful if you want to print the value of a variable without entering anything into the value history.

See Also: print, _print, fmtoptr, threadname.

focus

focus [<object>]

Examples:

"focus"
print focus hierarchy from the system object down
"focus -i"
print focus hierarchy from implied grab down
"focus ^l4e10h:20h"
print focus hierarchy from ^l4e10h:20h down
"focus [content]"
print focus hierarchy from content under mouse.

Prints the focus hierarchy below an object.

See Also: target, model, mouse, keyboard, pobject.

focusobj

focusobj

Examples:

"focusobj"
print model hierarchy from system object down
"pobj [focusobj]"
Do a pobject on the focus object (equivalent to "pobj -f").

Returns the object with the focus.

See Also: focus, target, model, targetobj, modelobj.

fonts

fonts [<args>]

Examples:

"fonts"
summarize general font usage
"fonts -u"
list fonts currently in use

Print various font info.

See Also: pfont, pfontinfo, pusage, pfontinfo.


Up: GEOS SDK TechDocs | Up | Prev: fatalerr_auto_explain ... | Next: fpstack ...