Home
last modified time | relevance | path

Searched refs:btn_h (Results 1 – 16 of 16) sorted by last modified time

/dports/comms/fldigi/fldigi-4.1.20/src/misc/
H A Dnewinstall.cxx368 static int btn_h = 22; variable
397 bw, btn_h, in create_wizard()
527 …Wizard* w = new Wizard(grpOperator->w(), grpOperator->h() + (btn_h + 2 * pad), _("Fldigi configura… in show_wizard()
/dports/editors/cudatext/CudaText-1.151.0/app/readme/wiki/
H A Dcudatext_api.wiki387 ** "btn_h": int: Button's handle. Use this handle with button_proc().
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_py_api.inc4552 'btn_h',
/dports/comms/fldigi/fldigi-4.1.20/src/include/
H A Dcombo.h150 inline int btn_h() { return h(); } in btn_h() function
158 btn->resize(btn_x(), btn_y(), btn_w(), btn_h()); in resize()
/dports/comms/flmsg/flmsg-4.0.19/src/include/
H A Dcombo.h138 inline int btn_h() { return h(); } in btn_h() function
146 btn->resize(btn_x(), btn_y(), btn_w(), btn_h()); in resize()
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/lua/
H A Dcompatinit.lua62 local btn_w, btn_h = entry[ 1 ].width, entry[ 1 ].height
65 local center_y = btn_y + btn_h // 2
H A Dsystem.lua275 local btn_w, btn_h = button.width, button.height
278 local center_y = btn_y + btn_h // 2
/dports/comms/flrig/flrig-1.3.54/src/include/
H A Dcombo.h141 inline int btn_h() { return h(); } in btn_h() function
149 btn->resize(btn_x(), btn_y(), btn_w(), btn_h()); in resize()
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dsheet-control-gui.c357 int h, w, btn_h, btn_w, tmp; in scg_resize() local
370 btn_h = h - gnm_item_bar_indent (scg->pane[0]->col.item); in scg_resize()
373 gtk_widget_set_size_request (scg->select_all_btn, btn_w, btn_h); in scg_resize()
384 -1, btn_h, scg->row_group.buttons, scg->row_group.button_box); in scg_resize()
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dfilebrowser.cc113 int btn_h = 30; in resize() local
121 offset += btn_h; in resize()
123 lbl_path.resize(60, btn_h); in resize()
124 lineedit.resize(std::max((int)width - 60 - brd, 0), btn_h); in resize()
130 std::max((int)height - btn_h - 2*brd - offset, 0)); in resize()
132 btn_def.move(brd, height - btn_h - brd); in resize()
133 btn_def.resize(btn_w, btn_h); in resize()
135 btn_esc.move(width - (brd + btn_w + brd + btn_w), height - btn_h - brd); in resize()
136 btn_esc.resize(btn_w, btn_h); in resize()
138 btn_sel.move(width - (brd + btn_w), height - btn_h - brd); in resize()
[all …]
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dtgcwdl.c1539 int btn_w=0, btn_h=0; local
1542 &btn_w, &btn_h);
1544 pTdgtBtnRow->pti, cbi[i].ctl_id, 0, 0, btn_w, btn_h,
H A Dtdgtbrow.c292 int btn_w=0, btn_h=0; local
297 &btn_h);
300 if (pn_content_h != NULL) *pn_content_h = btn_h;
H A Dtdgtbtn.c64 int btn_w=ButtonWidth(text, min_len, NULL)+(h_pad<<1), btn_h=0; local
67 btn_h = boldMsgFontHeight;
69 btn_h = msgFontHeight;
71 btn_h = defaultFontHeight;
73 btn_h += (v_pad<<1)+(windowPadding<<1);
76 if (pn_height != NULL) *pn_height = btn_h;
H A Dtgisdl.c625 int btn_w=0, btn_h=0; local
628 &btn_w, &btn_h);
630 pTdgtBtnRow->pti, cbi[i].ctl_id, 0, 0, btn_w, btn_h,
H A Dtgtwb5dl.c1110 int btn_w=0, btn_h=0; local
1119 &btn_w, &btn_h);
1121 pTdgtBtnRow->pti, cbi[i].ctl_id, 0, 0, btn_w, btn_h,
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/sdl/
H A Dsdlmeta.c997 int btn_x, btn_y, btn_h; in Meta_window() local
1045 btn_h = btn->bounds.h; in Meta_window()
1046 btn_y += btn_h + 5; in Meta_window()
1058 btn_h = btn->bounds.h; in Meta_window()
1059 btn_y += btn_h + 5; in Meta_window()
1071 btn_h = btn->bounds.h; in Meta_window()
1072 btn_y += btn_h + 5; in Meta_window()