Gtk.Widget.ClassPath Method
Same as Widget.Path, but always uses the name of a widget's type, never uses a custom name set with Widget.Name.

Syntax

public void ClassPath (out uint path_length, out string path, out string path_reversed)

Parameters

path_length
Location to store the length of the class path. or null.
path
Location to store the class path as an allocated string, or null.
path_reversed
Location to store the reverse class path as an allocated string, or null.

Remarks

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)