enter->button_enter
- From: Tim Janik <timj gtk org>
- To: Manish Singh <yosh gimp org>
- cc: Gtk+ Developers <gtk-devel-list redhat com>
- Subject: enter->button_enter
- Date: Thu, 17 Dec 1998 23:34:00 +0100 (CET)
hi yosh,
Wed Dec 16 21:20:00 PST 1998 Manish Singh <yosh@gimp.org>
* autogen.sh: rm -rf intl breaks --disable-nls, put it back
* gtkbutton.[ch]
* gtktogglebutton.c: s/(enter|leave)/$1_button/g.
Digital: 1 GTK+: 0 (for now)
this breaks with the convention that signals have to be named like
the corresponding class memebers, could you explain why you
- void (* enter) (GtkButton *button);
- void (* leave) (GtkButton *button);
+ void (* enter_button) (GtkButton *button);
+ void (* leave_button) (GtkButton *button);
also, what does "Digital: 1 GTK+: 0 (for now)" mean?
---
ciaoTJ
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]