Lesson 17: Writing a New Control, Part I

Blog post by darkwyrm on Mon, 2011-01-31 20:39

This lesson is one of several which delves into the art of control writing for Haiku -- not just a quick-and-dirty hack on an existing one, but writing a new control which rivals existing ones in quality and features. Learn how controls handle drawing themselves and write a basic color display control.

Programming with Haiku, Lesson 17

Comments

Re: Lesson 17: Writing a New Control, Part I

Writing controls is an extremely important part of Haiku. When we start to update and extend the look and feel of Haiku beyond traditional BeOS, writing new controls is how it will be done. So read and learn this lesson.

Thanks for another great tutorial, darkwyrm!