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