mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-27 02:58:14 +00:00

The placement of tooltip is controlled by the WML of the GUI engine. The code is not used yet, only available with a proof-of-concept define named DEBUG_TOOLTIP.
41 lines
701 B
TeX
41 lines
701 B
TeX
\documentclass[a4paper,notitlepage]{report}
|
|
|
|
\usepackage[english]{babel}
|
|
\usepackage[utf8x]{inputenc}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage{lmodern}
|
|
\usepackage[colorlinks]{hyperref}
|
|
|
|
\usepackage{enumerate}
|
|
\usepackage[section]{placeins}
|
|
\usepackage{tikz}
|
|
\usetikzlibrary{positioning,shapes.geometric}
|
|
\usepackage{verbatim}
|
|
|
|
\usepackage{gui2}
|
|
|
|
|
|
\author{M.~de Wever}
|
|
\title{Gui2 design document}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
|
|
|
\include{gui2/abstract}
|
|
|
|
\include{gui2/introduction}
|
|
\include{gui2/overall_design}
|
|
\include{gui2/design_details}
|
|
\include{gui2/creating_widgets_and_dialogs}
|
|
|
|
\appendix
|
|
|
|
\include{gui2/files_for_the_widget}
|
|
\include{gui2/files_for_the_window}
|
|
|
|
\end{document}
|
|
|