Widget.classPath

Same as Widget.path, but always uses the name of a widget’s type, never uses a custom name set with Widget.setName.

More...
class Widget
void
classPath
(
out uint pathLength
,
out string path
,
out string pathReversed
)

Parameters

pathLength uint

location to store the length of the class path, or NULL

path string

location to store the class path as an allocated string, or NULL

pathReversed string

location to store the reverse class path as an allocated string, or NULL

Detailed Description

Deprecated: Use Widget.getPath instead