36 m_sdbSizerOK->SetToolTip(
_(
"Remove locked items from the selection and only apply the "
37 "operation to the unlocked items (if any)." ) );
51 EndDialog( wxID_APPLY );
57 static int doNotShowValue = wxID_ANY;
59 if( doNotShowValue != wxID_ANY )
60 return doNotShowValue;
62 int ret = DIALOG_SHIM::ShowModal();
wxBitmap KiBitmap(BITMAPS aBitmap, int aHeightTag)
Construct a wxBitmap from an image identifier Returns the image from the active theme if the image ha...
Class DIALOG_LOCKED_ITEMS_QUERY_BASE.
wxStaticText * m_messageLine1
wxCheckBox * m_doNotShowBtn
void onOverrideLocks(wxCommandEvent &event) override
DIALOG_LOCKED_ITEMS_QUERY(wxWindow *aParent, int aLockedItemCount)
This has no dependencies on calling wxFrame derivative, such as PCB_BASE_FRAME.
void SetInitialFocus(wxWindow *aWindow)
Sets the window (usually a wxTextCtrl) that should be focused when the dialog is shown.
void SetupStandardButtons(std::map< int, wxString > aLabels={})
void finishDialogSettings()
In all dialogs, we must call the same functions to fix minimal dlg size, the default position and per...