diff options
Diffstat (limited to 'Tests/FindGTK2/gtkmm/helloworld.h')
-rw-r--r-- | Tests/FindGTK2/gtkmm/helloworld.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Tests/FindGTK2/gtkmm/helloworld.h b/Tests/FindGTK2/gtkmm/helloworld.h index ab9a076..ae9af17 100644 --- a/Tests/FindGTK2/gtkmm/helloworld.h +++ b/Tests/FindGTK2/gtkmm/helloworld.h @@ -6,15 +6,15 @@ class HelloWorld : public Gtk::Window { public: - HelloWorld(); - virtual ~HelloWorld(); + HelloWorld(); + virtual ~HelloWorld(); protected: - //Signal handlers: - void on_button_clicked(); + // Signal handlers: + void on_button_clicked(); - //Member widgets: - Gtk::Button m_button; + // Member widgets: + Gtk::Button m_button; }; #endif // GTKMM_EXAMPLE_HELLOWORLD_H |