PathElement.this

Creates a new path element for an #DzlPath.

  1. this(DzlPathElement* dzlPathElement, bool ownedRef = false)
  2. this(string id, string iconName, string title)
    class PathElement
    this
    (
    string id
    ,
    string iconName
    ,
    string title
    )

Parameters

id
Type: string

An id for the path element.

iconName
Type: string

An optional icon name for the element

title
Type: string

The title of the element.

Return Value

A #DzlPathElement

Throws

ConstructionException GTK+ fails to create the object.

Meta

Since

3.26