removed setClientWindow(Window), we are using setClientWindow(FbTk FbWindow) instead
This commit is contained in:
parent
40dd63200d
commit
698c46130a
1 changed files with 1 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: FbWinFrame.hh,v 1.27 2003/12/18 18:03:21 fluxgen Exp $
|
||||
// $Id: FbWinFrame.hh,v 1.28 2004/01/02 13:25:55 fluxgen Exp $
|
||||
|
||||
#ifndef FBWINFRAME_HH
|
||||
#define FBWINFRAME_HH
|
||||
|
@ -108,8 +108,6 @@ public:
|
|||
/// which button is to be rendered focused
|
||||
void setLabelButtonFocus(FbTk::TextButton &btn);
|
||||
/// attach a client window for client area
|
||||
void setClientWindow(Window win);
|
||||
/// same as above but with FbWindow
|
||||
void setClientWindow(FbTk::FbWindow &win);
|
||||
/// remove attached client window
|
||||
void removeClient();
|
||||
|
|
Loading…
Reference in a new issue