easyd ~master (2021-05-06T10:23:33Z)
Dub
Repo
Binding
easyd
gtk
base
Undocumented in source.
class
Binding :
IBinding
(
T
) {
T
*
data
;
IBindable
!
T
control
;
string
oldValue
;
void
load
();
void
apply
();
}
Members
Functions
apply
void
apply
()
Undocumented in source. Be warned that the author may not have intended to support it.
load
void
load
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
control
IBindable
!
T
control
;
Undocumented in source.
data
T
*
data
;
Undocumented in source.
oldValue
string
oldValue
;
Undocumented in source.
Inherited Members
From IBinding
onEdit
void
delegate
()[]
onEdit
;
Undocumented in source.
load
void
load
()
Undocumented in source.
apply
void
apply
()
Undocumented in source.
Meta
Source
See Implementation
easyd
gtk
base
classes
Binding
GridLayout
IBinding
ILayoutWindow
Menu
MenuBar
MenuItem
functions
clipBoard
handleGtkEvents
interfaces
IBindable
IInit
mixin templates
GuiApp
MenuAdd
structs
BindingSet