Different wxPython GUI on F14 and F15

Hi All,

The following code have different GUI on Fedora14 and Fedora15.

On Fedora14 it show close button on title bar but in Fedora15 there is no close button.

import wx

class Main(wx.Dialog):

def init(self, parent, id, title):

wx.Dialog.init(self, parent, id, “main”, size=(250, 210), style=wx.DEFAULT_DIALOG_STYLE)

panel = wx.Panel(self, -1)

self.Show()

app = wx.App()

Main(None, -1, ‘’)

app.MainLoop()

Anyone have any idea about this problem?

Regards,

I'm running F15 in fallback mode since I do not care much for the new
Gnome 3 default. I also had to change some things in the Configuration
Editor and Tweak Tool. Lots of links available that discuss the
details.

Dan

···

On Aug 15, 5:50 am, mammar <mam...@gmail.com> wrote:

Hi All,

The following code have different GUI on Fedora14 and Fedora15.

On Fedora14 it show close button on title bar but in Fedora15 there is no
close button.

Thanks for reply.

All the settings are correct in Gnome 3 and it show a close button on title bar according to settings.

···

On Tue, Aug 16, 2011 at 2:28 AM, Dan Koch self.dankoch@gmail.com wrote:

I’m running F15 in fallback mode since I do not care much for the new

Gnome 3 default. I also had to change some things in the Configuration

Editor and Tweak Tool. Lots of links available that discuss the

details.

Dan

On Aug 15, 5:50 am, mammar mam...@gmail.com wrote:

Hi All,

The following code have different GUI on Fedora14 and Fedora15.

On Fedora14 it show close button on title bar but in Fedora15 there is no

close button.

To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com

or visit http://groups.google.com/group/wxPython-users?hl=en