Returns the angle of rotation for the label.

Property definitions

gtk $ GtkLabel :: angle
	# Returns the angle of rotation for the label.
	fun angle: Float `{
		return gtk_label_get_angle(self);
	`}
lib/gtk/v3_4/gtk_core.nit:695,2--698,3