Lines Matching refs:HeaderBar

20 …pub struct HeaderBar(Object<ffi::HdyHeaderBar, ffi::HdyHeaderBarClass>) @extends gtk::Container, g…
27 impl HeaderBar { impl
29 pub fn new() -> HeaderBar { in new()
43 impl Default for HeaderBar { implementation
116 pub fn build(self) -> HeaderBar { in build() argument
265 glib::Object::new::<HeaderBar>(&properties) in build()
515 pub const NONE_HEADER_BAR: Option<&HeaderBar> = None;
639 impl<O: IsA<HeaderBar>> HeaderBarExt for O {
859 P: IsA<HeaderBar>, in connect_centering_policy_notify() argument
867 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_centering_policy_notify()
884 P: IsA<HeaderBar>, in connect_custom_title_notify() argument
892 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_custom_title_notify()
909 P: IsA<HeaderBar>, in connect_decoration_layout_notify() argument
917 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_decoration_layout_notify()
937 P: IsA<HeaderBar>, in connect_decoration_layout_set_notify() argument
945 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_decoration_layout_set_notify()
962 P: IsA<HeaderBar>, in connect_has_subtitle_notify() argument
970 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_has_subtitle_notify()
987 P: IsA<HeaderBar>, in connect_interpolate_size_notify() argument
995 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_interpolate_size_notify()
1012 P: IsA<HeaderBar>, in connect_show_close_button_notify() argument
1020 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_show_close_button_notify()
1036 unsafe extern "C" fn notify_spacing_trampoline<P: IsA<HeaderBar>, F: Fn(&P) + 'static>( in connect_spacing_notify() argument
1042 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_spacing_notify()
1058 unsafe extern "C" fn notify_subtitle_trampoline<P: IsA<HeaderBar>, F: Fn(&P) + 'static>( in connect_subtitle_notify() argument
1064 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_subtitle_notify()
1080 unsafe extern "C" fn notify_title_trampoline<P: IsA<HeaderBar>, F: Fn(&P) + 'static>( in connect_title_notify() argument
1086 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_title_notify()
1103 P: IsA<HeaderBar>, in connect_transition_duration_notify() argument
1111 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_transition_duration_notify()
1128 P: IsA<HeaderBar>, in connect_transition_running_notify() argument
1136 f(HeaderBar::from_glib_borrow(this).unsafe_cast_ref()) in connect_transition_running_notify()
1152 impl fmt::Display for HeaderBar { implementation