comparison console/libgnt/gntentry.h @ 13979:a71678d2da16

[gaim-migrate @ 16540] Complete the notify-ui. I have been unable to test the searchresult-ui. But "looks like" it will work. The accounts-ui is also mostly . I am yet to add the proxy-options. And you cannot still delete an account. That will happen after the request-ui is complete. The account-edit dialog needs some work, but it's usable. Added GntCheckBox, and add some features to some other gnt-widgets. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 23 Jul 2006 01:10:06 +0000
parents 5c750626eaa5
children ae4cbed1b309
comparison
equal deleted inserted replaced
13978:ea00953490a8 13979:a71678d2da16
47 /* 0 <= cursor - scroll < widget-width */ 47 /* 0 <= cursor - scroll < widget-width */
48 48
49 size_t buffer; /* Size of the buffer */ 49 size_t buffer; /* Size of the buffer */
50 50
51 int max; /* 0 means infinite */ 51 int max; /* 0 means infinite */
52 gboolean masked;
52 }; 53 };
53 54
54 struct _GnEntryClass 55 struct _GnEntryClass
55 { 56 {
56 GntWidgetClass parent; 57 GntWidgetClass parent;
76 77
77 const char *gnt_entry_get_text(GntEntry *entry); 78 const char *gnt_entry_get_text(GntEntry *entry);
78 79
79 void gnt_entry_clear(GntEntry *entry); 80 void gnt_entry_clear(GntEntry *entry);
80 81
82 void gnt_entry_set_masked(GntEntry *entry, gboolean set);
83
81 G_END_DECLS 84 G_END_DECLS
82 85
83 #endif /* GNT_ENTRY_H */ 86 #endif /* GNT_ENTRY_H */