Bugzilla – Attachment 176483 Details for
Bug 326158
YaST constantly steals focus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
Test case
transient.py (text/x-python), 558 bytes, created by
Forgotten User h13THG8RK1
on 2007-10-05 11:17:43 UTC
(
hide
)
Description:
Test case
Filename:
MIME Type:
Creator:
Forgotten User h13THG8RK1
Created:
2007-10-05 11:17:43 UTC
Size:
558 bytes
patch
obsolete
>#!/usr/bin/python >import gtk, gobject > >class TestWindow (gtk.Window): > def __init__ (self): > gtk.Window.__init__ (self) > self.set_title ("Test Window") > child = gtk.Button ("Button") > child.show() > self.add (child) > self.set_default_size (300, 300) > >main_window = TestWindow() >popup_window = TestWindow() >popup_window.set_transient_for (main_window) > >def popup_cb(): > popup_window.show() > return True > >def quit_cb(): > gtk.main_quit() > return True > >gobject.timeout_add (2000, popup_cb) >gobject.timeout_add (4000, quit_cb) > >main_window.show() >gtk.main()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 326158
: 176483