DockItemT.getIconName

Gets the icon_name for the #DzlDockItem.

Generally, you want to use a #DzlDockWidget which has a "icon-name" property you can set. But this can be helpful for integration of various container widgets.

  1. string getIconName()
  2. string getIconName()
    template DockItemT(TStruct)
    static if(!(is(TStruct == DzlDockWindow)))
    string
    getIconName
    ()

Return Value

Type: string

A newly allocated string or %NULL.

Meta