bbtk::WxHtmlWindow Class Reference

#include <bbtkWxGUIHtmlBrowser.h>

List of all members.

Public Member Functions

 WxHtmlWindow (wxWindow *parent, int id, WxGUIHtmlBrowser *browser, wxSize size)

Private Attributes

WxGUIHtmlBrowsermBrowser


Detailed Description

Definition at line 61 of file bbtkWxGUIHtmlBrowser.h.


Constructor & Destructor Documentation

bbtk::WxHtmlWindow::WxHtmlWindow ( wxWindow *  parent,
int  id,
WxGUIHtmlBrowser browser,
wxSize  size 
) [inline]

Definition at line 64 of file bbtkWxGUIHtmlBrowser.h.

References mBrowser.

00065       : wxHtmlWindow(parent, id, 
00066                      wxDefaultPosition, 
00067                      size,
00068                      wxHW_SCROLLBAR_AUTO, 
00069                   _T("bbtk::WxGUIHtmlBrowser")),
00070               mBrowser(browser)
00071     {
00072      SetBorders(30);
00073     };


Member Data Documentation

WxGUIHtmlBrowser* bbtk::WxHtmlWindow::mBrowser [private]

Definition at line 73 of file bbtkWxGUIHtmlBrowser.h.

Referenced by WxHtmlWindow().


The documentation for this class was generated from the following file:

Generated on Wed Nov 12 11:38:57 2008 for BBTK by  doxygen 1.5.6