Lines Matching refs:orientation
1213 GtkOrientation orientation = GTK_ORIENTATION_HORIZONTAL;
1227 orientation = ((pos == GTK_POS_LEFT) || (pos == GTK_POS_RIGHT)) ? GTK_ORIENTATION_HORIZONTAL : GTK_ORIENTATION_VERTICAL;
1228 gtk_orientable_set_orientation (GTK_ORIENTABLE(toolBar), orientation);
1243 void ToolboxFactory::setOrientation(GtkWidget* toolbox, GtkOrientation orientation)
1246 g_message("Set orientation for %p to be %d", toolbox, orientation);
1252 GtkPositionType pos = (orientation == GTK_ORIENTATION_HORIZONTAL) ? GTK_POS_LEFT : GTK_POS_TOP;
1290 gtk_orientable_set_orientation(GTK_ORIENTABLE(childBar), orientation);
1300 gtk_orientable_set_orientation(GTK_ORIENTABLE(childBar), orientation);
1312 gtk_orientable_set_orientation( GTK_ORIENTABLE(toolbar), orientation );