Home
last modified time | relevance | path

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

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-attachment-paned.c93 GtkAllocation toplevel_allocation; in attachment_paned_notify_cb() local
128 gtk_widget_get_allocation (toplevel, &toplevel_allocation); in attachment_paned_notify_cb()
136 toplevel_allocation.height += child_requisition.height; in attachment_paned_notify_cb()
142 toplevel_allocation.height -= child_allocation.height; in attachment_paned_notify_cb()
147 toplevel_allocation.width, in attachment_paned_notify_cb()
148 toplevel_allocation.height); in attachment_paned_notify_cb()
/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
3074 gtk_widget_get_allocation (GTK_WIDGET (window), &toplevel_allocation); in terminal_window_update_geometry()
3076 toplevel_allocation.width, toplevel_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
2138 gtk_widget_get_allocation (GTK_WIDGET (window), &toplevel_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()