GtkIconView::set_orientation

void set_orientation(GtkOrientation orientation);

Sets the orientation of the label relative to the icon. If it's Gtk::ORIENTATION_HORIZONTAL, the label will be placed right of the icon. In the case of Gtk::ORIENTATION_VERTICAL, the label text will be below the icon.

See also: get_orientation()