]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htwidget.tex
wxDataViewCtrl DnD stubs, some reformating
[wxWidgets.git] / docs / latex / wx / htwidget.tex
index b84169d9faae1d07e3566842b9aeefcbceb8b526..b095e9446f42f6348a9411b3bb1d361e7b3769ed 100644 (file)
@@ -3,37 +3,40 @@
 % htmlcell.h at 14/Apr/99 20:12:40
 %
 
-
 \section{\class{wxHtmlWidgetCell}}\label{wxhtmlwidgetcell}
 
-
-
-wxHtmlWidgetCell is class that provides connection between HTML cell and widget (object derived
-from wxWindow). You can use it to display things like forms, input boxes etc. in HTML window.
+wxHtmlWidgetCell is a class that provides a connection between HTML cells and widgets (an object derived
+from wxWindow). You can use it to display things like forms, input boxes etc. in an HTML window.
 
 wxHtmlWidgetCell takes care of resizing and moving window.
 
 \wxheading{Derived from}
 
-\helpref{wxHtmlCell}{wxhtmlcell}
+\helpref{wxHtmlCell}{wxhtmlcell}\\
+\helpref{wxObject}{wxobject}
 
+\wxheading{Include files}
 
-\latexignore{\rtfignore{\wxheading{Members}}}
+<wx/html/htmlcell.h>
 
+\wxheading{Library}
+
+\helpref{wxHtml}{librarieslist}
+
+\latexignore{\rtfignore{\wxheading{Members}}}
 
 \membersection{wxHtmlWidgetCell::wxHtmlWidgetCell}\label{wxhtmlwidgetcellwxhtmlwidgetcell}
 
 \func{}{wxHtmlWidgetCell}{\param{wxWindow* }{wnd}, \param{int }{w = 0}}
 
-Constructor
+Constructor.
 
 \wxheading{Parameters}
 
-\docparam{wnd}{Connected window. It's parent window {\bf must} be the wxHtmlWindow object within
+\docparam{wnd}{Connected window. It is parent window {\bf must} be the wxHtmlWindow object within
 which it is displayed!}
 
 \docparam{w}{Floating width. If non-zero width of {\it wnd} window is adjusted so that it is
 always {\it w} percents of parent container's width. (For example w = 100 means that the window
 will always have same width as parent container)}
 
-