Home
last modified time | relevance | path

Searched refs:focus_line_width (Results 26 – 35 of 35) sorted by relevance

12

/dports/x11/libfm-extra/libfm-1.3.2/src/gtk/exo/
H A Dexo-icon-view.c1738 gint focus_line_width; in exo_icon_view_allocate_children() local
1752 …gtk_widget_style_get (GTK_WIDGET (icon_view), "focus-line-width", &focus_line_width, "focus-paddin… in exo_icon_view_allocate_children()
1753 allocation.x = MAX (0, allocation.x - (focus_line_width + focus_padding)); in exo_icon_view_allocate_children()
1754 allocation.y = MAX (0, allocation.y - (focus_line_width + focus_padding)); in exo_icon_view_allocate_children()
1755 …allocation.width = MIN (priv->width - allocation.x, allocation.width + 2 * (focus_line_width + foc… in exo_icon_view_allocate_children()
1756 …height = MIN (priv->height - allocation.y, allocation.height + 2 * (focus_line_width + focus_paddi… in exo_icon_view_allocate_children()
/dports/x11/libfm/libfm-1.3.2/src/gtk/exo/
H A Dexo-icon-view.c1738 gint focus_line_width; in exo_icon_view_allocate_children() local
1752 …gtk_widget_style_get (GTK_WIDGET (icon_view), "focus-line-width", &focus_line_width, "focus-paddin… in exo_icon_view_allocate_children()
1753 allocation.x = MAX (0, allocation.x - (focus_line_width + focus_padding)); in exo_icon_view_allocate_children()
1754 allocation.y = MAX (0, allocation.y - (focus_line_width + focus_padding)); in exo_icon_view_allocate_children()
1755 …allocation.width = MIN (priv->width - allocation.x, allocation.width + 2 * (focus_line_width + foc… in exo_icon_view_allocate_children()
1756 …height = MIN (priv->height - allocation.y, allocation.height + 2 * (focus_line_width + focus_paddi… in exo_icon_view_allocate_children()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtktreeview.c4349 gint focus_line_width; in gtk_tree_view_bin_expose() local
4366 "focus-line-width", &focus_line_width, in gtk_tree_view_bin_expose()
4904 - focus_line_width / 2, in gtk_tree_view_bin_expose()
4906 - focus_line_width + 1); in gtk_tree_view_bin_expose()
4915 - focus_line_width / 2, in gtk_tree_view_bin_expose()
4917 - focus_line_width + 1); in gtk_tree_view_bin_expose()
5724 gint focus_line_width; in validate_row() local
5743 "focus-line-width", &focus_line_width, in validate_row()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DText.java669 GTK.gtk_widget_style_get (handle, OS.focus_line_width, property, 0); in computeTrimInPixels()
H A DTree.java466 GTK.gtk_widget_style_get(handle, OS.focus_line_width, w, 0); in calculateWidth()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DText.java709 GTK3.gtk_widget_style_get (handle, OS.focus_line_width, property, 0); in computeTrimInPixels()
H A DTree.java472 GTK3.gtk_widget_style_get(handle, OS.focus_line_width, w, 0); in calculateWidth()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DChangeLog.pre-2-8794 the focus_line_width to width/height (happens in
1640 (validate_row): take focus_line_width into account.
1643 also take focus_line_width into account when calculating the cell_area
H A DChangeLog.pre-2-102416 add 2 * focus_line_width to real_cell_area.x and not
H A DChangeLog.pre-2-0841 reserve focus_line_width + focus_line_pad extra
3190 Render left-aligned content at x+focus_line_width.

12