mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 10:51:22 +00:00
ENH: support DD_ITEM_STYLE_SPLIT_ITEM
jira: [STUDIO-12103] Change-Id: Ic69b5076543066ad00bb0d13ffb4d13b57873d3a (cherry picked from commit de14cfbac610436c36790c2200e1dbc580fa58c5)
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#define DD_NO_TEXT 0x0002
|
||||
#define DD_STYLE_MASK 0x0003
|
||||
|
||||
#define DD_ITEM_STYLE_SPLIT_ITEM 0x0001 // ----text----, text with horizontal line arounds
|
||||
|
||||
wxDECLARE_EVENT(EVT_DISMISS, wxCommandEvent);
|
||||
|
||||
class DropDown : public PopupWindow
|
||||
@@ -27,6 +29,7 @@ public:
|
||||
wxString alias{};
|
||||
wxString tip{};
|
||||
int flag{0};
|
||||
int style{ 0 };// the style of item
|
||||
};
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user