Home
last modified time | relevance | path

Searched defs:childAfter (Results 1 – 6 of 6) sorted by relevance

/dports/x11/workrave/workrave-1.10.44/contrib/send_menu_command/win32/
H A DSend_Command_to_Workrave_Example.cs48 …static extern IntPtr FindWindowEx(IntPtr parentHandle, IntPtr childAfter, string lclassName, strin… in FindWindowEx()
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/System/
H A DGameWindow.cs358 …public static extern int FindWindowEx(int parentHandle, int childAfter, string className, int wind… in FindWindowEx()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/euclidean/oned/
H A DIntervalsSet.java542 private BSPTree<Euclidean1D> childAfter(BSPTree<Euclidean1D> node) { in childAfter() method in IntervalsSet
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/geometry/spherical/oned/
H A DArcsSet.java419 private BSPTree<Sphere1D> childAfter(BSPTree<Sphere1D> node) { in childAfter() method in ArcsSet
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptnode.cpp888 Node *Node::childAfter(Node *node) in childAfter() function in KPlato::Node
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dktexteditor.py1440 def childAfter(self): member in KTextEditor.SmartRange