//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.TQHideEvent; import org.kde.qt.TQMetaObject; import org.kde.qt.QtSupport; import org.kde.qt.TQPopupMenu; import org.kde.qt.TQPixmap; import org.kde.qt.TQSize; import org.kde.qt.TQShowEvent; import org.kde.qt.TQWidget; import org.kde.qt.TQPushButton; /** This class should never be created except with the appendButton call of KMultiTabBar See {@link KMultiTabBarButtonSignals} for signals emitted by KMultiTabBarButton @short This class should never be created except with the appendButton call of KMultiTabBar */ public class KMultiTabBarButton extends TQPushButton { protected KMultiTabBarButton(Class dummy){super((Class) null);} public native TQMetaObject metaObject(); public native String className(); public KMultiTabBarButton(TQPixmap pic, String arg2, TQPopupMenu popup, int id, TQWidget parent, int pos, int style) { super((Class) null); newKMultiTabBarButton(pic,arg2,popup,id,parent,pos,style); } private native void newKMultiTabBarButton(TQPixmap pic, String arg2, TQPopupMenu popup, int id, TQWidget parent, int pos, int style); public KMultiTabBarButton(String arg1, TQPopupMenu popup, int id, TQWidget parent, int pos, int style) { super((Class) null); newKMultiTabBarButton(arg1,popup,id,parent,pos,style); } private native void newKMultiTabBarButton(String arg1, TQPopupMenu popup, int id, TQWidget parent, int pos, int style); public native int id(); /** this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten @short this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten */ public native void setPosition(int arg1); /** this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten @short this is used internaly, but can be used by the user, if (s)he wants to It the according call of KMultiTabBar is invoked though this modifications will be overwritten */ public native void setStyle(int arg1); /** modify the text of the button @short modify the text of the button */ public native void setText(String arg1); public native TQSize sizeHint(); protected native void hideEvent(TQHideEvent arg1); public native void showEvent(TQShowEvent arg1); protected native void slotClicked(); /** Deletes the wrapped C++ instance */ protected native void finalize() throws InternalError; /** Delete the wrapped C++ instance ahead of finalize() */ public native void dispose(); /** Has the wrapped C++ instance been deleted? */ public native boolean isDisposed(); }