Method
GtkBitsetadd_rectangle
Declaration [src]
void
gtk_bitset_add_rectangle (
GtkBitset* self,
guint start,
guint width,
guint height,
guint stride
)
Description [src]
Interprets the values as a 2-dimensional boolean grid with the given stride
and inside that grid, adds a rectangle with the given width
and height
.