comparison finch/libgnt/gntutils.h @ 21158:bddf964880cf

disapproval of revision '240095fc3a12eafe8418f57362c4b2a88da143c1'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 07 Nov 2007 13:49:26 +0000
parents 8d73d519155a
children e119edfc0fb0
comparison
equal deleted inserted replaced
21157:8d73d519155a 21158:bddf964880cf
145 gboolean gnt_util_parse_xhtml_to_textview(const char *string, GntTextView *tv); 145 gboolean gnt_util_parse_xhtml_to_textview(const char *string, GntTextView *tv);
146 146
147 /** 147 /**
148 * Make some keypress activate a button when some key is pressed with 'wid' in focus. 148 * Make some keypress activate a button when some key is pressed with 'wid' in focus.
149 * 149 *
150 * @param wid The widget 150 * @param widget The widget
151 * @param text The key to trigger the button 151 * @param key The key to trigger the button
152 * @param button The button to trigger 152 * @param button The button to trigger
153 * 153 *
154 * @since 2.0.0 (gnt), 2.1.0 (pidgin) 154 * @since 2.0.0 (gnt), 2.1.0 (pidgin)
155 */ 155 */
156 void gnt_util_set_trigger_widget(GntWidget *wid, const char *text, GntWidget *button); 156 void gnt_util_set_trigger_widget(GntWidget *wid, const char *text, GntWidget *button);