]>
Commit | Line | Data |
---|---|---|
704a4b75 VS |
1 | % |
2 | % automatically generated by HelpGen from | |
3 | % htmlcell.h at 14/Apr/99 20:12:40 | |
4 | % | |
5 | ||
704a4b75 VS |
6 | \section{\class{wxHtmlWidgetCell}}\label{wxhtmlwidgetcell} |
7 | ||
448af9a4 JS |
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. | |
704a4b75 VS |
10 | |
11 | wxHtmlWidgetCell takes care of resizing and moving window. | |
12 | ||
13 | \wxheading{Derived from} | |
14 | ||
15 | \helpref{wxHtmlCell}{wxhtmlcell} | |
16 | ||
9704b250 VS |
17 | \wxheading{Include files} |
18 | ||
19 | <wx/html/htmlcell.h> | |
20 | ||
704a4b75 VS |
21 | \latexignore{\rtfignore{\wxheading{Members}}} |
22 | ||
704a4b75 VS |
23 | \membersection{wxHtmlWidgetCell::wxHtmlWidgetCell}\label{wxhtmlwidgetcellwxhtmlwidgetcell} |
24 | ||
25 | \func{}{wxHtmlWidgetCell}{\param{wxWindow* }{wnd}, \param{int }{w = 0}} | |
26 | ||
448af9a4 | 27 | Constructor. |
704a4b75 VS |
28 | |
29 | \wxheading{Parameters} | |
30 | ||
31 | \docparam{wnd}{Connected window. It's parent window {\bf must} be the wxHtmlWindow object within | |
32 | which it is displayed!} | |
33 | ||
34 | \docparam{w}{Floating width. If non-zero width of {\it wnd} window is adjusted so that it is | |
35 | always {\it w} percents of parent container's width. (For example w = 100 means that the window | |
3660fc40 RD |
36 | will always have same width as parent container)} |
37 |