Kimono.KMessageBox.ErrorListWId C# (CSharp) Method

ErrorListWId() 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 ErrorListWId ( uint parent_id, string text, List strlist, string caption, uint options ) : void
parent_id uint
text string
strlist List
caption string
options uint
return void
        public static void ErrorListWId(uint parent_id, string text, List<string> strlist, string caption, uint options)
        {
            staticInterceptor.Invoke("errorListWId$$?$$", "errorListWId(WId, const QString&, const QStringList&, const QString&, KMessageBox::Options)", typeof(void), typeof(uint), parent_id, typeof(string), text, typeof(List<string>), strlist, typeof(string), caption, typeof(uint), options);
        }

Same methods

KMessageBox::ErrorListWId ( uint parent_id, string text, List strlist ) : void
KMessageBox::ErrorListWId ( uint parent_id, string text, List strlist, string caption ) : void