add GetPixbuf
This commit is contained in:
@@ -8,5 +8,7 @@ public interface IGtkSymbolFactory<TSymbols> : IBaseSymbolFactory<TSymbols>
|
||||
{
|
||||
Image? GetImage(TSymbols svgImage, Size size);
|
||||
Image? GetImage(TSymbols svgImage, SymbolSize size);
|
||||
Gdk.Pixbuf? GetPixbuf(TSymbols svgImage, Size size);
|
||||
Gdk.Pixbuf? GetPixbuf(TSymbols svgImage, SymbolSize size);
|
||||
Image GetImageFromPixbuf(Gdk.Pixbuf pixbuf);
|
||||
}
|
||||
Reference in New Issue
Block a user