10 lines
135 B
Text
10 lines
135 B
Text
|
//
|
||
|
// Pixmap extensions
|
||
|
//
|
||
|
|
||
|
public Pixmap (Gdk.Drawable drawable, int width, int height)
|
||
|
: this (drawable, width, height, -1)
|
||
|
{
|
||
|
}
|
||
|
|