godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
LinkButton._classBinding
godot
linkbutton
LinkButton
Undocumented in source.
struct
LinkButton
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_text")
GodotMethod
!(
void
,
String
)
setText
;
__gshared
@
GodotName
("get_text")
GodotMethod
!(
String
)
getText
;
__gshared
@
GodotName
("set_underline_mode")
GodotMethod
!(
void
,
long
)
setUnderlineMode
;
__gshared
@
GodotName
("get_underline_mode")
GodotMethod
!(
LinkButton
.
UnderlineMode
)
getUnderlineMode
;
}
Members
Static variables
getText
GodotMethod
!(
String
)
getText
;
Undocumented in source.
getUnderlineMode
GodotMethod
!(
LinkButton
.
UnderlineMode
)
getUnderlineMode
;
Undocumented in source.
setText
GodotMethod
!(
void
,
String
)
setText
;
Undocumented in source.
setUnderlineMode
GodotMethod
!(
void
,
long
)
setUnderlineMode
;
Undocumented in source.
Meta
Source
See Implementation
godot
linkbutton
LinkButton
aliases
BaseClasses
enums
Constants
UnderlineMode
functions
getText
getUnderlineMode
opAssign
opEquals
setText
setUnderlineMode
properties
text
underline
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name