Method
AdapTabPageset_live_thumbnail
since: 1.3
Declaration [src]
void
adap_tab_page_set_live_thumbnail (
AdapTabPage* self,
gboolean live_thumbnail
)
Description [src]
Sets whether to enable live thumbnail for self
.
When set to TRUE
, self
‘s thumbnail in AdapTabOverview
will update
immediately when self
is redrawn or resized.
If it’s set to FALSE
, the thumbnail will only be live when the self
is
selected, and otherwise it will be static and will only update when
adap_tab_page_invalidate_thumbnail()
or
adap_tab_view_invalidate_thumbnails()
is called.
Available since: 1.3
Sets property | Adap.TabPage:live-thumbnail |