Mailinglist Archive: yast-commit (503 mails)
| < Previous | Next > |
[yast-commit] r41138 - /branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc
- From: gs@xxxxxxxxxxxxxxxx
- Date: Thu, 27 Sep 2007 13:25:28 -0000
- Message-id: <20070927132528.4219B250F0@xxxxxxxxxxxxxxxx>
Author: gs
Date: Thu Sep 27 15:25:27 2007
New Revision: 41138
URL: http://svn.opensuse.org/viewcvs/yast?rev=41138&view=rev
Log:
add comment
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc?rev=41138&r1=41137&r2=41138&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc Thu Sep 27 15:25:27 2007
@@ -296,6 +296,14 @@
Redraw();
}
+///////////////////////////////////////////////////////////////////
+//
+//
+// METHOD NAME : NCComboBox::setText
+// METHOD TYPE : void
+//
+// DESCRIPTION :
+//
void NCComboBox::setText( const string & ntext )
{
privText = NCstring( ntext );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Sep 27 15:25:27 2007
New Revision: 41138
URL: http://svn.opensuse.org/viewcvs/yast?rev=41138&view=rev
Log:
add comment
Modified:
branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc
Modified: branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc
URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc?rev=41138&r1=41137&r2=41138&view=diff
==============================================================================
--- branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc (original)
+++ branches/tmp/sh/mod-ui/ncurses/src/NCComboBox.cc Thu Sep 27 15:25:27 2007
@@ -296,6 +296,14 @@
Redraw();
}
+///////////////////////////////////////////////////////////////////
+//
+//
+// METHOD NAME : NCComboBox::setText
+// METHOD TYPE : void
+//
+// DESCRIPTION :
+//
void NCComboBox::setText( const string & ntext )
{
privText = NCstring( ntext );
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |