Re: [gtk-list] Beginner's GTK+ questions



	As far as I know you will need a window in which to place the widget.
You can create a window without the window manager decorations, using:

	gtk_window_new (GTK_WINDOW_POPUP)

Cheers,
Achint


Justin Ross wrote:
> 
> I've been duking it out with the docs, but I'm not cool enough to figure
> it out.
> 
> 1. I want to set the background color of just one widget, a button.
> 
> 2. My project is a little weird: I don't think I'll need a window
> manager.  All Ineed to be able to do is position the widgets in the
> display, sans decorations.  Is this possible without a wm?
> 
> Thanks,
> Justin
> 
> 
> 
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
> 
> --
> To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null

-- 
Achint Sandhu
Nortel Networks

FORTRAN?  The syntactically incorrect statement "DO 10 I = 1.10" 
will parse and generate code creating a variable, DO10I, as follows: 
"DO10I = 1.10"  If that doesn't terrify you, it should.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]