Home
last modified time | relevance | path

Searched refs:set_child_property (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/bindings/python/gi/overrides/
H A DGES.py55 def set_child_property(self, prop_name, prop_value): member in TrackElement
56 return TimelineElement.set_child_property(self, prop_name, prop_value)
72 def set_child_property(self, prop_name, prop_value): member in TimelineElement
/dports/multimedia/pitivi/pitivi-0.999/pitivi/
H A Dtitleeditor.py123 assert self.source.set_child_property(name, value)
232 assert source.set_child_property("text", "")
233 assert source.set_child_property("foreground-color", BACKGROUND_DEFAULT_COLOR)
234 assert source.set_child_property("color", FOREGROUND_DEFAULT_COLOR)
235 assert source.set_child_property("font-desc", DEFAULT_FONT_DESCRIPTION)
236 assert source.set_child_property("valignment", DEFAULT_VALIGNMENT)
237 assert source.set_child_property("halignment", DEFAULT_HALIGNMENT)
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dchild_proxy.rs18 fn set_child_property( in set_child_property() method
48 fn set_child_property( in set_child_property() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-0.17.3/src/
H A Dchild_proxy.rs11 fn set_child_property( in set_child_property() method
41 fn set_child_property( in set_child_property() method
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dchild_proxy.rs18 fn set_child_property( in set_child_property() method
48 fn set_child_property( in set_child_property() method
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-0.17.4/src/
H A Dchild_proxy.rs11 fn set_child_property( in set_child_property() method
41 fn set_child_property( in set_child_property() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dchild_proxy.rs18 fn set_child_property( in set_child_property() method
48 fn set_child_property( in set_child_property() method
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/gstreamer-0.17.1/src/
H A Dchild_proxy.rs11 fn set_child_property( in set_child_property() method
41 fn set_child_property( in set_child_property() method
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/cdg/tests/
H A Dcdgdec.rs45 .set_child_property("real-filesrc::num-buffers", &1) in test_cdgdec()
49 .set_child_property("real-filesrc::blocksize", &blocksize) in test_cdgdec()
/dports/multimedia/pitivi/pitivi-0.999/pitivi/viewer/
H A Dtitle_overlay.py69 self._source.set_child_property("x-absolute", float(position[0]))
70 self._source.set_child_property("y-absolute", float(position[1]))
H A Dmove_scale_overlay.py346 self._source.set_child_property("posx", int(position[0]))
347 self._source.set_child_property("posy", int(position[1]))
350 self._source.set_child_property("width", int(size[0]))
351 self._source.set_child_property("height", int(size[1]))
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dcontainer.cc382 klass->set_child_property = &set_child_property_vfunc_callback; in class_init_function()
546 if(base && base->set_child_property) in set_child_property_vfunc_callback()
548 (*base->set_child_property)(self, child, property_id, value, pspec); in set_child_property_vfunc_callback()
989 if(base && base->set_child_property) in set_child_property_vfunc()
991 (*base->set_child_property)(gobj(),child,property_id,value,pspec); in set_child_property_vfunc()
/dports/graphics/goocanvasmm2/goocanvasmm-1.90.9/
H A DNEWS122 * Item: get/set_child_property() is now a templated method.
165 - Added get/set_child_property().
169 - Added get/set_child_property().
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dcontainer.cc420 klass->set_child_property = &set_child_property_vfunc_callback; in class_init_function()
574 if(base && base->set_child_property) in set_child_property_vfunc_callback()
575 (*base->set_child_property)(self, child, property_id, value, pspec); in set_child_property_vfunc_callback()
1078 if(base && base->set_child_property) in set_child_property_vfunc()
1080 (*base->set_child_property)(gobj(),child,property_id,value,pspec); in set_child_property_vfunc()
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dlayout-manager.h109 …void set_child_property(const Glib::RefPtr<Container>& container, const Glib::RefPtr<Actor>& child…
370 void LayoutManager::set_child_property(const Glib::RefPtr<Container>& container, const Glib::RefPtr… in set_child_property() function
H A Dcontainer.h273 …void set_child_property(const Glib::RefPtr<Actor>& child, const Glib::ustring& property_name, cons…
431 void Container::set_child_property(const Glib::RefPtr<Actor>& child, const Glib::ustring& property_… in set_child_property() function
/dports/graphics/clutter-gtk3/clutter-gtk-1.8.4/clutter-gtk/
H A Dgtk-clutter-window.c202 GTK_CONTAINER_GET_CLASS (bin)->set_child_property (GTK_CONTAINER (bin), in gtk_clutter_window_set_child_property()
248 container_class->set_child_property = gtk_clutter_window_set_child_property; in gtk_clutter_window_class_init()
/dports/graphics/goocanvasmm2/goocanvasmm-1.90.9/goocanvas/src/
H A Ditemmodel.hg54 …_WRAP_METHOD(void set_child_property(const Glib::RefPtr<ItemModel>& child, const Glib::ustring& pr…
135 …oid set_child_property(const Glib::RefPtr<ItemModel>& child, guint property_id, const Glib::ValueB…
H A Dlibgoocanvas_vfuncs.defs89 (define-vfunc set_child_property
369 (define-vfunc set_child_property
H A Ditem.hg77 …void set_child_property(const Glib::RefPtr<Item>& child, const Glib::ustring& the_property_name, c…
200 …C(void set_child_property(const Glib::RefPtr<Item>& child, guint property_id, const Glib::ValueBas…
273 void Item::set_child_property(const Glib::RefPtr<Item>& child, const Glib::ustring& the_property_na…
/dports/multimedia/gstreamer1-editing-services/gstreamer-editing-services-1.16.2/ges/
H A Dges-effect.c135 (ges_effect_parent_class)->set_child_property (self, child, pspec, value); in _set_child_property()
201 element_class->set_child_property = _set_child_property; in ges_effect_class_init()
H A Dges-timeline-element.c448 klass->set_child_property = _set_child_property; in ges_timeline_element_class_init()
1434 g_assert (klass->set_child_property); in ges_timeline_element_set_child_property_by_pspec()
1435 klass->set_child_property (self, handler->child, pspec, (GValue *) value); in ges_timeline_element_set_child_property_by_pspec()
1474 g_assert (klass->set_child_property); in ges_timeline_element_set_child_property()
1475 klass->set_child_property (self, child, pspec, (GValue *) value); in ges_timeline_element_set_child_property()
/dports/graphics/goocanvasmm2/goocanvasmm-1.90.9/goocanvas/goocanvasmm/
H A Ditemmodel.cc309 klass->set_child_property = &set_child_property_vfunc_callback; in iface_init_function()
645 if(base && base->set_child_property) in set_child_property_vfunc_callback()
647 (*base->set_child_property)(self, child, property_id, value, pspec); in set_child_property_vfunc_callback()
1300 void ItemModel::set_child_property(const Glib::RefPtr<ItemModel>& child, const Glib::ustring& prope… in set_child_property() function in Goocanvas::ItemModel
1790 if(base && base->set_child_property) in set_child_property_vfunc()
1792 (*base->set_child_property)(gobj(),Glib::unwrap(child),property_id,(value).gobj(),pspec); in set_child_property_vfunc()
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/src/
H A Dlayout-manager.hg54 …void set_child_property(const Glib::RefPtr<Container>& container, const Glib::RefPtr<Actor>& child…
112 void LayoutManager::set_child_property(const Glib::RefPtr<Container>& container, const Glib::RefPtr…
/dports/multimedia/pitivi/pitivi-0.999/tests/
H A Dtest_timeline_elements.py234 video_source.set_child_property("posx", 50)
271 videoflip.set_child_property("method", 1) # clockwise

12345678