summaryrefslogtreecommitdiff
path: root/support/textoolspro/highnest.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/textoolspro/highnest.tex
Initial commit
Diffstat (limited to 'support/textoolspro/highnest.tex')
-rw-r--r--support/textoolspro/highnest.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/support/textoolspro/highnest.tex b/support/textoolspro/highnest.tex
new file mode 100644
index 0000000000..0e020a7755
--- /dev/null
+++ b/support/textoolspro/highnest.tex
@@ -0,0 +1,46 @@
+\documentclass[10pt]{miarticle}
+\begin{document}
+\n
+Lritaunas Peki Documentation
+Lritaunas Peki is a programm for learning languages.
+
+\+
+Structure of the Code
+
+\+
+Graphic user interfaces
+\+
+Ideas
+Basically, you must think about it as a nested layers of metawidgets.
+So we can reuse the code.
+\n
+Python mega widgets
+This is a nice library of megawidgets, that supports scrollbars,
+multiple entries, dialogs...
+\+
+My meta widgets.
+Trying to isolate GUI from tk and from Pmw(python megawidgets) I
+wrote a higher set of widgets.
+
+\+
+Specialized metawidgets
+This widgets are those really used in the GUI, they're composites
+of my meta widgets, and they make calls to the structures of
+the core code~\ref{lookupindictionaries}
+
+
+\-2
+\n
+What you really see in your screen
+Blah, blah
+
+\-2
+
+
+/minput{strucincode.tex}
+
+\n
+And yeah more blah
+Blah , and blah
+
+\end{document}