]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/latex/wx/htwidget.tex
compilation fix for wxUSE_STL==1 in DoGetSibling()
[wxWidgets.git] / docs / latex / wx / htwidget.tex
... / ...
CommitLineData
1%
2% automatically generated by HelpGen from
3% htmlcell.h at 14/Apr/99 20:12:40
4%
5
6\section{\class{wxHtmlWidgetCell}}\label{wxhtmlwidgetcell}
7
8wxHtmlWidgetCell is a class that provides a connection between HTML cells and widgets (an object derived
9from wxWindow). You can use it to display things like forms, input boxes etc. in an HTML window.
10
11wxHtmlWidgetCell takes care of resizing and moving window.
12
13\wxheading{Derived from}
14
15\helpref{wxHtmlCell}{wxhtmlcell}\\
16\helpref{wxObject}{wxobject}
17
18\wxheading{Include files}
19
20<wx/html/htmlcell.h>
21
22\wxheading{Library}
23
24\helpref{wxHtml}{librarieslist}
25
26\latexignore{\rtfignore{\wxheading{Members}}}
27
28\membersection{wxHtmlWidgetCell::wxHtmlWidgetCell}\label{wxhtmlwidgetcellwxhtmlwidgetcell}
29
30\func{}{wxHtmlWidgetCell}{\param{wxWindow* }{wnd}, \param{int }{w = 0}}
31
32Constructor.
33
34\wxheading{Parameters}
35
36\docparam{wnd}{Connected window. It is parent window {\bf must} be the wxHtmlWindow object within
37which it is displayed!}
38
39\docparam{w}{Floating width. If non-zero width of {\it wnd} window is adjusted so that it is
40always {\it w} percents of parent container's width. (For example w = 100 means that the window
41will always have same width as parent container)}
42