mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
make pack type labels clickable (based on HoverButton).
use set_help_text instead of the previous thing in SetWindow. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1327 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -70,15 +70,6 @@ class SetWindow : public wxFrame, public SetView {
|
||||
/// Switch this window to the new set, or open another window for it (depending on the settings)
|
||||
void switchSet(const SetP& new_set);
|
||||
|
||||
// --------------------------------------------------- : Status text for controls
|
||||
public:
|
||||
/// Set the status text of a control
|
||||
void setControlStatusText(wxWindow* control, const String& text);
|
||||
private:
|
||||
vector<pair<wxWindow*,String> > control_status_texts;
|
||||
void onControlEnter(wxMouseEvent&);
|
||||
void onControlLeave(wxMouseEvent&);
|
||||
|
||||
// --------------------------------------------------- : Action related
|
||||
protected:
|
||||
/// We want to respond to set changes
|
||||
|
||||
Reference in New Issue
Block a user