Home
last modified time | relevance | path

Searched refs:adjust_columns (Results 1 – 6 of 6) sorted by relevance

/dports/devel/git-cola/git-cola-3.10.1/cola/widgets/
H A Dfilelist.py84 def adjust_columns(self, size, old_size): member in FileWidget
97 self.adjust_columns(QSize(), QSize())
100 self.adjust_columns(e.size(), e.oldSize())
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/
H A Ddependencies.py119 self.adjust_columns()
125 def adjust_columns(self): member in DependenciesTableView
184 self.view.adjust_columns()
/dports/devel/py-spyder/spyder-3.2.7/spyder_breakpoints/widgets/
H A Dbreakpointsgui.py154 self.adjust_columns()
160 def adjust_columns(self): member in BreakpointTableView
255 self.dictwidget.adjust_columns()
/dports/irc/epic5/epic5-2.1.6/source/
H A Dircaux.c5397 int adjust_columns; in fix_string_width() local
5418 adjust_columns = newlen - input_cols; in fix_string_width()
5423 right_chop = -adjust_columns; in fix_string_width()
5425 left_chop = (-adjust_columns) / 2; in fix_string_width()
5426 right_chop = (-adjust_columns) - left_chop; in fix_string_width()
5428 left_chop = -adjust_columns; in fix_string_width()
5429 } else if (adjust_columns == 0) { in fix_string_width()
5434 right_add = adjust_columns; in fix_string_width()
5436 left_add = adjust_columns / 2; in fix_string_width()
5437 right_add = adjust_columns - left_chop; in fix_string_width()
[all …]
/dports/devel/py-spyder/spyder-3.2.7/spyder/widgets/variableexplorer/
H A Dnamespacebrowser.py375 self.editor.adjust_columns()
H A Dcollectionseditor.py658 self.adjust_columns()
811 def adjust_columns(self): member in BaseTableView