material/Beiträge/LABW/Mobile.vrb

12 lines
219 B
Text
Raw Permalink Normal View History

\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}