summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Application.h
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-17 17:51:10 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-17 18:00:22 +0000
commit5ac1d383d2a89d22fbf54d688d64bf6a1036df6b (patch)
tree4633a52220e18eb0be7db5bae90d7b6e286c4d38 /tikzit/src/gtk/Application.h
parent410fdf146246e014f1598e1880b5326e75159c43 (diff)
Factor out properties pane from properties window
PropertiesWindow is now ContextWindow. Preparing for putting more stuff in this window.
Diffstat (limited to 'tikzit/src/gtk/Application.h')
-rw-r--r--tikzit/src/gtk/Application.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tikzit/src/gtk/Application.h b/tikzit/src/gtk/Application.h
index eb9dbbf..b364c5e 100644
--- a/tikzit/src/gtk/Application.h
+++ b/tikzit/src/gtk/Application.h
@@ -20,10 +20,10 @@
@class Application;
@class Configuration;
+@class ContextWindow;
@class Preambles;
@class PreambleEditor;
@class PreviewWindow;
-@class PropertiesWindow;
@class SettingsDialog;
@class StyleManager;
@class TikzDocument;
@@ -50,7 +50,7 @@ extern Application* app;
ToolBox *toolBox;
PreambleEditor *preambleWindow;
PreviewWindow *previewWindow;
- PropertiesWindow *propertiesWindow;
+ ContextWindow *contextWindow;
SettingsDialog *settingsDialog;
// the open windows (array of Window*)
@@ -131,9 +131,9 @@ extern Application* app;
*/
- (void) showPreamblesEditor;
/**
- * Show the property editor pane
+ * Show the context-aware window
*/
-- (void) showPropertyEditor;
+- (void) showContextWindow;
/**
* Show or update the preview window.
*/