Kimono.KMessageBox.InformationWId C# (CSharp) Method

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

Same methods

KMessageBox::InformationWId ( uint parent_id, string text ) : void
KMessageBox::InformationWId ( uint parent_id, string text, string caption ) : void
KMessageBox::InformationWId ( uint parent_id, string text, string caption, string dontShowAgainName ) : void