Home
last modified time | relevance | path

Searched refs:scroll_policy (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkviewport.c156 GtkScrollablePolicy scroll_policy; in viewport_set_adjustment_values() local
172 scroll_policy = viewport->hscroll_policy; in viewport_set_adjustment_values()
181 scroll_policy = viewport->vscroll_policy; in viewport_set_adjustment_values()
202 if (scroll_policy == GTK_SCROLL_MINIMUM) in viewport_set_adjustment_values()
H A Dgtkgridview.c622 GtkScrollablePolicy scroll_policy; in gtk_grid_view_measure_list() local
630scroll_policy = gtk_list_base_get_scroll_policy (GTK_LIST_BASE (self), gtk_list_base_get_orientati… in gtk_grid_view_measure_list()
653 if (scroll_policy == GTK_SCROLL_MINIMUM) in gtk_grid_view_measure_list()
749 GtkScrollablePolicy scroll_policy; in gtk_grid_view_size_allocate() local
755 scroll_policy = gtk_list_base_get_scroll_policy (GTK_LIST_BASE (self), orientation); in gtk_grid_view_size_allocate()
791 if (scroll_policy == GTK_SCROLL_MINIMUM) in gtk_grid_view_size_allocate()
H A Dgtklistbase.c61 GtkScrollablePolicy scroll_policy[2]; member
613 g_value_set_enum (value, priv->scroll_policy[GTK_ORIENTATION_HORIZONTAL]); in gtk_list_base_get_property()
625 g_value_set_enum (value, priv->scroll_policy[GTK_ORIENTATION_VERTICAL]); in gtk_list_base_get_property()
662 GtkScrollablePolicy scroll_policy) in gtk_list_base_set_scroll_policy() argument
666 if (priv->scroll_policy[orientation] == scroll_policy) in gtk_list_base_set_scroll_policy()
669 priv->scroll_policy[orientation] = scroll_policy; in gtk_list_base_set_scroll_policy()
1912 return priv->scroll_policy[orientation]; in gtk_list_base_get_scroll_policy()
H A Dgtklistview.c590 GtkScrollablePolicy scroll_policy, opposite_scroll_policy; in gtk_list_view_size_allocate() local
594 scroll_policy = gtk_list_base_get_scroll_policy (GTK_LIST_BASE (self), orientation); in gtk_list_view_size_allocate()
624 if (scroll_policy == GTK_SCROLL_MINIMUM) in gtk_list_view_size_allocate()
H A Dgtkcolumnview.c310 GtkScrollablePolicy scroll_policy; in gtk_column_view_distribute_width() local
336 scroll_policy = gtk_scrollable_get_hscroll_policy (GTK_SCROLLABLE (self->listview)); in gtk_column_view_distribute_width()
337 if (scroll_policy == GTK_SCROLL_MINIMUM) in gtk_column_view_distribute_width()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/display_list/
H A Dmod.rs197 pub scroll_policy: ScrollPolicy, field
216 scroll_policy: ScrollPolicy, in new()
230 scroll_policy, in new()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/display_list/
H A Dwebrender_helpers.rs228 stacking_context.scroll_policy, in convert_to_webrender()
H A Dbuilder.rs741 scroll_policy: ScrollPolicy, in create_stacking_context()
1839 scroll_policy: ScrollPolicy, in create_stacking_context()
1882 scroll_policy, in create_stacking_context()
2653 let scroll_policy = if self.is_fixed() { in create_real_stacking_context_for_block() localVariable
2662 scroll_policy, in create_real_stacking_context_for_block()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_api/src/
H A Ddisplay_list.rs1326 scroll_policy: ScrollPolicy, in push_stacking_context()
1341 scroll_policy, in push_stacking_context()
H A Ddisplay_item.rs453 pub scroll_policy: ScrollPolicy, field
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/wrench/src/
H A Dyaml_frame_reader.rs1545 let scroll_policy = yaml["scroll-policy"] in add_stacking_context_from_yaml() localVariable
1562 scroll_policy, in add_stacking_context_from_yaml()
H A Dyaml_frame_writer.rs182 enum_node(parent, "scroll-policy", sc.scroll_policy);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Ddisplay_list_flattener.rs505 if stacking_context.scroll_policy == ScrollPolicy::Fixed { in flatten_stacking_context()
555 if stacking_context.scroll_policy == ScrollPolicy::Fixed { in flatten_stacking_context()