Added TODO about possibly better way to name some constants.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36081 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-04-08 10:03:43 +00:00
parent 092cf00807
commit 6ed212bd43
1 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,10 @@ public:
BControlLook();
virtual ~BControlLook();
// TODO: Probably more convenient to pull these enums into global
// namespace and rename them to e.g. "B_CONTROL_LOOK_FOCUSED" instead of
// "BControlLook::B_FOCUSED".
enum frame_type {
B_BUTTON_FRAME,
B_MENU_FRAME,