ENH: params web link to wifi pages

Change-Id: Id79c65a973840cdc23cdf1b1c353d29da2216750
This commit is contained in:
chunmao.guo 2022-08-31 14:00:21 +08:00 committed by Lane.Wei
parent fd8caee3db
commit 30a97cc6dc
4 changed files with 60 additions and 54 deletions

View file

@ -61,7 +61,7 @@ class OG_CustomCtrl :public wxPanel
void render_separator(wxDC& dc, wxCoord v_pos);
void render(wxDC& dc, wxCoord h_pos, wxCoord v_pos);
wxCoord draw_text (wxDC& dc, wxPoint pos, const wxString& text, const wxColour* color, int width, bool is_url = false);
wxCoord draw_text (wxDC& dc, wxPoint pos, const wxString& text, const wxColour* color, int width, bool is_url = false, bool is_main = false);
wxPoint draw_blinking_bmp(wxDC& dc, wxPoint pos, bool is_blinking);
wxCoord draw_act_bmps(wxDC& dc, wxPoint pos, const wxBitmap& bmp_undo_to_sys, const wxBitmap& bmp_undo, bool is_blinking, size_t rect_id = 0);
bool launch_browser() const;