import pygtk. pygtk.require( '2.0' ). import gtk. window = gtk.Window(). window.resize( 100 , 100 ). button = gtk.Button( "hello world" ).
確定! 回上一頁