X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdialog_tooloptions.h;h=e8ae3623fabdaf5f666076c9d5d27a358839fe36;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=fe39ca7b0fd96b9f27f69d900a24279f27ad9327;hpb=ce408de81ca266b1f334ee9bc6c8fb7ba1492ed4;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dialog_tooloptions.h b/synfig-studio/trunk/src/gtkmm/dialog_tooloptions.h index fe39ca7..e8ae362 100644 --- a/synfig-studio/trunk/src/gtkmm/dialog_tooloptions.h +++ b/synfig-studio/trunk/src/gtkmm/dialog_tooloptions.h @@ -2,7 +2,7 @@ /*! \file dialog_tooloptions.h ** \brief Template Header ** -** $Id: dialog_tooloptions.h,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -39,15 +39,15 @@ /* === C L A S S E S & S T R U C T S ======================================= */ namespace studio { - + class Dialog_ToolOptions : public Dockable -{ +{ Gtk::Label empty_label; Gtk::ScrolledWindow scrolled_; Gtk::VBox sub_vbox_; - + public: - + void clear(); void set_widget(Gtk::Widget&); void set_name(const synfig::String& name);