12 lines
219 B
Text
12 lines
219 B
Text
|
\frametitle{API-Beispiel}
|
||
|
\begin{lstpy}[caption={OK-Dialog, objektorientiert}]
|
||
|
from velamentum.alle import *
|
||
|
|
||
|
dialog = Dialog()
|
||
|
|
||
|
dialog.titel = "Test"
|
||
|
dialog.nachricht = "Bitte Ok druecken."
|
||
|
|
||
|
dialog.zeige()
|
||
|
\end{lstpy}
|