Home
last modified time | relevance | path

Searched refs:get_child1 (Results 1 – 25 of 46) sorted by relevance

12

/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_qltk_paned.py105 self.assertIsNone(paned.get_child1())
112 children = [paned.get_child1(), paned.get_child2()]
119 self.assertIs(sws[0], paned.get_child1())
127 self.assertIs(sws[0], root_paned.get_child1())
130 self.assertIs(sws[1], sub_paned.get_child1())
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/pydock/
H A DPyDockComposite.py27 repr(self.paned.get_child1()),
43 if old == self.paned.get_child1():
52 if component == self.paned.get_child1():
55 new = self.paned.get_child1()
/dports/x11/guake/Guake-3.4.0/guake/
H A Dboxes.py280 return self.get_child1().get_terminals() + self.get_child2().get_terminals()
283 for t in self.get_child1().iter_terminals():
289 if self.get_child1() is old:
314 if self.get_child1() is child:
320 livingChild = self.get_child1()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dpaned.cc198 Widget* Paned::get_child1() in get_child1() function in Gtk::Paned
203 const Widget* Paned::get_child1() const in get_child1() function in Gtk::Paned
205 return const_cast<Paned*>(this)->get_child1(); in get_child1()
H A Dpaned.h206 Widget* get_child1();
214 const Widget* get_child1() const;
/dports/x11/terminator/terminator-2.1.1/terminatorlib/
H A Dpaned.py85 if self.get_child1():
252 children.append(self.get_child1())
398 terminal = self.get_child1()
404 terminal = self.get_child1()
412 self.get_child1().create_layout(children[keys[0]])
422 self.get_child1().grab_focus()
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/docks/
H A Ddockmanager.cpp86 is_first = paned != NULL && paned->get_child1() == &widget; in DockLinkPoint()
92 if (paned && is_first && paned->get_child1()) in unlink()
93 paned->remove(*paned->get_child1()); in unlink()
300 if (paned->get_child1() && paned->get_child2()) return; in remove_empty_container_recursive()
301 Gtk::Widget *child = paned->get_child1() ? paned->get_child1() : paned->get_child2(); in remove_empty_container_recursive()
626 write_widget(x, paned->get_child1()); in write_widget()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/docks/
H A Ddockmanager.cpp86 is_first = paned != NULL && paned->get_child1() == &widget; in DockLinkPoint()
92 if (paned && is_first && paned->get_child1()) in unlink()
93 paned->remove(*paned->get_child1()); in unlink()
300 if (paned->get_child1() && paned->get_child2()) return; in remove_empty_container_recursive()
301 Gtk::Widget *child = paned->get_child1() ? paned->get_child1() : paned->get_child2(); in remove_empty_container_recursive()
626 write_widget(x, paned->get_child1()); in write_widget()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/docks/
H A Ddockmanager.cpp86 is_first = paned != NULL && paned->get_child1() == &widget; in DockLinkPoint()
92 if (paned && is_first && paned->get_child1()) in unlink()
93 paned->remove(*paned->get_child1()); in unlink()
300 if (paned->get_child1() && paned->get_child2()) return; in remove_empty_container_recursive()
301 Gtk::Widget *child = paned->get_child1() ? paned->get_child1() : paned->get_child2(); in remove_empty_container_recursive()
626 write_widget(x, paned->get_child1()); in write_widget()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dpaned.cc188 Widget* Paned::get_child1() in get_child1() function in Gtk::Paned
193 const Widget* Paned::get_child1() const in get_child1() function in Gtk::Paned
195 return const_cast<Paned*>(this)->get_child1(); in get_child1()
H A Dpaned.h184 Widget* get_child1();
192 const Widget* get_child1() const;
/dports/graphics/mypaint/mypaint-2.0.1/gui/
H A Dtoolstack.py104 assert placeholder is not parent.get_child1()
161 c1 = self.get_child1()
323 assert self is parent_paned.get_child1()
799 widget = widget.get_child1()
812 queue.append(widget.get_child1())
839 queue.append(widget.get_child1())
903 assert nb is nb_parent.get_child1()
909 assert nb_parent is not nb_grandparent.get_child1()
/dports/devel/gitg/gitg-3.32.1/gitg/
H A Dgitg-animated-paned.vala74 get_child1().hide();
192 get_child1().show();
/dports/devel/gitg/gitg-3.32.1/gitg/history/
H A Dgitg-history-paned.vala124 if (!paned.get_child1().visible || !paned.get_child2().visible)
186 if (!get_child1().visible || !get_child2().visible)
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/src/
H A Dpaned.hg85 _WRAP_METHOD(Widget* get_child1(), gtk_paned_get_child1)
86 _WRAP_METHOD(const Widget* get_child1() const, gtk_paned_get_child1, constversion)
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/src/
H A Dpaned.hg81 _WRAP_METHOD(Widget* get_child1(), gtk_paned_get_child1)
82 _WRAP_METHOD(const Widget* get_child1() const, gtk_paned_get_child1, constversion)
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/demos/gtk-demo/
H A Dexample_panes.cc139 Gtk::Widget *const pChild = m_pPaned->get_child1(); in on_checkbutton1()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkPaned.t34 is ($vpaned->get_child1, $vframe1);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/demos/gtk-demo/
H A Dexample_panes.cc139 Gtk::Widget *const pChild = m_pPaned->get_child1(); in on_checkbutton1()
/dports/multimedia/gpodder/gpodder-3.10.17/src/gpodder/gtkui/
H A Dconfig.py140 paned_child = paned.get_child1()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dpaned.py260 if len(paneds) == 1 and not paneds[0].get_child1():
H A Dfilesel.py577 dirlist = self.get_child1().get_child()
591 dirlist = self.get_child1().get_child()
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/xs/
H A DGtkPaned.xs64 Gtk2::Paned::get_child1 = 2
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/perspectives/
H A D__init__.py102 if leaf == parent.get_child1():
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dpaned.rs434 fn get_child1(&self) -> Option<Widget>; in get_child1() method
537 fn get_child1(&self) -> Option<Widget> { in get_child1() method

12