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