VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/VolumePimWizardPage.h
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-07-19 08:46:27 +0200
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-07-19 11:29:45 +0200
commit515895342820a9d0a35391ec4d316c3782a75768 (patch)
treeb3c64668eba1bd654914acd42e986d6f90d80462 /src/Main/Forms/VolumePimWizardPage.h
parent63818bcaa44b9ce0b59ac2c56afdee1f5e1976ba (diff)
downloadVeraCrypt-515895342820a9d0a35391ec4d316c3782a75768.tar.gz
VeraCrypt-515895342820a9d0a35391ec4d316c3782a75768.zip
User Interface enhancements for PIM
Diffstat (limited to 'src/Main/Forms/VolumePimWizardPage.h')
-rw-r--r--src/Main/Forms/VolumePimWizardPage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main/Forms/VolumePimWizardPage.h b/src/Main/Forms/VolumePimWizardPage.h
index eff35e1e..ae097004 100644
--- a/src/Main/Forms/VolumePimWizardPage.h
+++ b/src/Main/Forms/VolumePimWizardPage.h
@@ -28,12 +28,14 @@ namespace VeraCrypt
~VolumePimWizardPage ();
int GetVolumePim () const;
+ void SetVolumePim (int pim);
bool IsValid ();
void SetMaxStaticTextWidth (int width) { InfoStaticText->Wrap (width); }
void SetPageText (const wxString &text) { InfoStaticText->SetLabel (text); }
protected:
void OnPimChanged (wxCommandEvent& event);
+ void OnPimChanged (int pim);
};
}