CPointerType[type] is a symbolic representation of a type that is a pointer to a type.
CString[string] is a symbolic representation of a string expression.
InvokeMethod[name, {} | content] calls a widget method on the wrapping contexted widget.InvokeMethod[{target, name}, content] calls a widget method on the specified target ...
InvokeThread is an option to GUIKit symbols which specifies what thread the invocation should execute on.
InvokeWait is an option to GUIKit symbols which determines whether a threaded invocation should wait for a result or continue on immediately without a response.
WidgetLayout is an option to Widget, WidgetReference, and WidgetGroup that contains suboptions controlling layout.
ChromaticPolynomial[g, z] gives the chromatic polynomial P(z) of graph g, which counts the number of ways to color g with, at most, z colors.
CoxeterGraph gives a non-Hamiltonian graph with a high degree of symmetry such that there is a graph automorphism taking any path of length 3 to any other.
CycleIndex[pg, x] returns the polynomial in x[1], x[2], ..., x[index[pg]] that is the cycle index of the permutation group pg. Here index[pg] refers to the length of each ...
Distances[g, v] returns the distances in nondecreasing order from vertex v to all vertices in g, treating g as an unweighted graph.