]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/htwidget.tex
added wxGetPasswordFromUser(), dialogs sample shows it, documented it
[wxWidgets.git] / docs / latex / wx / htwidget.tex
index 550f781f99c3773b526d5b84591f3bf523728986..12f8da607f60515b77b2e01795cd55389cc2cb81 100644 (file)
@@ -3,13 +3,10 @@
 % htmlcell.h at 14/Apr/99 20:12:40
 %
 
 % htmlcell.h at 14/Apr/99 20:12:40
 %
 
-
 \section{\class{wxHtmlWidgetCell}}\label{wxhtmlwidgetcell}
 
 \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.
 
 
 wxHtmlWidgetCell takes care of resizing and moving window.
 
@@ -17,15 +14,13 @@ wxHtmlWidgetCell takes care of resizing and moving window.
 
 \helpref{wxHtmlCell}{wxhtmlcell}
 
 
 \helpref{wxHtmlCell}{wxhtmlcell}
 
-
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-
 \membersection{wxHtmlWidgetCell::wxHtmlWidgetCell}\label{wxhtmlwidgetcellwxhtmlwidgetcell}
 
 \func{}{wxHtmlWidgetCell}{\param{wxWindow* }{wnd}, \param{int }{w = 0}}
 
 \membersection{wxHtmlWidgetCell::wxHtmlWidgetCell}\label{wxhtmlwidgetcellwxhtmlwidgetcell}
 
 \func{}{wxHtmlWidgetCell}{\param{wxWindow* }{wnd}, \param{int }{w = 0}}
 
-Constructor
+Constructor.
 
 \wxheading{Parameters}
 
 
 \wxheading{Parameters}
 
@@ -34,5 +29,5 @@ 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
 
 \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)
+will always have same width as parent container)}