Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: songu
  • Order by date
  1. songu

    How to get the habdle of the object I created in Gtk's Drawing area.

    Hi, Guys Thanks again for the posts. My problem is different than btcpar's. I find in Tkinter, when I create a object in the canvas, it will return a handle, say "item". Then later, I can just use canvas.move(item, options) to move it to a new location, and use canvas.delete(item) to delete...
  2. songu

    How to get the habdle of the object I created in Gtk's Drawing area.

    Thanks for the reply, but my question is how to get the handles of objects created in the canvas, not the canvas itself.
  3. songu

    How to get the habdle of the object I created in Gtk's Drawing area.

    Hi, I am trying to create a GUI, where user can add stuff to a system by drawing it in the canvas, then later on user play around with new object. ie, move, delete, assign properties, etc. But I could not find how to get the handle of the object so that I can refer to it later. Please help and...
  4. songu

    How to contian a GUI window generated by other program in a frame?

    Hi, I am trying to write a wrapper scripts, whcih should run another progame and hold the generated GUI window in its frame. Don't know how to do it. I am using "os.system()" to run that program. Can anybody help? Thanks a lot!

Part and Inventory Search

Back
Top