~ubuntu-branches/ubuntu/lucid/synfigstudio/lucid

« back to all changes in this revision

Viewing changes to src/gtkmm/cellrenderer_value.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2010-01-26 11:20:50 UTC
  • mfrom: (1.1.5 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100126112050-e43u17c5zpc5hse4
Tags: 0.62.00-1
* QA upload
* Properly orphan the package (set Maintainer to QA, empty Uploaders)
* New upstream release
* Bump build-dep on (lib)synfig to most recent version
* Bump standards-version to 3.8.3, no changes needed
* Change section of the "-dbg" package to debug, thanks lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/*!     \file cellrenderer_value.h
3
3
**      \brief Template File
4
4
**
5
 
**      $Id: cellrenderer_value.h 1013 2007-10-30 10:55:11Z dooglus $
 
5
**      $Id$
6
6
**
7
7
**      \legal
8
8
**      Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
87
87
        void gradient_edited(synfig::Gradient gradient, Glib::ustring path);
88
88
        void color_edited(synfig::Color color, Glib::ustring path);
89
89
 
 
90
        bool edit_value_done_called;
90
91
public:
91
92
        sigc::signal<void, const Glib::ustring&> &signal_secondary_click()
92
93
        {return signal_secondary_click_; }