HomeSort by relevance Sort by last modified time
    Searched refs:balloon (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Demo/tix/samples/
Balloon.py 15 # Your can display the help message in a "balloon" and a status bar widget.
23 balloon = DemoBalloon(root)
24 balloon.mainloop()
25 balloon.destroy()
38 # Create two mysterious widgets that need balloon help
46 # Create the balloon widget and associate it with the widgets that we want
48 b = Tix.Balloon(w, statusbar=status)
  /external/python/cpython2/Demo/tix/
tixwidgets.py 32 self.balloon = None # balloon widget
120 demo.balloon = Tix.Balloon(root)
127 demo.balloon['statusbar'] = demo.statusbar
223 demo.balloon.bind_widget(b1, msg='Choose\na font',
225 demo.balloon.bind_widget(b2, msg='Point size',
263 demo.balloon['state'] = 'both'
265 demo.balloon['state'] = 'none'
761 samples = {'Balloon' : 'Balloon'
    [all...]
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 100 Launches a number of "hog" processes that can be told to "balloon"
249 """Receives a balloon response from a hog.
319 # Send balloon command.

Completed in 231 milliseconds