Kimono.KMessageBox.QueuedMessageBox C# (CSharp) Method

QueuedMessageBox() public static method

public static QueuedMessageBox ( QWidget parent, KMessageBox type, string text ) : void
parent QWidget
type KMessageBox
text string
return void
        public static void QueuedMessageBox(QWidget parent, KMessageBox.DialogType type, string text)
        {
            staticInterceptor.Invoke("queuedMessageBox#$$", "queuedMessageBox(QWidget*, KMessageBox::DialogType, const QString&)", typeof(void), typeof(QWidget), parent, typeof(KMessageBox.DialogType), type, typeof(string), text);
        }

Same methods

KMessageBox::QueuedMessageBox ( QWidget parent, KMessageBox type, string text, string caption ) : void
KMessageBox::QueuedMessageBox ( QWidget parent, KMessageBox type, string text, string caption, uint options ) : void