bbtk::WxHtmlWindow Class Reference

#include <bbtkWxGUIHtmlBrowser.h>

Collaboration diagram for bbtk::WxHtmlWindow:

Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Attributes

WxGUIHtmlBrowsermBrowser


Detailed Description

Definition at line 62 of file bbtkWxGUIHtmlBrowser.h.


Constructor & Destructor Documentation

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

Definition at line 65 of file bbtkWxGUIHtmlBrowser.h.

00066       : wxHtmlWindow(parent, id, 
00067                      wxDefaultPosition, 
00068                      size,
00069                      wxHW_SCROLLBAR_AUTO, 
00070                   _T("bbtk::WxGUIHtmlBrowser")),
00071               mBrowser(browser)
00072     {
00073                 std::cout << "ctor"<<std::endl;
00074      SetBorders(30);
00075     };


Member Data Documentation

Definition at line 75 of file bbtkWxGUIHtmlBrowser.h.


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

Generated on Thu May 31 14:15:21 2012 for BBTK by  doxygen 1.5.7.1