Function Theme.getStyleboxList

Returns all the StyleBoxs as a PoolStringArray filled with each StyleBox's name, for use in getStylebox, if the theme has type.

PoolArray!(godot.core.string.String) getStyleboxList (
  const(String) type
) nothrow @nogc const;