Re: Resize borders and title bars
- From: Owen Taylor <otaylor redhat com>
- To: "Chris Dickson" <chris pandromeda com>
- Cc: <gtk-app-devel-list gnome org>
- Subject: Re: Resize borders and title bars
- Date: 14 Jul 2001 19:32:51 -0400
"Chris Dickson" <chris pandromeda com> writes:
hi all,
This is quick question,....has anybody tried or knows how to get a resizable
window with out the standard GTK title bar. As this is possible other
platforms like MSW and Mac.
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_widget_realize (window);
gdk_window_set_decorations (window->window, GTK_DECOR_ALL | GDK_DECOR_TITLE);
Whether your window manager will respect is another thing.
MWM and Fvwm will ... not sure what else.
Regards,
Owen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]