Method
GtkToolShellget_text_size_group
since: 2.20
Declaration [src]
GtkSizeGroup*
gtk_tool_shell_get_text_size_group (
GtkToolShell* shell
)
Description [src]
Retrieves the current text size group for the tool shell. Tool items must not
call this function directly, but rely on gtk_tool_item_get_text_size_group()
instead.
Available since: 2.20
Return value
Type: GtkSizeGroup
The current text size group of shell
.
The returned data is owned by the instance. |