gtkToolbarSetIconSize {RGtk2} | R Documentation |
This function sets the size of stock icons in the toolbar. You
can call it both before you add the icons and after they've been
added. The size you set will override user preferences for the default
icon size.
WARNING: gtk_toolbar_set_icon_size
is deprecated and should not be used in newly-written code. Applications should respect the user preferences for
the size of icons in toolbars.
gtkToolbarSetIconSize(object, icon.size)
|
[GtkToolbar ] A GtkToolbar |
|
[GtkIconSize ] The GtkIconSize that stock icons in the toolbar shall have. |
Derived by RGtkGen from GTK+ documentation