summaryrefslogtreecommitdiff
path: root/tikzit/src/linux/MainWindow.h
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-10 18:27:19 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-10 18:27:19 +0000
commit924aad8f38e277547b104977dd48ef2be7c702f8 (patch)
treeb7c731f461c3dcad3ea87b79e8e916a8387c7dfa /tikzit/src/linux/MainWindow.h
parente77f7c4f027d9fefb609bef3c97df9b8ff0c2a31 (diff)
GTK: Allow the path to pdflatex to be configured
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@377 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'tikzit/src/linux/MainWindow.h')
-rw-r--r--tikzit/src/linux/MainWindow.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/tikzit/src/linux/MainWindow.h b/tikzit/src/linux/MainWindow.h
index 09e531e..27ce46d 100644
--- a/tikzit/src/linux/MainWindow.h
+++ b/tikzit/src/linux/MainWindow.h
@@ -27,6 +27,7 @@
@class Preambles;
@class PreambleEditor;
@class PreviewWindow;
+@class SettingsDialog;
@class StyleManager;
@class StylesPane;
@class TikzDocument;
@@ -36,7 +37,7 @@
*/
@interface MainWindow: NSObject {
// the main application configuration
- Configuration *configFile;
+ Configuration *configFile;
// maintains the known (user-defined) styles
StyleManager *styleManager;
// maintains the preambles used for previews
@@ -60,6 +61,7 @@
PropertyPane *propertyPane;
PreambleEditor *preambleWindow;
PreviewWindow *previewWindow;
+ SettingsDialog *settingsDialog;
WidgetSurface *surface;
@@ -130,6 +132,10 @@
* Show or update the preview window.
*/
- (void) showPreview;
+/**
+ * Show the settings dialog.
+ */
+- (void) showSettingsDialog;
/**
* The graph input handler