Version: 2.9.4
Public Member Functions
wxHtmlWidgetCell Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/html/htmlcell.h>

Inheritance diagram for wxHtmlWidgetCell:

Detailed Description

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.

Library:  wxHTML
Category:  HTML

Public Member Functions

 wxHtmlWidgetCell (wxWindow *wnd, int w=0)
 Constructor.

List of all members.


Constructor & Destructor Documentation

wxHtmlWidgetCell::wxHtmlWidgetCell ( wxWindow wnd,
int  w = 0 
)

Constructor.

Parameters:
wndConnected window. It is parent window must be the wxHtmlWindow object within which it is displayed!
wFloating width. If non-zero width of wnd window is adjusted so that it is always w percents of parent container's width. (For example w = 100 means that the window will always have same width as parent container).
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines