:right-sidebar: True ContentFit =================================================================== .. currentmodule:: gi.repository.Gtk .. versionadded:: 4.8 .. class:: ContentFit :no-contents-entry: Controls how a content should be made to fit inside an allocation. Fields ------ .. rst-class:: interim-class .. class:: ContentFit :no-index: .. attribute:: CONTAIN Scale the content to fit the allocation, while taking its aspect ratio in consideration. The resulting content will appear as letterboxed if its aspect ratio is different from the allocation aspect ratio. .. attribute:: COVER Cover the entire allocation, while taking the content aspect ratio in consideration. The resulting content will appear as clipped if its aspect ratio is different from the allocation aspect ratio. .. attribute:: FILL Make the content fill the entire allocation, without taking its aspect ratio in consideration. The resulting content will appear as stretched if its aspect ratio is different from the allocation aspect ratio. .. attribute:: SCALE_DOWN The content is scaled down to fit the allocation, if needed, otherwise its original size is used.