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 |
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.
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. |
Reimplemented from Panel.
this | ( | Window | parent, | |
Point | pos = wxDefaultPosition , |
|||
Size | size = wxDefaultSize , |
|||
int | style = wxHW_SCROLLBAR_AUTO , |
|||
string | name = "htmlWindow" | |||
) |
Reimplemented from Panel.
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 | ( | C | ) | [static] |
Reimplemented from wxObject.
const int wxHW_SCROLLBAR_NEVER = 0x0002 |
const int wxHW_SCROLLBAR_AUTO = 0x0004 |
const int wxHW_NO_SELECTION = 0x0008 |