Add printToPDF API skeleton.
This commit is contained in:
parent
bd704dd8aa
commit
b360f7d86a
4 changed files with 12 additions and 0 deletions
|
@ -132,6 +132,7 @@ class Window : public mate::EventEmitter,
|
|||
bool IsDocumentEdited();
|
||||
void CapturePage(mate::Arguments* args);
|
||||
void Print(mate::Arguments* args);
|
||||
void PrintToPDF();
|
||||
void SetProgressBar(double progress);
|
||||
void SetOverlayIcon(const gfx::Image& overlay,
|
||||
const std::string& description);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue