Kimono.KMessageBox.SorryWId C# (CSharp) Метод

SorryWId() публичный статический Метод

This function accepts the window id of the parent window, instead of QWidget. It should be used only when necessary.
public static SorryWId ( uint parent_id, string text, string caption, uint options ) : void
parent_id uint
text string
caption string
options uint
Результат void
        public static void SorryWId(uint parent_id, string text, string caption, uint options)
        {
            staticInterceptor.Invoke("sorryWId$$$$", "sorryWId(WId, const QString&, const QString&, KMessageBox::Options)", typeof(void), typeof(uint), parent_id, typeof(string), text, typeof(string), caption, typeof(uint), options);
        }

Same methods

KMessageBox::SorryWId ( uint parent_id, string text ) : void
KMessageBox::SorryWId ( uint parent_id, string text, string caption ) : void