enter->button_enter



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]