synfig-studio  1.0.3
dialog_tooloptions.h
Go to the documentation of this file.
1 /* === S Y N F I G ========================================================= */
21 /* ========================================================================= */
22 
23 /* === S T A R T =========================================================== */
24 
25 #ifndef __SYNFIG_STUDIO_DIALOG_TOOLOPTIONS_H
26 #define __SYNFIG_STUDIO_DIALOG_TOOLOPTIONS_H
27 
28 /* === H E A D E R S ======================================================= */
29 
30 #include <gtkmm/dialog.h>
31 #include <gtkmm/label.h>
32 #include <gtkmm/scrolledwindow.h>
33 #include "docks/dockable.h"
34 
35 /* === M A C R O S ========================================================= */
36 
37 /* === T Y P E D E F S ===================================================== */
38 
39 /* === C L A S S E S & S T R U C T S ======================================= */
40 
41 namespace studio {
42 
44 {
45  Gtk::Label empty_label;
46  Gtk::VBox sub_vbox_;
47 
48 public:
49 
50  void clear();
51  void set_widget(Gtk::Widget&);
52  void set_name(const synfig::String& name);
53 
56 }; // END of Dialog_ToolOptions
57 
58 }; // END of namespace studio
59 
60 /* === E N D =============================================================== */
61 
62 #endif