Re: How To Draw a window without an option to Maximize it
- From: Amitesh Singh <singh amitesh gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: How To Draw a window without an option to Maximize it
- Date: Sat, 11 Feb 2006 06:00:26 +0530
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
Amitesh
www.amitesh.info
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]