On 14 Jun 2003 00:03:12 +1000, Scott Smedley wrote:
> 
> +sub showMessage ($$;$)
> +{
> +     my $self = shift;
> +     my $msg = shift;
> +     my $title = shift || ($self->name . " Message");
> +
> +     $self->topLevel()->messageBox(-icon => 'info',
> +                     -type => 'ok',
> +                     -title => $title,
> +                     -message => $msg);
> +}

Ok, can you implement showDebug for Tk too?

As the first implementer you may do whatever is useful for you, for
example the dialog may include an option to redirect the debug to file or
stderr or just do what GTK+ does.

If you want your patches to be included without changes, use Tabs like
you do, but make sure it looks structured with any Tab width, like 3 or
20, and surely not just 4.

Regards,
Mikhael.
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to