Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(0) | Derive(0) | Import(2)
Object GdkPixbuf Properties from GdkPixbuf: colorspace -> GdkColorspace: Colorspace The colorspace in which the samples are interpreted n-channels -> gint: Number of Channels The number of samples per pixel has-alpha -> gboolean: Has Alpha Whether the pixbuf has an alpha channel bits-per-sample -> gint: Bits per Sample(more...)
src/t/r/tryton-3.2.0/tryton/common/date_widget.py tryton(Download)
from datetime_strftime import datetime_strftime from common import TRYTON_ICON _ = gettext.gettext
gtk.STOCK_OK, gtk.RESPONSE_OK)) dialog.set_has_separator(True) dialog.set_icon(TRYTON_ICON) dialog.set_default_response(gtk.RESPONSE_OK)
src/t/r/tryton-HEAD/tryton/common/date_widget.py tryton(Download)
from datetime_strftime import datetime_strftime from common import TRYTON_ICON _ = gettext.gettext
gtk.STOCK_OK, gtk.RESPONSE_OK)) dialog.set_has_separator(True) dialog.set_icon(TRYTON_ICON) dialog.set_default_response(gtk.RESPONSE_OK)