[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: erasing (cleaning) drawing area
- From: Havoc Pennington <rhp zirx pair com>
- To: lista de discussao de aplicações em gtk <gtk-app-devel-list redhat com>
- Subject: Re: erasing (cleaning) drawing area
- Date: Fri, 25 Jun 1999 14:25:21 -0400 (EDT)
On Fri, 25 Jun 1999, Relder Pereira dos Santos wrote:
>
> How can I do to erase a drawing Area???
>
Just draw a big rectangle over the top of everything.
> One other thing... i need a function that closes (or kill) juas a
> dialog window... (a message window)... not to quit the entire
> program...
>
gtk_widget_destroy(dialog);
or
gnome_dialog_close(GNOME_DIALOG(dialog));
the second is for GnomeDialog, the first is for a plain Gtk dialog.
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]