You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
""" Return all item type names and collections of applicable parenting types as a mapping.
193
193
194
-
This function returns the set of rules defined defined within Dear PyGui. At runtime, these rules are combined with those from `get_allowed_children()`, and what is allowed here might be disabled there. To get the actual possible combinations of chilren and parent types, see `get_possible_parents()` and `get_possible_children()`.
194
+
This function returns a set of rules defined within Dear PyGui. At runtime, these rules get combined with those from `get_allowed_children()`, and what is allowed here might be disabled there. To get the actual possible combinations of chilren and parent types, see `get_possible_parents()` and `get_possible_children()`.
195
195
196
196
Args:
197
197
distinct_allow_all (bool): If set to True, entries for the items accepted by any parent will be set to None. This allows to detect and handle such cases specially if needed. If False, all item types will be listed explicitly in such entries, which allows more straightforward processing of the dict.
""" Return all item type names and collections of applicable child types as a mapping.
377
377
378
-
This function returns the set of rules defined defined within Dear PyGui. At runtime, these rules are combined with those from `get_allowed_parents()`, and what is allowed here might be disabled there. To get the actual possible combinations of chilren and parent types, see `get_possible_parents()` and `get_possible_children()`.
378
+
This function returns a set of rules defined within Dear PyGui. At runtime, these rules get combined with those from `get_allowed_parents()`, and what is allowed here might be disabled there. To get the actual possible combinations of chilren and parent types, see `get_possible_parents()` and `get_possible_children()`.
379
379
380
380
Args:
381
381
distinct_allow_all (bool): If set to True, entries for the items accepting all children types will be set to None. This allows to detect and handle such cases specially if needed. If False, all item types will be listed explicitly in such entries, which allows more straightforward processing of the dict.
0 commit comments