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



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]