blob: c908e78c9f97e9db6a950eece2f1e73dd0469a7a [file] [log] [blame]
#ifndef SEARCH_BAR_H
#define SEARCH_BAR_H
#ifndef NO_GRAPHICS
# include "draw_global.h"
# include "ezgl/point.hpp"
# include "ezgl/application.hpp"
# include "ezgl/graphics.hpp"
# include "draw_color.h"
void search_and_highlight(GtkWidget* /*widget*/, ezgl::application* app);
bool highlight_rr_nodes(int hit_node);
void auto_zoom_rr_node(int rr_node_id);
void highlight_blocks(ClusterBlockId clb_index);
void highlight_nets(ClusterNetId net_id);
void highlight_nets(std::string net_name);
void highlight_blocks(std::string block_name);
/*function below pops up a dialog box with no button, showing the input warning message*/
void warning_dialog_box(const char* message);
#endif /* NO_GRAPHICS */
#endif /* SEARCH_BAR_H */