diff --git a/src/gui/DialogSettings.cpp b/src/gui/DialogSettings.cpp index 826f9a89..0a243628 100644 --- a/src/gui/DialogSettings.cpp +++ b/src/gui/DialogSettings.cpp @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Tue Oct 15 12:03:40 2024 +// generated by wxGlade 1.0.4 on Mon Dec 16 21:25:53 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp diff --git a/src/gui/DialogSettings.h b/src/gui/DialogSettings.h index 4b0b12c7..ca69a01b 100644 --- a/src/gui/DialogSettings.h +++ b/src/gui/DialogSettings.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Tue Oct 15 12:03:40 2024 +// generated by wxGlade 1.0.4 on Mon Dec 16 21:25:53 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp diff --git a/src/gui/FrameLog.cpp b/src/gui/FrameLog.cpp index bc41fd75..fc2d74e3 100644 --- a/src/gui/FrameLog.cpp +++ b/src/gui/FrameLog.cpp @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Tue Oct 15 12:03:40 2024 +// generated by wxGlade 1.0.4 on Mon Dec 16 21:25:52 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp diff --git a/src/gui/FrameLog.h b/src/gui/FrameLog.h index 0cab3481..b99b7005 100644 --- a/src/gui/FrameLog.h +++ b/src/gui/FrameLog.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Tue Oct 15 12:03:40 2024 +// generated by wxGlade 1.0.4 on Mon Dec 16 21:25:52 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp diff --git a/src/gui/FrameMain.cpp b/src/gui/FrameMain.cpp index 4230093e..43653415 100644 --- a/src/gui/FrameMain.cpp +++ b/src/gui/FrameMain.cpp @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Tue Oct 15 12:03:40 2024 +// generated by wxGlade 1.0.4 on Mon Dec 16 21:25:52 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp @@ -80,11 +80,6 @@ FrameMain::FrameMain(wxWindow* parent, wxWindowID id, const wxString& title, con wxglade_tmp_menu = new wxMenu(); wxglade_tmp_menu->Append(wxID_ADD, _("&Add Bookmark"), wxEmptyString); Bind(wxEVT_MENU, &FrameMain::bookmarks_add, this, wxID_ADD); - wxglade_tmp_menu->AppendSeparator(); - wxglade_tmp_menu->Append(wxID_EDIT, _("&Edit Bookmark"), wxEmptyString); - Bind(wxEVT_MENU, &FrameMain::bookmarks_edit, this, wxID_EDIT); - wxglade_tmp_menu->Append(wxID_DELETE, _("&Delete Bookmark"), wxEmptyString); - Bind(wxEVT_MENU, &FrameMain::bookmarks_delete, this, wxID_DELETE); frame_main_menubar->Append(wxglade_tmp_menu, _("&Bookmarks")); wxglade_tmp_menu = new wxMenu(); wxglade_tmp_menu->Append(wxID_UP, _("&Share a Window"), _("Beam a window to the server.")); @@ -314,20 +309,6 @@ void FrameMain::bookmarks_add(wxCommandEvent &event) // wxGlade: FrameMain. -{ - event.Skip(); - // notify the user that he hasn't implemented the event handler yet - wxLogDebug(wxT("Event handler (FrameMain::bookmarks_edit) not implemented yet")); -} - -void FrameMain::bookmarks_delete(wxCommandEvent &event) // wxGlade: FrameMain. -{ - event.Skip(); - // notify the user that he hasn't implemented the event handler yet - wxLogDebug(wxT("Event handler (FrameMain::bookmarks_delete) not implemented yet")); -} - void FrameMain::windowshare_start(wxCommandEvent &event) // wxGlade: FrameMain. { event.Skip(); diff --git a/src/gui/FrameMain.h b/src/gui/FrameMain.h index 4c07b4f0..45954f5c 100644 --- a/src/gui/FrameMain.h +++ b/src/gui/FrameMain.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Tue Oct 15 12:03:40 2024 +// generated by wxGlade 1.0.4 on Mon Dec 16 21:25:52 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp @@ -84,8 +84,6 @@ class FrameMain: public wxFrame { virtual void view_togglefullscreen(wxCommandEvent &event); // wxGlade: virtual void view_toggle1to1(wxCommandEvent &event); // wxGlade: virtual void bookmarks_add(wxCommandEvent &event); // wxGlade: - virtual void bookmarks_edit(wxCommandEvent &event); // wxGlade: - virtual void bookmarks_delete(wxCommandEvent &event); // wxGlade: virtual void windowshare_start(wxCommandEvent &event); // wxGlade: virtual void windowshare_stop(wxCommandEvent &event); // wxGlade: virtual void help_contents(wxCommandEvent &event); // wxGlade: