Re: How gtk_widget_hide works?



"Andr s" Giraldo <andres_giraldo yahoo com> writes:
> 
> I'm trying to set unvisible a window, using:
> 
> GtkWidget *window;
> 
> gtk_widget_hide (window);
> 
> but it doesn't work... I'm just need to hide a window
> to set it unvisible for a while, so what am I doing wrong?
> 

gtk_widget_hide() should work, must be something else wrong with the
code.

Havoc




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