Method | Description | |
---|---|---|
CreateChooser ( string title, FileChooserAction action ) : Gtk.FileChooserDialog | ||
LoadFiles ( IList |
||
LoadPath ( string path, string suggestedFilename, System finishedCallback ) : void | ||
PasswordProvider ( PdfSharp.Pdf.IO.PdfPasswordProviderArgs args ) : void | ||
Quit ( ) : void | ||
RunIdle ( InvokeHandler handler ) : void | ||
ToggleMatchQuery ( ) : void |
Method | Description | |
---|---|---|
Client ( ) : System | ||
Client ( bool loadFiles ) : System | ||
GetXdgDir ( string type ) : string | ||
OnLogNotify ( |
||
PromptIfUnsavedChanges ( ) : bool | ||
UpdateForDocument ( ) : void |
public CreateChooser ( string title, FileChooserAction action ) : Gtk.FileChooserDialog | ||
title | string | |
action | FileChooserAction | |
return | Gtk.FileChooserDialog |
public LoadPath ( string path, string suggestedFilename, System finishedCallback ) : void | ||
path | string | |
suggestedFilename | string | |
finishedCallback | System | |
return | void |
public PasswordProvider ( PdfSharp.Pdf.IO.PdfPasswordProviderArgs args ) : void | ||
args | PdfSharp.Pdf.IO.PdfPasswordProviderArgs | |
return | void |
public static RunIdle ( InvokeHandler handler ) : void | ||
handler | InvokeHandler | |
return | void |