On Sun, 2002-07-21 at 17:17, Luc Pionchon wrote:
> I updated the sketchbook (cvs & unstable feed)
> It is now linked to libgpewidget (but no png support yet)
Cool. You might want to try moving libgpewidget to the front of your
link order, so that it gets a chance to do things like hide the X cursor
in stylus mode.
> void _confirm_action_dialog_box(gchar * text,
> gchar * action_button_label,
> void (*action_function)(gpointer data),
> gpointer action_function_data);
This is a nice idea: I'd like to have something of the kind in
libgpewidget. Since it's asking a yes/no question, why not just have
this function return a boolean result (similar to the way that
smallbox() returns the string it fetched from the user)? Also, naming
functions with a leading underscore is bad practice - those identifiers
are reserved for the implementation.
p.
Received on Sun Jul 21 2002 - 18:34:31 EDT
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:19:00 EDT