Home
last modified time | relevance | path

Searched refs:largefont (Results 1 – 24 of 24) sorted by relevance

/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/klystron/src/gui/
H A Dfilebox.c87 const Font *largefont, *smallfont; member
376 button.w = strlen("OK") * data.largefont->w + 24; in buttons_view()
412 font_write(data.largefont, dest_surface, &titlearea, title); in title_view()
424 pos.h = data.largefont->h; in file_list_view()
461 pos.w = data.largefont->w; in field_view()
462 pos.h = data.largefont->h; in field_view()
467 int i = my_max(0, data.editpos - content.w / data.largefont->w); in field_view()
478 font_write(data.largefont, dest_surface, &pos, "�"); in field_view()
484 font_write(data.largefont, dest_surface, &content, temp); in field_view()
629 data.largefont = largefont; in filebox()
[all …]
H A Dtoolutil.c39 …le, const char *filter, GfxDomain *domain, GfxSurface *gfx, const Font *largefont, const Font *sma… in open_dialog_fn() argument
46 … ? FB_SAVE : FB_OPEN, filename, filename_size - 1, filter, domain, gfx, largefont, smallfont) == F… in open_dialog_fn()
55 …le, const char *filter, GfxDomain *domain, GfxSurface *gfx, const Font *largefont, const Font *sma… in open_dialog() argument
59 …if (open_dialog_fn(mode, title, filter, domain, gfx, largefont, smallfont, deffilename, filename, … in open_dialog()
62 if (!f) msgbox(domain, gfx, largefont, "Could not open file", MB_OK); in open_dialog()
H A Dtoolutil.h33 …le, const char *filter, GfxDomain *domain, GfxSurface *gfx, const Font *largefont, const Font *sma…
34 …le, const char *filter, GfxDomain *domain, GfxSurface *gfx, const Font *largefont, const Font *sma…
H A Dfilebox.h37 …char *extension, GfxDomain *domain, GfxSurface *gfx, const Font *smallfont, const Font *largefont);
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/import/
H A Dimport.c48 if (mused.modified) r = confirm_ync(domain, mused.slider_bevel, &mused.largefont, "Save song?"); in import_module()
67 …buffer, mod_ext[CASTPTR(int, type)], domain, mused.slider_bevel, &mused.largefont, &mused.smallfon… in import_module()
88 msgbox(domain, mused.slider_bevel, &mused.largefont, buffer, MB_OK); in import_module()
H A Dhubdialog.c33 const Font *largefont, *smallfont; member
111 button.w = strlen("OK") * data.largefont->w + 24; in buttons_view()
113 …button_text_event(dest_surface, event, &button, data.gfx, data.largefont, BEV_BUTTON, BEV_BUTTON_A… in buttons_view()
134 font_write(data.largefont, dest_surface, &titlearea, title); in title_view()
146 data.largefont = &mused.largefont; in hub_view()
H A Dorg.c53 …g("rb", "Locate orgsamp.dat", "dat", domain, mused.slider_bevel, &mused.largefont, &mused.smallfon… in load_orgsamp()
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/
H A Dzap.c10 …if (!CASTPTR(int, no_confirm) && !confirm(domain, mused.slider_bevel, &mused.largefont, "Zap instr… in zap_instruments()
25 …if (!CASTPTR(int, no_confirm) && !confirm(domain, mused.slider_bevel, &mused.largefont, "Zap seque… in zap_sequence()
58 …if (!CASTPTR(int, no_confirm) && !confirm(domain, mused.slider_bevel, &mused.largefont, "Zap FX (n… in zap_fx()
90 …if (!CASTPTR(int, no_confirm) && !confirm(domain, mused.slider_bevel, &mused.largefont, "Zap wavet… in zap_wavetable()
H A Dhelp.c38 const Font *largefont, *smallfont; member
178 font_write(data.largefont, dest_surface, &titlearea, title); in title_view()
190 pos.h = data.largefont->h; in help_list_view()
217 int helpbox(const char *title, GfxDomain *domain, GfxSurface *gfx, const Font *largefont, const Fon… in helpbox() argument
223 data.largefont = largefont; in helpbox()
H A Dhelp.h7 int helpbox(const char *title, GfxDomain *domain, GfxSurface *gfx, const Font *largefont, const Fon…
H A Dstats.c43 msgbox(domain, mused.slider_bevel, &mused.largefont, str, MB_OK); in song_stats()
H A Dtheme.c416 font_destroy(&mused.largefont); in load_theme()
417 font_load_and_set_color(&mused.largefont, &res, "8x8.fnt", colors[COLOR_MAIN_TEXT]); in load_theme()
425 font_set_color(&mused.largefont, colors[COLOR_MAIN_TEXT]); in load_theme()
H A Daction.c268 if (confirm(domain, mused.slider_bevel, &mused.largefont, "Clear song and data?")) in new_song_action()
479 …msgbox(domain, mused.slider_bevel, &mused.largefont, VERSION_STRING "\n" KLYSTRON_VERSION_STRING, … in show_about_box()
672 …if (open_dialog_fn("wb", "Export .WAV", "wav", domain, mused.slider_bevel, &mused.largefont, &muse… in export_wav_action()
702 …if (open_dialog_fn("wb", "Export .WAV", "wav", domain, mused.slider_bevel, &mused.largefont, &muse… in export_channels_action()
965 helpbox("Help", domain, mused.slider_bevel, &mused.largefont, &mused.smallfont); in open_help_no_lock()
H A Ddiskop.c568 if (!confirm(domain, mused.slider_bevel, &mused.largefont, "Save unused song elements?")) in save_song_inner()
883 if (mused.modified) r = confirm_ync(domain, mused.slider_bevel, &mused.largefont, "Save song?"); in open_data()
971 …if (open_dialog_fn(mode[a], str, open_stuff[t].ext, domain, mused.slider_bevel, &mused.largefont, … in open_data()
984 msgbox(domain, mused.slider_bevel, &mused.largefont, "Could not open file", MB_OK); in open_data()
1031 msgbox(domain, mused.slider_bevel, &mused.largefont, str, MB_OK); in open_data()
H A Dmused.h154 Font smallfont, largefont, tinyfont, tinyfont_sequence_counter, tinyfont_sequence_normal; member
H A Dedit.c61 msgbox(domain, mused.slider_bevel, &mused.largefont, "Max patterns exceeded!", MB_OK); in find_unused_pattern()
H A Dmain.c580 r = confirm_ync(domain, mused.slider_bevel, &mused.largefont, "Save song?"); in main()
H A Dmused.c351 font_destroy(&mused.largefont); in deinit()
H A Dview.c271 font_write_args(&mused.largefont, domain, &field, format, value); in generic_field()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Utilities/simmToOpenSim/
H A Dbasic.h573 void* largefont; /* */ variable
H A Dinit.c112 root.gfont.largefont = SIMM_LARGE_FONT; in initialize()
H A Dtools.c847 glueSetFont(root.gfont.largefont); in draw_title_area()
/dports/misc/otter/otter-3.3f/source/formed/
H A Dcallback.c2062 Widget font_form, smallfont, medfont, largefont, cancel; local
2098 largefont = XtCreateManagedWidget("largefont", commandWidgetClass,
2100 XtAddCallback(largefont, XtNcallback, font_callback, LARGEFONT);
2104 XtSetArg(arg[n], XtNfromVert,largefont); n++;
/dports/audio/klystrack/klystrack-1.7.6-make-fix-12-gfe6e746/src/view/
H A Dpattern.c171 const int char_width = mused.largefont.w; in pattern_view_inner()