Lines Matching refs:orientation
66 GtkOrientation orientation;
130 dockbar->_priv->orientation = GTK_ORIENTATION_VERTICAL;
289 if (dockbar->_priv->orientation == GTK_ORIENTATION_HORIZONTAL)
300 if (dockbar->_priv->orientation == GTK_ORIENTATION_VERTICAL)
431 switch (dockbar->_priv->orientation) {
450 switch (dockbar->_priv->orientation) {
1025 return dockbar->_priv->orientation;
1029 GtkOrientation orientation)
1033 dockbar->_priv->orientation = orientation;