~holger-seelig/titania/3.0

« back to all changes in this revision

Viewing changes to Titania/Titania/UserInterfaces/X3DBrowserWindowInterface.cpp

  • Committer: Holger Seelig
  • Date: 2017-05-06 07:32:03 UTC
  • Revision ID: holger.seelig@yahoo.de-20170506073203-dt9vintz9y261edh
Popover

Show diffs side-by-side

added added

removed removed

Lines of Context:
690
690
        // Connect object Gtk::ToolButton with id 'ReloadButton'.
691
691
        m_ReloadButton -> signal_clicked () .connect (sigc::mem_fun (this, &X3DBrowserWindowInterface::on_revert_to_saved_activated));
692
692
        m_NewButton -> signal_clicked () .connect (sigc::mem_fun (this, &X3DBrowserWindowInterface::on_new_activated));
693
 
 
694
 
        // Connect object Gtk::MenuToolButton with id 'OpenButton'.
695
693
        m_OpenButton -> signal_clicked () .connect (sigc::mem_fun (this, &X3DBrowserWindowInterface::on_open_activated));
696
 
 
697
 
        // Connect object Gtk::ToolButton with id 'ImportButton'.
698
694
        m_ImportButton -> signal_clicked () .connect (sigc::mem_fun (this, &X3DBrowserWindowInterface::on_import_activated));
699
695
        m_SaveButton -> signal_clicked () .connect (sigc::mem_fun (this, &X3DBrowserWindowInterface::on_save_activated));
700
696
        m_RefreshButton -> signal_clicked () .connect (sigc::mem_fun (this, &X3DBrowserWindowInterface::on_revert_to_saved_activated));