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

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

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

Same methods

KMessageBox::DetailedSorryWId ( uint parent_id, string text, string details ) : void
KMessageBox::DetailedSorryWId ( uint parent_id, string text, string details, string caption ) : void