Small style cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28666 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -25,7 +25,7 @@ class BBitmap;
|
|||||||
class BMimeType;
|
class BMimeType;
|
||||||
|
|
||||||
class IconButton : public BView, public BInvoker {
|
class IconButton : public BView, public BInvoker {
|
||||||
public:
|
public:
|
||||||
IconButton(const char* name,
|
IconButton(const char* name,
|
||||||
uint32 id,
|
uint32 id,
|
||||||
const char* label = NULL,
|
const char* label = NULL,
|
||||||
@@ -91,7 +91,7 @@ class IconButton : public BView, public BInvoker {
|
|||||||
rgb_color lightShadow,
|
rgb_color lightShadow,
|
||||||
rgb_color light);
|
rgb_color light);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
enum {
|
enum {
|
||||||
STATE_NONE = 0x0000,
|
STATE_NONE = 0x0000,
|
||||||
STATE_TRACKING = 0x0001,
|
STATE_TRACKING = 0x0001,
|
||||||
|
|||||||
Reference in New Issue
Block a user