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:
parent
092cf00807
commit
6ed212bd43
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user