HtmlWindow Class Reference

Inheritance diagram for HtmlWindow:

ScrolledWindow Panel Window EvtHandler wxObject IDisposable

List of all members.

Public Member Functions

 this (IntPtr wxobj)
 this ()
 this (Window parent, int id, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxHW_SCROLLBAR_AUTO, string name="htmlWindow")
 this (Window parent, Point pos=wxDefaultPosition, Size size=wxDefaultSize, int style=wxHW_SCROLLBAR_AUTO, string name="htmlWindow")
override bool Create (Window parent, int id, inout Point pos, inout Size size, int style, string name)
bool SetPage (string source)
bool AppendToPage (string source)
virtual bool LoadPage (string location)
bool LoadFile (string filename)
string OpenedPage ()
string OpenedAnchor ()
string OpenedPageTitle ()
void SetRelatedFrame (Frame frame, string format)
Frame RelatedFrame ()
void RelatedStatusBar (int value)
void SetFonts (string normal_face, string fixed_face, int[] sizes)
void Borders (int value)
virtual void ReadCustomization (Config cfg, string path)
virtual void WriteCustomization (Config cfg, string path)
bool HistoryBack ()
bool HistoryForward ()
bool HistoryCanBack ()
bool HistoryCanForward ()
void HistoryClear ()
HtmlContainerCell InternalRepresentation ()
HtmlWinParser Parser ()
void AddProcessor (HtmlProcessor processor)
override bool AcceptsFocusFromKeyboard ()

Static Public Member Functions

static void AddFilter (HtmlFilter filter)
static void AddGlobalProcessor (HtmlProcessor processor)
static extern (C) private void staticDoOnSetTitle(HtmlWindow obj

Public Attributes

const int wxHW_SCROLLBAR_NEVER = 0x0002
const int wxHW_SCROLLBAR_AUTO = 0x0004
const int wxHW_NO_SELECTION = 0x0008


Constructor & Destructor Documentation

this ( IntPtr  wxobj  ) 

Reimplemented from ScrolledWindow.

this (  ) 

Reimplemented from Panel.

this ( Window  parent,
int  id,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxHW_SCROLLBAR_AUTO,
string  name = "htmlWindow" 
)

Constructor.

Parameters:
parent The parent window.
id An identifier for the panel. A value of -1 is taken to mean a default.
pos The panel position. A value of (-1, -1) indicates a default position, chosen by either the windowing system or wxWidgets, depending on platform.
size The panel size. A value of (-1, -1) indicates a default size, chosen by either the windowing system or wxWidgets, depending on platform.
style The window style. See wxPanel.
name Used to associate a name with the window, allowing the application user to set Motif resource values for individual dialog boxes.
See also:
Create

Reimplemented from Panel.

this ( Window  parent,
Point  pos = wxDefaultPosition,
Size  size = wxDefaultSize,
int  style = wxHW_SCROLLBAR_AUTO,
string  name = "htmlWindow" 
)

Reimplemented from Panel.


Member Function Documentation

override bool Create ( Window  parent,
int  id,
inout Point  pos,
inout Size  size,
int  style,
string  name 
)

Reimplemented from Panel.

bool SetPage ( string  source  ) 

bool AppendToPage ( string  source  ) 

virtual bool LoadPage ( string  location  ) 

bool LoadFile ( string  filename  ) 

string OpenedPage (  ) 

string OpenedAnchor (  ) 

string OpenedPageTitle (  ) 

void SetRelatedFrame ( Frame  frame,
string  format 
)

Frame RelatedFrame (  ) 

void RelatedStatusBar ( int  value  ) 

void SetFonts ( string  normal_face,
string  fixed_face,
int[]  sizes 
)

void Borders ( int  value  ) 

virtual void ReadCustomization ( Config  cfg,
string  path 
)

virtual void WriteCustomization ( Config  cfg,
string  path 
)

bool HistoryBack (  ) 

bool HistoryForward (  ) 

bool HistoryCanBack (  ) 

bool HistoryCanForward (  ) 

void HistoryClear (  ) 

HtmlContainerCell InternalRepresentation (  ) 

static void AddFilter ( HtmlFilter  filter  )  [static]

HtmlWinParser Parser (  ) 

void AddProcessor ( HtmlProcessor  processor  ) 

static void AddGlobalProcessor ( HtmlProcessor  processor  )  [static]

override bool AcceptsFocusFromKeyboard (  ) 

Reimplemented from Window.

static extern (  )  [static]

Reimplemented from wxObject.


Member Data Documentation

const int wxHW_SCROLLBAR_NEVER = 0x0002

const int wxHW_SCROLLBAR_AUTO = 0x0004

const int wxHW_NO_SELECTION = 0x0008


The documentation for this class was generated from the following file:
Generated on Sun Feb 1 21:30:25 2009 for wxD by  doxygen 1.5.4