Function
AdapStyleManagerget_for_display
Declaration [src]
AdapStyleManager*
adap_style_manager_get_for_display (
GdkDisplay* display
)
Description [src]
Gets the AdapStyleManager
instance managing display
.
It can be used to override styles for that specific display instead of the whole application.
Most applications should use adap_style_manager_get_default()
instead.
Parameters
display
-
Type:
GdkDisplay
A
GdkDisplay
The data is owned by the caller of the function.
Return value
Type: AdapStyleManager
The style manager for display
.
The data is owned by the called function. |