Home
last modified time | relevance | path

Searched refs:get_current_uri (Results 1 – 25 of 114) sorted by relevance

12345

/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DRecentChooser.py14 uri = self.get_current_uri()
18 perspective.open_chessfile(self.get_current_uri())
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Drecentchooser.cc179 klass->get_current_uri = &get_current_uri_vfunc_callback; in iface_init_function()
222 if(base && base->get_current_uri) in get_current_uri_vfunc_callback()
224 gchar* retval = (*base->get_current_uri)(self); in get_current_uri_vfunc_callback()
613 Glib::ustring RecentChooser::get_current_uri() const in get_current_uri() function in Gtk::RecentChooser
809 if(base && base->get_current_uri) in get_current_uri_vfunc()
811 …Glib::ustring retval(Glib::convert_const_gchar_ptr_to_ustring((*base->get_current_uri)(const_cast<… in get_current_uri_vfunc()
H A Dlabel.h549 Glib::ustring get_current_uri() const;
H A Drecentchooser.h397 Glib::ustring get_current_uri() const;
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Drecentchooser.cc178 klass->get_current_uri = &get_current_uri_vfunc_callback; in iface_init_function()
223 if(base && base->get_current_uri) in get_current_uri_vfunc_callback()
224 return (*base->get_current_uri)(self); in get_current_uri_vfunc_callback()
678 Glib::ustring RecentChooser::get_current_uri() const in get_current_uri() function in Gtk::RecentChooser
898 if(base && base->get_current_uri) in get_current_uri_vfunc()
900 …Glib::ustring retval(Glib::convert_return_gchar_ptr_to_ustring((*base->get_current_uri)(const_cast… in get_current_uri_vfunc()
H A Dlabel.h606 Glib::ustring get_current_uri() const;
H A Drecentchooser.h431 Glib::ustring get_current_uri() const;
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkLabel.t112 is ($label->get_current_uri,"http://example.com/uri",'get_current_uri');
H A DGtkRecentChooser.t77 is($chooser -> get_current_uri(), $uri_one);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Drecentchooser.hg93 _WRAP_METHOD(Glib::ustring get_current_uri() const, gtk_recent_chooser_get_current_uri)
151 _WRAP_VFUNC(Glib::ustring get_current_uri() const, "get_current_uri")
H A Dlabel.hg146 _WRAP_METHOD(Glib::ustring get_current_uri() const, gtk_label_get_current_uri)
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Drecentchooser.hg95 _WRAP_METHOD(Glib::ustring get_current_uri() const, gtk_recent_chooser_get_current_uri)
159 _WRAP_VFUNC(Glib::ustring get_current_uri() const, "get_current_uri")
H A Dlabel.hg141 _WRAP_METHOD(Glib::ustring get_current_uri() const, gtk_label_get_current_uri)
/dports/graphics/py-mcomix/mcomix3-9eb4fc7/mcomix/mcomix/
H A Drecent.py48 uri = self.get_current_uri()
/dports/multimedia/pitivi/pitivi-0.999/pitivi/dialogs/
H A Dstartupwizard.py104 uri = self.recent_chooser.get_current_uri()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkrecentchooser.h91 gchar * (* get_current_uri) (GtkRecentChooser *chooser); member
H A Dgtkrecentchooserutils.c126 iface->get_current_uri = delegate_get_current_uri; in _gtk_recent_chooser_delegate_iface_init()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrecentchooser.h136 gchar * (* get_current_uri) (GtkRecentChooser *chooser); member
H A Dgtkrecentchooserutils.c123 iface->get_current_uri = delegate_get_current_uri; in _gtk_recent_chooser_delegate_iface_init()
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Drecent_chooser.rs38 fn get_current_uri(&self) -> Option<GString>; in get_current_uri() method
144 fn get_current_uri(&self) -> Option<GString> { in get_current_uri() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Drecent_chooser.rs38 fn get_current_uri(&self) -> Option<GString>; in get_current_uri() method
144 fn get_current_uri(&self) -> Option<GString> { in get_current_uri() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Drecent_chooser.rs38 fn get_current_uri(&self) -> Option<GString>; in get_current_uri() method
144 fn get_current_uri(&self) -> Option<GString> { in get_current_uri() method
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dmain_window_file.vala111 string uri = chooser.get_current_uri ();
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/python/
H A Ddatamodel.py448 def get_current_uri(self): member in Subject
453 current_uri = property(get_current_uri, set_current_uri,
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/gaupol/agents/
H A Dmenu.py89 uri = chooser.get_current_uri()

12345