From 70e5dc23aee51fc2fe67c73390d808e01ccfbfa6 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 7 Mar 2025 19:52:54 +0100 Subject: Cleaning up widget browser, renamed to Node_Browser. --- fluid/nodes/Fl_Function_Type.cxx | 2 +- fluid/nodes/Fl_Grid_Type.cxx | 2 +- fluid/nodes/Fl_Group_Type.cxx | 2 +- fluid/nodes/Fl_Menu_Type.cxx | 2 +- fluid/nodes/Fl_Type.cxx | 4 ++-- fluid/nodes/Fl_Window_Type.cxx | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'fluid/nodes') diff --git a/fluid/nodes/Fl_Function_Type.cxx b/fluid/nodes/Fl_Function_Type.cxx index 1f0a4fea5..f8845dcdd 100644 --- a/fluid/nodes/Fl_Function_Type.cxx +++ b/fluid/nodes/Fl_Function_Type.cxx @@ -25,7 +25,7 @@ #include "nodes/Fl_Group_Type.h" #include "panels/function_panel.h" #include "rsrcs/comments.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include #include diff --git a/fluid/nodes/Fl_Grid_Type.cxx b/fluid/nodes/Fl_Grid_Type.cxx index ea2232305..c2a803c19 100644 --- a/fluid/nodes/Fl_Grid_Type.cxx +++ b/fluid/nodes/Fl_Grid_Type.cxx @@ -21,7 +21,7 @@ #include "app/undo.h" #include "io/file.h" #include "io/code.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include "widgets/Formula_Input.h" #include diff --git a/fluid/nodes/Fl_Group_Type.cxx b/fluid/nodes/Fl_Group_Type.cxx index a7ab20473..dc602e870 100644 --- a/fluid/nodes/Fl_Group_Type.cxx +++ b/fluid/nodes/Fl_Group_Type.cxx @@ -25,7 +25,7 @@ #include "app/Fd_Snap_Action.h" #include "io/file.h" #include "io/code.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include #include diff --git a/fluid/nodes/Fl_Menu_Type.cxx b/fluid/nodes/Fl_Menu_Type.cxx index 2fb80fec2..145f0082d 100644 --- a/fluid/nodes/Fl_Menu_Type.cxx +++ b/fluid/nodes/Fl_Menu_Type.cxx @@ -30,7 +30,7 @@ #include "io/code.h" #include "nodes/Fl_Window_Type.h" #include "widgets/Formula_Input.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include #include diff --git a/fluid/nodes/Fl_Type.cxx b/fluid/nodes/Fl_Type.cxx index 56a15175e..02b95888e 100644 --- a/fluid/nodes/Fl_Type.cxx +++ b/fluid/nodes/Fl_Type.cxx @@ -107,7 +107,7 @@ #include "nodes/Fl_Window_Type.h" #include "nodes/Fl_Group_Type.h" #include "rsrcs/pixmaps.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include #include @@ -739,7 +739,7 @@ void Fl_Type::add(Fl_Type *anchor, Strategy strategy) { \param[in] g pointer to a node within the tree */ void Fl_Type::insert(Fl_Type *g) { - // 'this' is not in the Widget_Browser, so we must run the linked list to find the last entry + // 'this' is not in the Node_Browser, so we must run the linked list to find the last entry Fl_Type *end = this; while (end->next) end = end->next; // 'this' will get the same parent as 'g' diff --git a/fluid/nodes/Fl_Window_Type.cxx b/fluid/nodes/Fl_Window_Type.cxx index c26191b72..7de2ba3dc 100644 --- a/fluid/nodes/Fl_Window_Type.cxx +++ b/fluid/nodes/Fl_Window_Type.cxx @@ -30,7 +30,7 @@ #include "nodes/Fl_Grid_Type.h" #include "panels/settings_panel.h" #include "panels/widget_panel.h" -#include "widgets/widget_browser.h" +#include "widgets/Node_Browser.h" #include #include -- cgit v1.2.3