Function Control.getStylebox
Returns a StyleBox
from assigned Theme
with given name
and associated with Control
of given type
.
godot.d.reference.Ref!(godot.stylebox.StyleBox)
getStylebox
(
const(String) name,
const(String) type = GodotStringLiteral().str()
) nothrow @nogc const;