[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: erasing (cleaning) drawing area




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]