Searched refs:insert_separator (Results 1 – 4 of 4) sorted by relevance
575 | U1 op { if (insert_separator(1)) return -1; } names_push578 | U2 op { if (insert_separator(1)) return -1; } names_push581 | U3 op { if (insert_separator(1)) return -1; } names_push584 | R1 op { if (insert_separator(1)) return -1; } names_push587 | R2 op { if (insert_separator(1)) return -1; } names_push590 | R3 op { if (insert_separator(1)) return -1; } names_push593 | T1 op { if (insert_separator(1)) return -1; } names_push596 | T2 op { if (insert_separator(1)) return -1; } names_push599 | T3 op { if (insert_separator(1)) return -1; } names_push605 | SOURCE ROLE { if (insert_separator(1)) return -1; } names_push[all …]
72 int insert_separator(int push);
99 int insert_separator(int push) in insert_separator() function
3362 def insert_separator(self, index, cnf={}, **kw): member in Menu