Home
last modified time | relevance | path

Searched refs:vbox_allocation (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/common/
H A Dtheme-thumbnail.c181 GtkAllocation vbox_allocation; in create_meta_theme_pixbuf() local
261 gtk_widget_get_allocation (vbox, &vbox_allocation); in create_meta_theme_pixbuf()
265 vbox_allocation.x + vbox_allocation.width - icon_width - 5, in create_meta_theme_pixbuf()
266 vbox_allocation.y + vbox_allocation.height - icon_height - 5, in create_meta_theme_pixbuf()
268 vbox_allocation.x + vbox_allocation.width - icon_width - 5, in create_meta_theme_pixbuf()
269 vbox_allocation.y + vbox_allocation.height - icon_height - 5, in create_meta_theme_pixbuf()
/dports/x11/gnome-terminal/gnome-terminal-3.42.2/src/
H A Dterminal-window.cc3067 GtkAllocation toplevel_allocation, vbox_allocation; in terminal_window_update_geometry() local
3069 gtk_widget_get_allocation (GTK_WIDGET (priv->main_vbox), &vbox_allocation); in terminal_window_update_geometry()
3072 vbox_allocation.width, vbox_allocation.height); in terminal_window_update_geometry()
3078 csd_width = toplevel_allocation.width - vbox_allocation.width; in terminal_window_update_geometry()
3079 csd_height = toplevel_allocation.height - vbox_allocation.height; in terminal_window_update_geometry()
/dports/x11/xfce4-terminal/xfce4-terminal-0.8.10/terminal/
H A Dterminal-screen.c2120 GtkAllocation toplevel_allocation, vbox_allocation; in terminal_screen_set_window_geometry_hints() local
2137 gtk_widget_get_allocation (terminal_window_get_vbox (TERMINAL_WINDOW (window)), &vbox_allocation); in terminal_screen_set_window_geometry_hints()
2139 csd_width = toplevel_allocation.width - vbox_allocation.width; in terminal_screen_set_window_geometry_hints()
2140 csd_height = toplevel_allocation.height - vbox_allocation.height; in terminal_screen_set_window_geometry_hints()