C# Class GtkVisualizers.PixbufWindow

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

Public Methods

Method Description
PixbufWindow ( string title, Gdk.Pixbuf pixbuf ) : System
Show ( ) : void

Method Details

PixbufWindow() public method

public PixbufWindow ( string title, Gdk.Pixbuf pixbuf ) : System
title string
pixbuf Gdk.Pixbuf
return System

Show() public method

public Show ( ) : void
return void