2410790dbf
svn path=/trunk/gtk-sharp/; revision=24064
9 lines
135 B
Text
9 lines
135 B
Text
//
|
|
// Pixmap extensions
|
|
//
|
|
|
|
public Pixmap (Gdk.Drawable drawable, int width, int height)
|
|
: this (drawable, width, height, -1)
|
|
{
|
|
}
|
|
|