Mercurial > pidgin
view plugins/mono/api/Status.cs @ 12557:adf79d8ceb2d
[gaim-migrate @ 14876]
Document the smooth parameter to gtk_imhtml_scroll_to_end.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Mon, 19 Dec 2005 09:15:07 +0000 |
| parents | 67fbd2ff4c4e |
| children |
line wrap: on
line source
namespace Gaim { public class Status { private string id; public string Id { get { return id; } set { id = value; } } } }
