haiku/src/apps/people
Axel Dörfler ffa1bb09e9 Now creates the People indices on all mounted volumes on startup (like R5's People).
Some more cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13138 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-06-15 03:40:21 +00:00
..
Jamfile links against our libs 2005-06-07 14:31:09 +00:00
LICENSE from sample code 2002-10-26 03:33:06 +00:00
main.cpp from sample code 2002-10-26 03:33:06 +00:00
People.rdef Replacing even more broken binary resources with rdefs. 2005-04-11 23:08:09 +00:00
PeopleApp.cpp Now creates the People indices on all mounted volumes on startup (like R5's People). 2005-06-15 03:40:21 +00:00
PeopleApp.h Big cleanup. 2005-06-15 03:18:00 +00:00
PeopleView.cpp Removed unused constants. 2005-06-15 03:29:10 +00:00
PeopleView.h Removed unused constants. 2005-06-15 03:29:10 +00:00
PeopleWindow.cpp Removed unused constants. 2005-06-15 03:29:10 +00:00
PeopleWindow.h from sample code 2002-10-26 03:33:06 +00:00
PersonIcons.h from sample code 2002-10-26 03:33:06 +00:00
README from sample code 2002-10-26 03:33:06 +00:00
TTextControl.cpp Big cleanup. 2005-06-15 03:18:00 +00:00
TTextControl.h Big cleanup. 2005-06-15 03:18:00 +00:00

People -- README

This directory contains the source code for building
the standard People application that ships with BeOS.
You can use this application to create Person records,
which can be dropped into BeMail headers (see the
BeOS User's Guide Chap. 4: Sending Mail) and other
applications.

Ostensibly, this application reveals how the Person
record is stored, but it also demonstrates how to
use the BeOS file type database in an application.

Owen Smith <orpheus@be.com>
July 1998