toggle menu
gtk-kn
native
switch theme
search in API
gobject
/
org.gtkkn.extensions.gobject.properties
/
Property
Property
open
class
Property
<
OBJECT
:
Object
,
VALUE
>
(
paramSpec
:
ParamSpec
,
storeInValueFunc
:
(
gValue
:
Value
,
value
:
Any
?
)
->
Unit
,
extractFromValueFunc
:
(
gValue
:
Value
)
->
Any
?
,
initValueFunc
:
(
gValue
:
Value
)
->
Unit
)
Members
Constructors
Property
Link copied to clipboard
constructor
(
paramSpec
:
ParamSpec
,
storeInValueFunc
:
(
gValue
:
Value
,
value
:
Any
?
)
->
Unit
,
extractFromValueFunc
:
(
gValue
:
Value
)
->
Any
?
,
initValueFunc
:
(
gValue
:
Value
)
->
Unit
)
Properties
name
Link copied to clipboard
val
name
:
String
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
arg
:
OBJECT
,
property
:
KProperty
<
*
>
)
:
VALUE
set
Value
Link copied to clipboard
operator
fun
setValue
(
arg
:
OBJECT
,
property
:
KProperty
<
*
>
,
value
:
VALUE
)