C# Class GeckoVisualizers.GeckoWindow

Show file Open project: mono/monodevelop-visualizers Class Usage Examples

Public Methods

Method Description
CustomWidgetHandler ( XML xml, string func_name, string name, string string1, string string2, int int1, int int2 ) : Gtk.Widget
GeckoWindow ( string title, string data, string mime_type ) : System
Show ( ) : void

Method Details

CustomWidgetHandler() public method

public CustomWidgetHandler ( XML xml, string func_name, string name, string string1, string string2, int int1, int int2 ) : Gtk.Widget
xml XML
func_name string
name string
string1 string
string2 string
int1 int
int2 int
return Gtk.Widget

GeckoWindow() public method

public GeckoWindow ( string title, string data, string mime_type ) : System
title string
data string
mime_type string
return System

Show() public method

public Show ( ) : void
return void