//
//     Copyright 2006 Jim Bublitz <jbublitz@nwinternet.com>
//     Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson
//     may also apply


//                 Generated by preSip
//            module tdeui  version KDE 3.5.3


// This software is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation; either version 2 of
// the License, or (at your option) any later version.
//
// This software is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public
// License along with this library; see the file COPYING.
// If not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.


class TQXEmbed : TQWidget
{
%TypeHeaderCode
#include <qxembed.h>
%End


public:
                         TQXEmbed (TQWidget* /TransferThis/ = 0, const char* = 0, WFlags = 0);
    static void          initialize ();

%If ( KDE_3_1_1 -  )

    enum Protocol
    {
        XEMBED, 
        XPLAIN
    };

    void                 setProtocol (TQXEmbed::Protocol);
    TQXEmbed::Protocol    protocol ();
%End

    void                 embed (WId);
    WId                  embeddedWinId () const;
    static void          embedClientIntoWindow (TQWidget*, WId);
    static bool          processClientCmdline (TQWidget*, SIP_PYLIST) [bool (TQWidget*, int&, char**)];
%MethodCode
//returns (bool)
//takes client | (TQWidget) | argv | (a Python list of strings which may be modified)

//returns
//takes list (a Python list of strings) | index (int)

    int n;

    if ((n = PyList_Size (a1)) == 0)
        return NULL;

    char **strings;

    if ((strings = (char **)PyTQtListToArray(a1)) == NULL)
        return NULL;

    Py_BEGIN_ALLOW_THREADS
    sipRes = TQXEmbed::processClientCmdline (a0, n, strings);
    Py_END_ALLOW_THREADS

    sipFree((ANY *)strings);
%End


%If ( KDE_3_2_0 -  )
    void                 sendDelete ();
%End

    void                 setAutoDelete (bool);
    bool                 autoDelete () const;
    TQSize                sizeHint () const;
    TQSize                minimumSizeHint () const;
    TQSizePolicy          sizePolicy () const;
    bool                 eventFilter (TQObject*, TQEvent*);
    bool                 customWhatsThis () const;
    void                 enterWhatsThisMode ();

%If ( KDE_3_2_0 -  )
    virtual void         reparent (TQWidget* /Transfer/, WFlags, const TQPoint&, bool = 0);
%End


signals:
    void                 embeddedWindowDestroyed ();

protected:
    bool                 event (TQEvent*);
    void                 keyPressEvent (TQKeyEvent*);
    void                 keyReleaseEvent (TQKeyEvent*);
    void                 focusInEvent (TQFocusEvent*);
    void                 focusOutEvent (TQFocusEvent*);
    void                 resizeEvent (TQResizeEvent*);
    void                 showEvent (TQShowEvent*);
//ig     bool                 x11Event (XEvent*);
    virtual void         windowChanged (WId);
    bool                 focusNextPrevChild (bool);

};  // class TQXEmbed