~ubuntu-branches/ubuntu/maverick/gnome-chemistry-utils/maverick

« back to all changes in this revision

Viewing changes to plugins/paint/text/texttool.h

  • Committer: Bazaar Package Importer
  • Author(s): Micah Gersten
  • Date: 2010-03-29 10:49:13 UTC
  • mfrom: (1.1.6 upstream) (2.1.11 sid)
  • Revision ID: james.westby@ubuntu.com-20100329104913-o335elk75e3emtf8
Tags: 0.10.12-2ubuntu1
* Merge from debian testing (LP: #550972).  Remaining changes:
  - debian/patches/disable_check_omf.dpatch: Added to disable check-doc-omf
    as it requires Internet access
  - debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * GChemPaint text plugin
5
5
 * texttool.h 
6
6
 *
7
 
 * Copyright (C) 2002-2007 Jean Bréfort <jean.brefort@normalesup.org>
 
7
 * Copyright (C) 2002-2010 Jean Bréfort <jean.brefort@normalesup.org>
8
8
 *
9
9
 * This program is free software; you can redistribute it and/or 
10
10
 * modify it under the terms of the GNU General Public License as 
76
76
protected:
77
77
        GnomeCanvasPango* m_Active;
78
78
        list<xmlNodePtr> m_UndoList, m_RedoList;
79
 
        xmlNodePtr m_CurNode, m_InitNode;
 
79
        xmlNodePtr m_CurNode, m_InitNode, m_GroupNode;
80
80
 
81
81
private:
82
82
        bool m_bUndo;
96
96
        GtkSpinButton *m_RiseButton;
97
97
        bool m_Dirty;
98
98
        gulong m_SelSignal, m_UnderlineSignal, m_StrikethroughSignal, m_ForeSignal, m_RiseSignal;
 
99
        gcu::Object *m_Group;
99
100
 
100
101
GCU_PROP (char const *, FamilyName)
101
102
GCU_PROP (PangoStyle, Style)