Home
last modified time | relevance | path

Searched refs:but_height (Results 1 – 4 of 4) sorted by relevance

/dports/biology/seaview/seaview/
H A Dxfmatpt.cxx163 int curr_x, curr_y, fin, width, fontsize, but_height; in create_form_matpt() local
179 but_height = fontsize + 4 * 2; in create_form_matpt()
180 Fl_Group *top = new Fl_Group(fin, curr_y, form->w() - 2 * fin, but_height); in create_form_matpt()
188 obj = cre_button(fin, curr_y, &width, but_height, fontsize, "Reduce"); in create_form_matpt()
233 obj = new Fl_Input(curr_x + width, curr_y, 30, but_height, wsize_label); in create_form_matpt()
244 obj = new Fl_Input(fin + width, curr_y, 30, but_height, wmatch_label); in create_form_matpt()
254 top->add_resizable(*new Fl_Box(curr_x, curr_y, width, but_height) ); in create_form_matpt()
257 curr_y += but_height + 2; in create_form_matpt()
261 obj = cre_button(fin, curr_y, &width, but_height, fontsize, "Align"); in create_form_matpt()
279 obj = cre_button(0, curr_y, &width, but_height, fontsize, "Interrupt"); in create_form_matpt()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DControl.cpp631 int but_height; in draw() local
640 but_height = cControlBoxSize; in draw()
644 but_width, but_height, lightEdge, darkEdge, pushed ORTHOCGOARGVAR); in draw()
649 but_width, but_height, lightEdge, darkEdge, I->ActiveColor ORTHOCGOARGVAR); in draw()
652 but_width, but_height, lightEdge, darkEdge, I->ButtonColor ORTHOCGOARGVAR); in draw()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_align.c354 const float but_height = BLI_rctf_size_y(rect); in ui_block_align_but_to_region() local
360 rect->ymin = but->rect.ymax - but_height; in ui_block_align_but_to_region()
364 rect->ymax = rect->ymin + but_height; in ui_block_align_but_to_region()
H A Dinterface_templates.c783 int but_height) in template_id_def_new_but() argument
837 but_height, in template_id_def_new_but()
851 but_height, in template_id_def_new_but()
1223 const int but_height = UI_UNIT_Y * 1.1; in template_ID_tabs() local
1243 but_height, in template_ID_tabs()
1278 but_height); in template_ID_tabs()