I know there are some nice '!' one's at ikony. Just resize to 24x24 like the
errorbox one :-)
dctanner.
----- Original Message -----
From: "Luc Pionchon" <luc.pionchon_at_welho.com>
To: <gpe_at_handhelds.org>
Sent: Monday, July 22, 2002 7:25 PM
Subject: Re: [Gpe] gpe-sketchpad 0.1.2
> On 21 Jul 2002 19:34:26 +0100
> Philip Blundell <pb_at_nexus.co.uk> wrote:
>
> > 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.
>
> hmm I thought it was... damn! automake added gtk stuff before,
> but it seems to be working anyway on my ipaq... (?)
> I am thinking trashing all the glade and automake/conf stuff. It is nice
for fast gui prototyping but after that, I am not too familiar with it and
may prefer a single hand made makefile.
>
> >
> > > 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
>
> of course!
>
> So I updated it like this (check cvs):
>
> if(confirm_action_dialog_box("Delete document?","Delete")){
> delete_document();
> }
> */
> gboolean confirm_action_dialog_box(gchar * text,
> gchar * action_button_label);
>
> maybe I should add a "warning" icon? what do you think?
>
> > functions with a leading underscore is bad practice - those identifiers
> > are reserved for the implementation.
> Ooooops, fixed.
>
> luc
> _______________________________________________
> GPE mailing list
> GPE_at_handhelds.org
> http://handhelds.org/mailman/listinfo/gpe
>
Received on Tue Jul 23 2002 - 08:03:31 EDT
This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:19:00 EDT