Home
last modified time | relevance | path

Searched refs:column_label_height (Results 1 – 9 of 9) sorted by relevance

/dports/math/grace/grace-5.1.25/Xbae/Xbae/
H A DScrollMgr.c556 int column_label_height = COLUMN_LABEL_HEIGHT(mw); local
655 if (column_label_height)
659 column_label_height - 1, False);
760 if (column_label_height)
765 width, column_label_height,
816 if (column_label_height)
820 column_label_height,
1097 horiz_sb_offset + column_label_height - 1);
1141 horiz_sb_offset + column_label_height);
1182 horiz_sb_offset + column_label_height - 1);
[all …]
H A DUtils.c711 int column_label_height = COLUMN_LABEL_HEIGHT(mw); local
1139 column_label_height + horiz_sb_offset);
1151 column_label_height + horiz_sb_offset);
1162 column_label_height + horiz_sb_offset);
/dports/x11-toolkits/xbae/xbae-4.60.4/src/
H A DScrollMgr.c250 int column_label_height = COLUMN_LABEL_HEIGHT(mw); in xbaeRedrawLabelsAndFixed() local
307 row_label_width + vert_sb_offset, column_label_height + horiz_sb_offset, in xbaeRedrawLabelsAndFixed()
H A DMethods.c876 int column_label_height = COLUMN_LABEL_HEIGHT(mw); in xbaeRelayout() local
1085column_label_height + 2 * mw->manager.shadow_thickness); in xbaeRelayout()
1150 vsb_y = column_label_height; in xbaeRelayout()
1201 … fixed_row_position = HORIZ_SB_OFFSET(mw) + column_label_height + mw->manager.shadow_thickness; in xbaeRelayout()
1238 if (!column_label_height || !VISIBLE_NON_FIXED_WIDTH(mw)) { in xbaeRelayout()
1246 column_label_height, in xbaeRelayout()
2386 int column_label_height = COLUMN_LABEL_HEIGHT(mw); in xbaeDeleteColumns() local
2460 || (column_label_height != COLUMN_LABEL_HEIGHT(mw))) { in xbaeDeleteColumns()
H A DPublic.c2495 int column_label_height; in XbaeMatrixSetColumnLabel() local
2504 column_label_height = COLUMN_LABEL_HEIGHT(mw); in XbaeMatrixSetColumnLabel()
2535 if (column_label_height != COLUMN_LABEL_HEIGHT(mw)) { in XbaeMatrixSetColumnLabel()
2548 int column_label_height; in XbaeMatrixSetXmColumnLabel() local
2557 column_label_height = COLUMN_LABEL_HEIGHT(mw); in XbaeMatrixSetXmColumnLabel()
2588 if (column_label_height != COLUMN_LABEL_HEIGHT(mw)) { in XbaeMatrixSetXmColumnLabel()
/dports/www/py-puppetboard/puppetboard-3.3.0/puppetboard/
H A Dapp.py632 column_label_height = 5
638 break_size = (len(facts) + column_label_count * column_label_height) / 4.0
665 count += column_label_height
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/editors/
H A Dtable_editor.py239 column_label_height = Int(25) variable in ToolkitEditorFactory
/dports/devel/py-pyface/pyface-7.2.0/pyface/ui/wx/grid/
H A Dgrid.py124 column_label_height = Int(32) variable in Grid
643 if self.column_label_height is not None:
644 self._grid.SetColLabelSize(self.column_label_height)
658 self._grid.SetColLabelSize(self.column_label_height)
/dports/graphics/py-traitsui/traitsui-7.1.1/traitsui/wx/
H A Dtable_editor.py366 column_label_height=factory.column_label_height,