/* Place the first button in the grid cell (0, 0), and make it fill *just1cellhorizontallyandvertically(ienospanning)
*/
gtk_grid_attach (GTK_GRID (grid), button, 0, 0, 1, 1);
/* Place the second button in the grid cell (1, 0), and make it fill *just1cellhorizontallyandvertically(ienospanning)
*/
gtk_grid_attach (GTK_GRID (grid), button, 1, 0, 1, 1);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.