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

  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 319 self.paned = ttk.Panedwindow()
322 self.paned.destroy()
327 # attempt to add a child that is not a direct child of the paned window
328 label = ttk.Label(self.paned)
330 self.assertRaises(Tkinter.TclError, self.paned.add, child)
336 self.assertRaises(Tkinter.TclError, self.paned.add, child)
341 self.paned.add(good_child)
343 self.assertRaises(Tkinter.TclError, self.paned.add, good_child)
345 other_child = ttk.Label(self.paned)
346 self.paned.add(other_child
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 319 self.paned = ttk.Panedwindow()
322 self.paned.destroy()
327 # attempt to add a child that is not a direct child of the paned window
328 label = ttk.Label(self.paned)
330 self.assertRaises(Tkinter.TclError, self.paned.add, child)
336 self.assertRaises(Tkinter.TclError, self.paned.add, child)
341 self.paned.add(good_child)
343 self.assertRaises(Tkinter.TclError, self.paned.add, good_child)
345 other_child = ttk.Label(self.paned)
346 self.paned.add(other_child
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 319 self.paned = ttk.Panedwindow()
322 self.paned.destroy()
327 # attempt to add a child that is not a direct child of the paned window
328 label = ttk.Label(self.paned)
330 self.assertRaises(Tkinter.TclError, self.paned.add, child)
336 self.assertRaises(Tkinter.TclError, self.paned.add, child)
341 self.paned.add(good_child)
343 self.assertRaises(Tkinter.TclError, self.paned.add, good_child)
345 other_child = ttk.Label(self.paned)
346 self.paned.add(other_child
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 319 self.paned = ttk.Panedwindow()
322 self.paned.destroy()
327 # attempt to add a child that is not a direct child of the paned window
328 label = ttk.Label(self.paned)
330 self.assertRaises(Tkinter.TclError, self.paned.add, child)
336 self.assertRaises(Tkinter.TclError, self.paned.add, child)
341 self.paned.add(good_child)
343 self.assertRaises(Tkinter.TclError, self.paned.add, good_child)
345 other_child = ttk.Label(self.paned)
346 self.paned.add(other_child
    [all...]
  /external/opencv3/modules/highgui/src/
window_gtk.cpp 523 GtkWidget* paned; member in struct:CvWindow
662 window->frame != widget && window->paned != widget )
1039 window->paned = gtk_vbox_new( FALSE, 0 );
1041 gtk_box_pack_end( GTK_BOX(window->paned), window->widget, TRUE, TRUE, 0 );
1043 gtk_container_add( GTK_CONTAINER(window->frame), window->paned );
1044 gtk_widget_show( window->paned );
    [all...]

Completed in 655 milliseconds