Method

Gtk.Bitset.shift_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 guint
 

amount to shift all values to the left