X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Frender.h;h=0a6263a00c0bdaeb6d9bcd460a7d320a3cd41ef2;hb=72dc78092947e9abef71cc98651a11495682bbaf;hp=2bb42498b8da50f90a2a366b2bca6dcd6fcd0b15;hpb=5491572585931fbef1a66c56b317093140659c57;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/render.h b/synfig-studio/trunk/src/gtkmm/render.h index 2bb4249..0a6263a 100644 --- a/synfig-studio/trunk/src/gtkmm/render.h +++ b/synfig-studio/trunk/src/gtkmm/render.h @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007 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 @@ -82,11 +83,10 @@ class RenderSettings : public Gtk::Dialog public: RenderSettings(Gtk::Window& parent,etl::handle canvas_interface); ~RenderSettings(); - void present(); + void set_entry_filename(); private: - void set_entry_filename(); void on_rend_desc_changed(); void on_single_frame_toggle(); void on_choose_pressed();