Kimono.KMessageBox.DetailedErrorWId C# (CSharp) Method

DetailedErrorWId() public static method

This function accepts the window id of the parent window, instead of QWidget. It should be used only when necessary.
public static DetailedErrorWId ( uint parent_id, string text, string details, string caption, uint options ) : void
parent_id uint
text string
details string
caption string
options uint
return void
        public static void DetailedErrorWId(uint parent_id, string text, string details, string caption, uint options)
        {
            staticInterceptor.Invoke("detailedErrorWId$$$$$", "detailedErrorWId(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::DetailedErrorWId ( uint parent_id, string text, string details ) : void
KMessageBox::DetailedErrorWId ( uint parent_id, string text, string details, string caption ) : void