comparison finch/libgnt/gntutils.h @ 21161:e119edfc0fb0

applied changes from 172a59b41412c4630834d66f2e7ec3be970cc36b through 365b126365cc18309aea7f8eef0e9b2a19e6bda8 And others.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 07 Nov 2007 14:07:52 +0000
parents bddf964880cf
children
comparison
equal deleted inserted replaced
21160:45e550db32ab 21161:e119edfc0fb0
151 * @param key 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 *widget, const char *key, GntWidget *button);
157 157