Class k.u.p._PixbufConverter(
BaseConverter
):
Part of
kiwi.ui.proxywidget
Undocumented
Function
as_string
Convert the value to a string using the specificed format.
Function
from_string
Convert a value from a string.
def
as_string(self, value, format='png'):
Convert the value to a string using the specificed format.
param
value
param
format
returns
None
def
from_string(self, value, format='png'):
Convert a value from a string.
param
value
returns
None