Re: Borderless window
- From: tam <tamherlan free fr>
- To: "Dinesh Nadarajah" <dxn1972 hotmail com>, gtk-list gnome org
- Subject: Re: Borderless window
- Date: 14 Nov 2001 10:38:56 CET
On Tue, 13 Nov 2001 23:51:40 -0600, Dinesh Nadarajah said:
> Hi:
>
> How can I create a borderless window (without any of the decorations, any
> window manager buttons, etc)?
>
> Thanks.
>
> -D
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
> _______________________________________________
> gtk-list mailing list
> gtk-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtk-list
>
Hi:
just do
GtkWidget *win;
win=gtk_window_new(GTK_WINDOW_POPUP);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]