Re: How To Draw a window without an option to Maximize it

2006-02-11 Thread Gus Koppel
Amitesh Singh <[EMAIL PROTECTED]> wrote: > > How to Draw a Window without an option to Maximize it ? > i have also tried to do the same using gdk_window_set_decorations (); > but its not working !! :( gdk_window_set_decorations() is basically the right function call to achie

Re: How To Draw a window without an option to Maximize it

2006-02-10 Thread Amitesh Singh
There was error in the code ; it should be .. + static unsigned int j= MAXIMIZE; + j=~j; but still its not working !! :-p I want to disable MAXIMIZE option of Window via gdk_window_set_decorations() ,, although gtk_window_set_resizable (GTK_WINDOW(window),FALSE); does that ! Thanks Amites

Re: How To Draw a window without an option to Maximize it

2006-02-10 Thread Amitesh Singh
2, GDK_DECOR_TITLE = 1 << 3, GDK_DECOR_MENU= 1 << 4, GDK_DECOR_MINIMIZE= 1 << 5, GDK_DECOR_MAXIMIZE= 1 << 6 } GdkWMDecoration; On 2/11/06, Amitesh Singh <[EMAIL PROTECTED]> wrote: > Hi > How to Draw a Window without an option to Maxim

How To Draw a window without an option to Maximize it

2006-02-10 Thread Amitesh Singh
Hi How to Draw a Window without an option to Maximize it ? Regards ! Amitesh ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list