Re: Window styles
- From: Stefan Salewski <mail ssalewski de>
- To: John Emmas <johne53 tiscali co uk>
- Cc: gtk-app-devel-list <gtk-app-devel-list gnome org>
- Subject: Re: Window styles
- Date: Thu, 26 May 2011 19:23:42 +0200
On Thu, 2011-05-26 at 18:14 +0100, John Emmas wrote:
Using gtk_window_new() will create a window which the user can re-size
and maximize. I don't want my user to be able to perform these
actions. In my old Win32 days I'd achieve it by creating a window,
then removing the styles WS_THICKFRAME and WS_MAXIMIZEBOX. How do I
achieve this with gtk?
John
http://developer.gnome.org/gtk/stable/GtkWindow.html
Is
gtk_window_set_resizable
and similar not working for you?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]