mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 19:32:18 +00:00
Allow selecting specific network plugin versions
This commit is contained in:
@@ -32,6 +32,7 @@ public:
|
||||
wxString GetPageText(size_t n) const;
|
||||
const wxSize& GetPaddingSize(size_t n);
|
||||
void SetPaddingSize(const wxSize& size);
|
||||
void SetFooterText(const wxString& text);
|
||||
TabButton* pageButton;
|
||||
|
||||
private:
|
||||
@@ -43,6 +44,7 @@ private:
|
||||
int m_selection {-1};
|
||||
int m_btn_margin;
|
||||
int m_line_margin;
|
||||
wxStaticText* m_footer_text {nullptr};
|
||||
};
|
||||
|
||||
class Tabbook: public wxBookCtrlBase
|
||||
@@ -261,6 +263,11 @@ public:
|
||||
GetBtnsListCtrl()->Rescale();
|
||||
}
|
||||
|
||||
void SetFooterText(const wxString& text)
|
||||
{
|
||||
GetBtnsListCtrl()->SetFooterText(text);
|
||||
}
|
||||
|
||||
void OnNavigationKey(wxNavigationKeyEvent& event)
|
||||
{
|
||||
if (event.IsWindowChange()) {
|
||||
|
||||
Reference in New Issue
Block a user