des ~master (2015-04-07T23:17:11Z)
Dub
Repo
DiContext
des
gui
context
interface
DiContext {
DiCanvas
createTop
(
DiWidget
)
;
void
removeTop
(
DiWidget
)
;
void
quit
()
;
void
startTextInput
()
;
void
stopTextInput
()
;
}
Members
Functions
createTop
DiCanvas
createTop
(
DiWidget
)
quit
void
quit
()
removeTop
void
removeTop
(
DiWidget
)
startTextInput
void
startTextInput
()
stopTextInput
void
stopTextInput
()
Meta
Source
See Implementation
des
gui
context
classes
DiContextException
interfaces
DiContext