gtk 1.2 gdk_window_set_decorations question
- From: Michael L Torrie <torriem cs byu edu>
- To: <gtk-devel-list gnome org>
- Subject: gtk 1.2 gdk_window_set_decorations question
- Date: Sat, 11 Aug 2001 16:47:29 -0600 (MDT)
I'm trying to write a gtk app that I want to display without any windo
decorations. (It will run full screen on a PDA). I've tried doing the
following:
gdk_window_set_decorations(window1->window);
where window1 is aa GtkWindow top-level window. I've tried putting it
in various places, before the show() command, and after. I can't get it
to work at all. What's the proper procedure for doing this? Before or
after the window is realized, widgets added to it, or what?
Also, how to I get the window manager to maximize my app using GDK/GTK
calls (or Xlib calls if necessary)?
Thanks,
Michael
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]