Home
last modified time | relevance | path

Searched refs:CssSection (Results 1 – 25 of 53) sorted by relevance

123

/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dcsssection.cc61 return Glib::RefPtr<Gtk::CssSection>(reinterpret_cast<Gtk::CssSection*>(object)); in wrap()
70 void CssSection::reference() const in reference()
76 void CssSection::unreference() const in unreference()
82 GtkCssSection* CssSection::gobj() in gobj()
88 const GtkCssSection* CssSection::gobj() const in gobj()
94 GtkCssSection* CssSection::gobj_copy() const in gobj_copy()
108 Glib::RefPtr<CssSection> CssSection::get_parent() in get_parent()
116 Glib::RefPtr<const CssSection> CssSection::get_parent() const in get_parent()
121 Glib::RefPtr<Gio::File> CssSection::get_file() in get_file()
134 unsigned int CssSection::get_start_line() const in get_start_line()
[all …]
H A Dcsssection.h127 class CssSection final
131 using CppObjectType = CssSection;
155 CssSection() = delete;
158 CssSection(const CssSection&) = delete;
159 CssSection& operator=(const CssSection&) = delete;
191 Glib::RefPtr<CssSection> get_parent();
205 Glib::RefPtr<const CssSection> get_parent() const;
296 Glib::RefPtr<Gtk::CssSection> wrap(GtkCssSection* object, bool take_copy = false);
H A Dcssprovider.cc34 typedef sigc::slot< void,const Glib::RefPtr<const CssSection>&,const Glib::Error& > SlotType; in CssProvider_signal_parsing_error_callback()
341 Glib::SignalProxy< void,const Glib::RefPtr<const CssSection>&,const Glib::Error& > CssProvider::sig… in signal_parsing_error()
343 …return Glib::SignalProxy< void,const Glib::RefPtr<const CssSection>&,const Glib::Error& >(this, &C… in signal_parsing_error()
H A Dcssprovider.h312 …Glib::SignalProxy< void,const Glib::RefPtr<const CssSection>&,const Glib::Error& > signal_parsing_…
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dcsssection.hg34 * There is no public method that creates a CssSection, but it is input data to
39 class CssSection final
41 …_CLASS_OPAQUE_REFCOUNTED(CssSection, GtkCssSection, NONE, gtk_css_section_ref, gtk_css_section_unr…
46 _WRAP_METHOD(Glib::RefPtr<CssSection> get_parent(), gtk_css_section_get_parent, refreturn)
47 …_WRAP_METHOD(Glib::RefPtr<const CssSection> get_parent() const, gtk_css_section_get_parent, refret…
H A Dcssprovider.hg85 #m4 _CONVERSION(`GtkCssSection*',`const Glib::RefPtr<const CssSection>&',`Glib::wrap($3, true)')
86 #m4 _CONVERSION(`const Glib::RefPtr<const CssSection>&',`GtkCssSection*',__CONVERT_CONST_REFPTR_TO_…
91 …_WRAP_SIGNAL(void parsing_error(const Glib::RefPtr<const CssSection>& section, const Glib::Error& …
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dcss_section.rs12 pub struct CssSection(Shared<gtk_sys::GtkCssSection>);
21 impl CssSection { implementation
34 pub fn get_parent(&self) -> Option<CssSection> { in get_parent() argument
H A Dcss_provider.rs19 use CssSection;
73 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
148 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
154 F: Fn(&P, &CssSection, &glib::Error) + 'static, in connect_parsing_error() argument
H A Dstyle_context.rs22 use CssSection;
173 fn get_section(&self, property: &str) -> Option<CssSection>; in get_section() argument
376 fn get_section(&self, property: &str) -> Option<CssSection> { in get_section() argument
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dcss_section.rs12 pub struct CssSection(Shared<gtk_sys::GtkCssSection>);
21 impl CssSection { implementation
34 pub fn get_parent(&self) -> Option<CssSection> { in get_parent() argument
H A Dcss_provider.rs18 use CssSection;
73 fn connect_parsing_error<F: Fn(&Self, &CssSection, &Error) + 'static>( in connect_parsing_error() argument
148 fn connect_parsing_error<F: Fn(&Self, &CssSection, &Error) + 'static>( in connect_parsing_error() argument
152 unsafe extern "C" fn parsing_error_trampoline<P, F: Fn(&P, &CssSection, &Error) + 'static>( in connect_parsing_error() argument
H A Dstyle_context.rs22 use CssSection;
177 fn get_section(&self, property: &str) -> Option<CssSection>; in get_section() argument
380 fn get_section(&self, property: &str) -> Option<CssSection> { in get_section() argument
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dcss_section.rs12 pub struct CssSection(Shared<gtk_sys::GtkCssSection>);
21 impl CssSection { impl
34 pub fn get_parent(&self) -> Option<CssSection> { in get_parent() argument
H A Dcss_provider.rs19 use CssSection;
73 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
148 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
154 F: Fn(&P, &CssSection, &glib::Error) + 'static, in connect_parsing_error() argument
H A Dstyle_context.rs22 use CssSection;
173 fn get_section(&self, property: &str) -> Option<CssSection>; in get_section() argument
376 fn get_section(&self, property: &str) -> Option<CssSection> { in get_section() argument
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gtk-0.14.1/src/auto/
H A Dcss_section.rs10 pub struct CssSection(Shared<ffi::GtkCssSection>);
19 impl CssSection { impl
40 pub fn parent(&self) -> Option<CssSection> { in parent() argument
H A Dcss_provider.rs5 use crate::CssSection;
87 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
161 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
167 F: Fn(&P, &CssSection, &glib::Error) + 'static, in connect_parsing_error() argument
H A Dstyle_context.rs6 use crate::CssSection;
210 fn section(&self, property: &str) -> Option<CssSection>; in section() argument
434 fn section(&self, property: &str) -> Option<CssSection> { in section() argument
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dcss_section.rs10 pub struct CssSection(Shared<ffi::GtkCssSection>);
19 impl CssSection { impl
40 pub fn parent(&self) -> Option<CssSection> { in parent() argument
H A Dcss_provider.rs5 use crate::CssSection;
87 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
161 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
167 F: Fn(&P, &CssSection, &glib::Error) + 'static, in connect_parsing_error() argument
/dports/x11/sirula/sirula-1.0.0/cargo-crates/gtk-0.14.3/src/auto/
H A Dcss_section.rs10 pub struct CssSection(Shared<ffi::GtkCssSection>);
19 impl CssSection { implementation
40 pub fn parent(&self) -> Option<CssSection> { in parent() argument
H A Dcss_provider.rs5 use crate::CssSection;
87 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
161 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
167 F: Fn(&P, &CssSection, &glib::Error) + 'static, in connect_parsing_error() argument
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/gtk-0.14.3/src/auto/
H A Dcss_section.rs10 pub struct CssSection(Shared<ffi::GtkCssSection>);
19 impl CssSection { impl
40 pub fn parent(&self) -> Option<CssSection> { in parent() argument
H A Dcss_provider.rs5 use crate::CssSection;
87 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
161 fn connect_parsing_error<F: Fn(&Self, &CssSection, &glib::Error) + 'static>( in connect_parsing_error() argument
167 F: Fn(&P, &CssSection, &glib::Error) + 'static, in connect_parsing_error() argument
H A Dstyle_context.rs6 use crate::CssSection;
210 fn section(&self, property: &str) -> Option<CssSection>; in section() argument
434 fn section(&self, property: &str) -> Option<CssSection> { in section() argument

123