Re: Theme not affecting titlebar on windows xp... help needed

2006-03-18 Thread Gus Koppel
Michael L Torrie wrote: > On Sat, 2006-03-18 at 00:38 +0100, Gus Koppel wrote: > > However, then you would have to manage all tasks the window manager > > takes care of by yourself, i.e. minimizing and maximizing the window on > > request and providing correct drag behaviour. For resizability of y

Re: Theme not affecting titlebar on windows xp... help needed

2006-03-17 Thread Amitesh Singh
Hi To do Resize ,First Make Border of Window lets say north,north-west,north-east,east,east-south,south,south-west .. add events to each widegts and connect to callback functions which do resizing .. g_signal_connect(G_OBJECT(event_no

Re: Theme not affecting titlebar on windows xp... help needed

2006-03-17 Thread Michael L Torrie
On Sat, 2006-03-18 at 00:38 +0100, Gus Koppel wrote: > However, then you would have to manage all tasks the window manager > takes care of by yourself, i.e. minimizing and maximizing the window on > request and providing correct drag behaviour. For resizability of your > windows you would still hav

RE: Theme not affecting titlebar on windows xp... help needed

2006-03-17 Thread Plummer, Jeff-P56711
: Michael L Torrie [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 4:21 PM To: Plummer, Jeff-P56711; gtk-app-devel-list@gnome.org Subject: Re: Theme not affecting titlebar on windows xp... help needed On Fri, 2006-03-17 at 23:48 +0100, David Necas (Yeti) wrote: > Boring is not the word I wo

Re: Theme not affecting titlebar on windows xp... help needed

2006-03-17 Thread Gus Koppel
"Plummer, Jeff-P56711" wrote: > An application looks strange if the inside boxes have one theme, and the > outsides window has a different theme (i.e. default windows titlebar, > close, minimize, maximize buttons). > > There has to be a way to make a windows application look like something > othe

Re: Theme not affecting titlebar on windows xp... help needed

2006-03-17 Thread Michael L Torrie
On Fri, 2006-03-17 at 23:48 +0100, David Necas (Yeti) wrote: > Boring is not the word I would use, what about familiar, > consistent, predictable, or integrated? Agreed. The problem with GTK on windows always used to be it looked like a horrible, out-of-place motif app. Now with the WIMP theme t

Re: Theme not affecting titlebar on windows xp... help needed

2006-03-17 Thread Michael L Torrie
On Fri, 2006-03-17 at 15:05 -0800, Wallace Owen wrote: > Maybe he remembers the cool looking themes that Enlightenment did, or > the various themes that Gnome's manager provides, confusing window > decoration themability that's the domain of window managers with the > button/label/etc. gui element

Re: Theme not affecting titlebar on windows xp... help needed

2006-03-17 Thread Wallace Owen
On Fri, 2006-03-17 at 15:29 -0700, Michael L Torrie wrote: > On Fri, 2006-03-17 at 14:26 -0700, Plummer, Jeff-P56711 wrote: > > I am using the C# port of GTK+ on Windows XP, and I'm trying to write an > > app that is skinnable. Below is my simple test code that attempts to > > set the theme of the

Re: Theme not affecting titlebar on windows xp... help needed

2006-03-17 Thread David Necas (Yeti)
On Fri, Mar 17, 2006 at 03:37:11PM -0700, Plummer, Jeff-P56711 wrote: > An application looks strange if the inside boxes have one theme, and the > outsides window has a different theme (i.e. default windows titlebar, > close, minimize, maximize buttons). > > There has to be a way to make a windows

RE: Theme not affecting titlebar on windows xp... help needed

2006-03-17 Thread Plummer, Jeff-P56711
. -Original Message- From: Michael L Torrie [mailto:[EMAIL PROTECTED] Sent: Friday, March 17, 2006 3:30 PM To: Plummer, Jeff-P56711 Cc: gtk-app-devel-list@gnome.org Subject: Re: Theme not affecting titlebar on windows xp... help needed On Fri, 2006-03-17 at 14:26 -0700, Plummer, Jeff-P56711

Re: Theme not affecting titlebar on windows xp... help needed

2006-03-17 Thread Michael L Torrie
On Fri, 2006-03-17 at 14:26 -0700, Plummer, Jeff-P56711 wrote: > I am using the C# port of GTK+ on Windows XP, and I'm trying to write an > app that is skinnable. Below is my simple test code that attempts to > set the theme of the window. It sets the theme for all the widgets > inside the main wi