Skip to content

Commit

Permalink
gui: regenerate
Browse files Browse the repository at this point in the history
re #148
  • Loading branch information
bk138 committed Dec 16, 2024
1 parent 9d06d6f commit aea7565
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/gui/DialogSettings.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/DialogSettings.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/FrameLog.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/gui/FrameLog.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 1 addition & 20 deletions src/gui/FrameMain.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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."));
Expand Down Expand Up @@ -314,20 +309,6 @@ void FrameMain::bookmarks_add(wxCommandEvent &event) // wxGlade: FrameMain.<eve
wxLogDebug(wxT("Event handler (FrameMain::bookmarks_add) not implemented yet"));
}

void FrameMain::bookmarks_edit(wxCommandEvent &event) // wxGlade: FrameMain.<event_handler>
{
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_handler>
{
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_handler>
{
event.Skip();
Expand Down
4 changes: 1 addition & 3 deletions src/gui/FrameMain.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -84,8 +84,6 @@ class FrameMain: public wxFrame {
virtual void view_togglefullscreen(wxCommandEvent &event); // wxGlade: <event_handler>
virtual void view_toggle1to1(wxCommandEvent &event); // wxGlade: <event_handler>
virtual void bookmarks_add(wxCommandEvent &event); // wxGlade: <event_handler>
virtual void bookmarks_edit(wxCommandEvent &event); // wxGlade: <event_handler>
virtual void bookmarks_delete(wxCommandEvent &event); // wxGlade: <event_handler>
virtual void windowshare_start(wxCommandEvent &event); // wxGlade: <event_handler>
virtual void windowshare_stop(wxCommandEvent &event); // wxGlade: <event_handler>
virtual void help_contents(wxCommandEvent &event); // wxGlade: <event_handler>
Expand Down

0 comments on commit aea7565

Please sign in to comment.