Re: how to disable maximization of a window
- From: Jan-Marek Glogowski <glogow stud fbi fh-darmstadt de>
- To: nimeesh patel <nimeesh24 yahoo com>
- Cc: <gtk-list gnome org>
- Subject: Re: how to disable maximization of a window
- Date: Fri, 3 Aug 2001 11:46:14 +0200 (CEST)
Hi again
> i created a simple window..
> i want to disable the resizing & maximization of a window..
> i user gtk_window_set_policy() but it just disable the resizing..
>
> how i disable the maximize button of a window .
> actully i want to create a window whose size can not be changed ..
> is there any way to do that .. if ya plz help me....
You also need to change your window type in
gtk_window_new (GtkWindowType type);
The right type for you would be GTK_WINDOW_DIALOG
Bye
Jan-Marek
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]