From 24c26ce52aa95e4dddfaceb23025a0438ed34350 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Tue, 11 Dec 2012 18:23:29 +0000 Subject: Remove the concept of an "active style" from StyleManager It's all tool-based in the GTK+ interface now. --- tikzit/src/gtk/EdgeStyleSelector.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'tikzit/src/gtk/EdgeStyleSelector.h') diff --git a/tikzit/src/gtk/EdgeStyleSelector.h b/tikzit/src/gtk/EdgeStyleSelector.h index 935c9b7..1ae1f3c 100644 --- a/tikzit/src/gtk/EdgeStyleSelector.h +++ b/tikzit/src/gtk/EdgeStyleSelector.h @@ -23,8 +23,6 @@ GtkListStore *store; GtkTreeView *view; StyleManager *styleManager; - BOOL linkedToActiveStyle; - BOOL suppressSetActiveStyle; } /*! @@ -39,17 +37,9 @@ */ @property (retain) StyleManager *styleManager; -/*! - @property linkedToActiveStyles - @brief Whether the current selection should be the same as the - style manager's active style - */ -@property (getter=isLinkedToActiveStyle) BOOL linkedToActiveStyle; - /*! @property selectedStyle - @brief The selected style. If linkedToActiveStyle is YES, this - will be the same as [manager activeStyle]. + @brief The selected style. When this changes, a SelectedStyleChanged notification will be posted */ -- cgit v1.2.3