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:
@@ -28,6 +28,10 @@ public:
|
|||||||
BControlLook();
|
BControlLook();
|
||||||
virtual ~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 {
|
enum frame_type {
|
||||||
B_BUTTON_FRAME,
|
B_BUTTON_FRAME,
|
||||||
B_MENU_FRAME,
|
B_MENU_FRAME,
|
||||||
|
|||||||
Reference in New Issue
Block a user