Method

GtkLabelset_angle

since: 2.6

Declaration [src]

void
gtk_label_set_angle (
  GtkLabel* label,
  gdouble angle
)

Description [src]

Sets the angle of rotation for the label. An angle of 90 reads from from bottom to top, an angle of 270, from top to bottom. The angle setting for the label is ignored if the label is selectable, wrapped, or ellipsized.

Available since: 2.6

Sets propertyGtk.Label:angle

Parameters

angle

Type: gdouble

The angle that the baseline of the label makes with the horizontal, in degrees, measured counterclockwise.