GtkGrid: Add a way to insert rows or columns
This is useful functionality that makes it easier to insert things in the middle of an already populated grid. Bug 653817
This commit is contained in:
@ -6914,6 +6914,9 @@ GtkGrid
|
||||
gtk_grid_new
|
||||
gtk_grid_attach
|
||||
gtk_grid_attach_next_to
|
||||
gtk_grid_insert_row
|
||||
gtk_grid_insert_column
|
||||
gtk_grid_insert_next_to
|
||||
gtk_grid_set_row_homogeneous
|
||||
gtk_grid_get_row_homogeneous
|
||||
gtk_grid_set_row_spacing
|
||||
|
Reference in New Issue
Block a user