Added layout friendly constructor to this base class.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29215 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2009-02-15 15:41:35 +00:00
parent 64eb49fd24
commit a0b1d631cc
2 changed files with 30 additions and 3 deletions
+6 -2
View File
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2008 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT/X11 license.
* Copyright (C) 2008-2009 Haiku, Inc. All rights reserved.
* Distributed under the terms of the MIT license.
*/
#ifndef _CHANNEL_CONTROL_H
#define _CHANNEL_CONTROL_H
@@ -19,6 +19,10 @@ public:
uint32 resizeFlags
= B_FOLLOW_LEFT | B_FOLLOW_TOP,
uint32 viewFlags = B_WILL_DRAW);
BChannelControl(const char* name,
const char* label, BMessage* model,
int32 channelCount = 1,
uint32 viewFlags = B_WILL_DRAW);
BChannelControl(BMessage* archive);
virtual ~BChannelControl();