Displaying 1 result from an estimated 1 matches for "_wxpasswordentrydialog_h_".
2007 Jan 08
0
[841] trunk/wxruby2/swig/classes: Added PasswordEntryDialog
...        2007-01-08 01:28:24 UTC (rev 841)
</span><span class="lines">@@ -0,0 +1,18 @@
</span><ins>+// Copyright 2004-2007 by Kevin Smith
+// released under the MIT-style wxruby2 license
+
+#if !defined(_wxPasswordEntryDialog_h_)
+#define _wxPasswordEntryDialog_h_
+
+class wxPasswordEntryDialog : public wxTextEntryDialog
+{
+public:
+ wxPasswordEntryDialog(wxWindow *parent,
+ const wxString& message,
+ const wxString& caption = wxGetPasswordFromUserPromptStr,
+...