mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 11:28:26 -06:00
User Interface enhancements for PIM
This commit is contained in:
@@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user