From 5ac1d383d2a89d22fbf54d688d64bf6a1036df6b Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Mon, 17 Dec 2012 17:51:10 +0000 Subject: Factor out properties pane from properties window PropertiesWindow is now ContextWindow. Preparing for putting more stuff in this window. --- tikzit/src/gtk/Application.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tikzit/src/gtk/Application.h') 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. */ -- cgit v1.2.3