comparison console/libgnt/gntentry.h @ 13882:5c750626eaa5

[gaim-migrate @ 16362] New widget GntTextView. It's really simple as it is. But it 'works'. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 28 Jun 2006 00:17:35 +0000
parents 5b288502a382
children a71678d2da16
comparison
equal deleted inserted replaced
13881:5d5e249c488e 13882:5c750626eaa5
67 67
68 GntWidget *gnt_entry_new(const char *text); 68 GntWidget *gnt_entry_new(const char *text);
69 69
70 void gnt_entry_set_max(GntEntry *entry, int max); 70 void gnt_entry_set_max(GntEntry *entry, int max);
71 71
72 /* XXX: For now, call gnt_entry_clear before calling this */
72 void gnt_entry_set_text(GntEntry *entry, const char *text); 73 void gnt_entry_set_text(GntEntry *entry, const char *text);
73 74
74 void gnt_entry_set_flag(GntEntry *entry, GntEntryFlag flag); 75 void gnt_entry_set_flag(GntEntry *entry, GntEntryFlag flag);
75 76
77 const char *gnt_entry_get_text(GntEntry *entry);
78
79 void gnt_entry_clear(GntEntry *entry);
80
76 G_END_DECLS 81 G_END_DECLS
77 82
78 #endif /* GNT_ENTRY_H */ 83 #endif /* GNT_ENTRY_H */