First page Back Continue Last page Graphics

Advantages (continued)

  • The GTK+ C object model uses prefixed function names and cast macros:
  • gtk_button_set_text(GTK_BUTTON(button), "sometext");
  • gtkmm C++ code is shorter and clearer:
  • button.set_text("sometext");