Method

GtkBitsetshift_left

Declaration [src]

void
gtk_bitset_shift_left (
  GtkBitset* self,
  guint amount
)

Description [src]

Shifts all values in self to the left by amount.

Values smaller than amount are discarded.

Parameters

amount

Type: guint

Amount to shift all values to the left.