X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fkeyframetreestore.h;h=c3efccf7e5e8c08a6deebaa6ca2d87d1198410ad;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=75caf83af4f2fa39d15206cf1a267ce7a8317859;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/keyframetreestore.h b/synfig-studio/trunk/src/gtkmm/keyframetreestore.h index 75caf83..c3efccf 100644 --- a/synfig-studio/trunk/src/gtkmm/keyframetreestore.h +++ b/synfig-studio/trunk/src/gtkmm/keyframetreestore.h @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -196,6 +197,7 @@ public: static Glib::RefPtr create(etl::loose_handle canvas_interface_); static int time_sorter(const Gtk::TreeModel::iterator &rhs,const Gtk::TreeModel::iterator &lhs); + static int description_sorter(const Gtk::TreeModel::iterator &rhs,const Gtk::TreeModel::iterator &lhs); }; // END of class KeyframeTreeStore