Home
last modified time | relevance | path

Searched refs:set_from_pixbuf (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/x11-toolkits/p5-Gtk2-Ex-FormFactory/Gtk2-Ex-FormFactory-0.67/lib/Gtk2/Ex/FormFactory/
H A DImage.pm78 $gtk_image->set_from_pixbuf ( $gtk_pixbuf );
91 $gtk_image->set_from_pixbuf ( $scaled_pixbuf );
108 $gtk_image->set_from_pixbuf ( $scaled_pixbuf );
136 $gtk_image->set_from_pixbuf ( $scaled_pixbuf );
139 $gtk_image->set_from_pixbuf ( $gtk_pixbuf );
148 $self->get_gtk_widget->set_from_pixbuf(undef);
/dports/games/gnome-nibbles/gnome-nibbles-3.38.2/src/
H A Dnibbles-view.vala268 tmp.set_from_pixbuf (wall_pixmaps[0]);
272 tmp.set_from_pixbuf (wall_pixmaps[1]);
276 tmp.set_from_pixbuf (wall_pixmaps[2]);
280 tmp.set_from_pixbuf (wall_pixmaps[3]);
284 tmp.set_from_pixbuf (wall_pixmaps[4]);
288 tmp.set_from_pixbuf (wall_pixmaps[5]);
292 tmp.set_from_pixbuf (wall_pixmaps[6]);
296 tmp.set_from_pixbuf (wall_pixmaps[7]);
300 tmp.set_from_pixbuf (wall_pixmaps[8]);
634 texture.set_from_pixbuf (worm_pixmaps[color]);
[all …]
H A Dcontrols.vala138 arrow_up.set_from_pixbuf (arrow.rotate_simple (Gdk.PixbufRotation.NONE));
139 arrow_down.set_from_pixbuf (arrow.rotate_simple (Gdk.PixbufRotation.UPSIDEDOWN));
140 arrow_left.set_from_pixbuf (arrow.rotate_simple (Gdk.PixbufRotation.COUNTERCLOCKWISE));
141 arrow_right.set_from_pixbuf (arrow.rotate_simple (Gdk.PixbufRotation.CLOCKWISE));
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/examples/simple/
H A Ddnd.py36 w.set_from_pixbuf(trashcan_closed)
42 w.set_from_pixbuf(trashcan_open)
56 w.set_from_pixbuf(trashcan_closed)
167 image.set_from_pixbuf(trashcan_closed)
/dports/audio/exaile/exaile-4.1.1/plugins/desktopcover/
H A D__init__.py175 self.image.set_from_pixbuf(pixbuf)
183 self.image.set_from_pixbuf(next_pixbuf)
238 self.image.set_from_pixbuf(None)
263 self.image.set_from_pixbuf(None)
/dports/science/gramps/gramps-5.1.4/gramps/gui/widgets/
H A Dphoto.py71 self.photo.set_from_pixbuf(pixbuf)
108 self.photo.set_from_pixbuf(pixbuf)
/dports/x11-toolkits/p5-Gtk3/Gtk3-0.034/t/
H A Dzz-GtkImage.t72 $img->set_from_pixbuf (undef);
73 $img->set_from_pixbuf ($pixbuf);
/dports/audio/exaile/exaile-4.1.1/xlgui/widgets/
H A Drating.py126 self._image.set_from_pixbuf(icons.MANAGER.pixbuf_from_rating(value).pixbuf)
166 self._image.set_from_pixbuf(icons.MANAGER.pixbuf_from_rating(rating).pixbuf)
175 self._image.set_from_pixbuf(
227 self._image.set_from_pixbuf(
/dports/x11-toolkits/pyl-gtk2/pygtk-2.24.0/examples/pylgtk-demo/demos/
H A Dimages.py32 image.set_from_pixbuf(pixbuf)
82 image.set_from_pixbuf(pixbuf)
144 image.set_from_pixbuf(None)
H A Dstock_browser.py258 display.icon_image.set_from_pixbuf(None)
265 display.icon_image.set_from_pixbuf(None)
/dports/multimedia/gpodder/gpodder-3.10.17/share/gpodder/extensions/
H A Dgtk_statusicon.py68 self.status_icon.set_from_pixbuf(icon_pixbuf)
123 self.status_icon.set_from_pixbuf(icon)
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkImage.t128 $img->set_from_pixbuf (undef);
129 $img->set_from_pixbuf ($pixbuf);
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/pysolgtk/
H A Dprogressbar.py64 im.set_from_pixbuf(images[0].pixbuf)
85 im.set_from_pixbuf(images[1].pixbuf)
/dports/x11/ulauncher/ulauncher/ulauncher/ui/
H A DResultItemWidget.py71 iconWgt.set_from_pixbuf(icon)
78 iconWgt.set_from_pixbuf(icon)
/dports/deskutils/griffith/griffith-a593201179695efe93829d9c9a70962ef29dd109/lib/
H A Dedit.py74 self.widgets['movie']['picture'].set_from_pixbuf(\
141 …handler = self.widgets['movie']['picture'].set_from_pixbuf(GdkPixbuf.Pixbuf.new_from_file_at_size(…
H A Dadd.py147 …handler = self.widgets['add']['image_rating'].set_from_pixbuf(GdkPixbuf.Pixbuf.new_from_file(ratin…
222 w['picture'].set_from_pixbuf(pixbuf.scale_simple(100, 140, 3))
228 w['picture'].set_from_pixbuf(self.Image.get_pixbuf())
234 w['picture'].set_from_pixbuf(Pixbuf)
337 …handler = self.widgets['add']['plugin_image'].set_from_pixbuf(GdkPixbuf.Pixbuf.new_from_file(image…
937 handler = self.widgets['add']['picture'].set_from_pixbuf(pixbuf.scale_simple(100, 140, 3))
944 handler = self.widgets['add']['picture'].set_from_pixbuf(self.Image.get_pixbuf())
/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/
H A DScanNmapOutputPage.py107 self.set_from_pixbuf(self.still)
118 self.set_from_pixbuf(self.still)
/dports/x11/swaync/SwayNotificationCenter-0.4/src/
H A Dfunctions.vala15 img.set_from_pixbuf (pixbuf);
41 img.set_from_pixbuf (scaled_pixbuf);
/dports/textproc/ibus/ibus-1.5.24/ui/gtk2/
H A Dicon.py47 self.set_from_pixbuf(pixbuf)
/dports/graphics/py-scikit-image/scikit-image-0.19.0/skimage/io/_plugins/
H A Dgtk_plugin.py35 self.img.set_from_pixbuf(pb)
/dports/devel/pygobject3-common/pygobject-3.38.0/examples/demo/demos/
H A Dclipboard.py184 data.set_from_pixbuf(pixbuf)
201 data.set_from_pixbuf(pixbuf)
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/gtk-demo/
H A Dstock_browser.pl155 $display->{icon_image}->set_from_pixbuf (undef);
163 $display->{icon_image}->set_from_pixbuf (undef);
/dports/devel/py-gobject3/pygobject-3.38.0/examples/demo/demos/
H A Dclipboard.py184 data.set_from_pixbuf(pixbuf)
201 data.set_from_pixbuf(pixbuf)
/dports/science/gramps/gramps-5.1.4/gramps/gui/selectors/
H A Dselectobject.py104 self.preview.set_from_pixbuf(pix)
/dports/audio/gmpc/gmpc-11.8.16/src/Widgets/
H A Dgmpc-image-async.vala272 this.set_from_pixbuf(pixbuf);
283 this.set_from_pixbuf(pixbuf);
300 this.set_from_pixbuf(pb);

12345678