Home
last modified time | relevance | path

Searched refs:tWindow (Results 1 – 25 of 39) sorted by relevance

12

/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/antiword/
H A Dicons.c15 vUpdateIcon(window_handle tWindow, icon_block *pIcon) in vUpdateIcon() argument
20 tRedraw.window = tWindow; in vUpdateIcon()
30 vUpdateRadioButton(window_handle tWindow, icon_handle tIconNumber, in vUpdateRadioButton() argument
35 Error_CheckFatal(Wimp_GetIconState(tWindow, tIconNumber, &tIcon)); in vUpdateRadioButton()
42 Error_CheckFatal(Wimp_SetIconState(tWindow, tIconNumber, in vUpdateRadioButton()
44 vUpdateIcon(tWindow, &tIcon); in vUpdateRadioButton()
51 vUpdateWriteable(window_handle tWindow, icon_handle tIconNumber, in vUpdateWriteable() argument
74 if (tCaret.window == tWindow && tCaret.icon == tIconNumber) { in vUpdateWriteable()
81 Error_CheckFatal(Wimp_SetIconState(tWindow, tIconNumber, 0, 0)); in vUpdateWriteable()
82 vUpdateIcon(tWindow, &tIcon); in vUpdateWriteable()
[all …]
H A Doptions.c625 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
628 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
631 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
634 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
636 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
638 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
641 vUpdateWriteableNumber(tWindow, in vChoicesOpenAction()
708 vUpdateWriteableNumber(tWindow, in vSetParagraphBreak()
727 vUpdateWriteableNumber(tWindow, in vChangeParagraphBreak()
740 vUpdateRadioButton(tWindow, in vChangeAutofiletype()
[all …]
H A Ddraw.c185 window_handle tWindow; in bDestroyDiagram() local
200 tWindow = pEvent->data.openblock.window; in bDestroyDiagram()
203 tWindow = pEvent->data.key.caret.window; in bDestroyDiagram()
209 if (tWindow != pDiag->tMainWindow) { in bDestroyDiagram()
/dports/textproc/antiword/antiword-0.37/
H A Dicons.c15 vUpdateIcon(window_handle tWindow, icon_block *pIcon) in vUpdateIcon() argument
20 tRedraw.window = tWindow; in vUpdateIcon()
30 vUpdateRadioButton(window_handle tWindow, icon_handle tIconNumber, in vUpdateRadioButton() argument
35 Error_CheckFatal(Wimp_GetIconState(tWindow, tIconNumber, &tIcon)); in vUpdateRadioButton()
42 Error_CheckFatal(Wimp_SetIconState(tWindow, tIconNumber, in vUpdateRadioButton()
44 vUpdateIcon(tWindow, &tIcon); in vUpdateRadioButton()
51 vUpdateWriteable(window_handle tWindow, icon_handle tIconNumber, in vUpdateWriteable() argument
74 if (tCaret.window == tWindow && tCaret.icon == tIconNumber) { in vUpdateWriteable()
81 Error_CheckFatal(Wimp_SetIconState(tWindow, tIconNumber, 0, 0)); in vUpdateWriteable()
82 vUpdateIcon(tWindow, &tIcon); in vUpdateWriteable()
[all …]
H A Doptions.c613 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
616 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
619 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
622 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
624 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
626 vUpdateRadioButton(tWindow, in vChoicesOpenAction()
629 vUpdateWriteableNumber(tWindow, in vChoicesOpenAction()
696 vUpdateWriteableNumber(tWindow, in vSetParagraphBreak()
715 vUpdateWriteableNumber(tWindow, in vChangeParagraphBreak()
728 vUpdateRadioButton(tWindow, in vChangeAutofiletype()
[all …]
H A Ddraw.c185 window_handle tWindow; in bDestroyDiagram() local
200 tWindow = pEvent->data.openblock.window; in bDestroyDiagram()
203 tWindow = pEvent->data.key.caret.window; in bDestroyDiagram()
209 if (tWindow != pDiag->tMainWindow) { in bDestroyDiagram()
/dports/www/retawq/retawq-0.2.6c/
H A Dwk.c29 { tWindow* window;
43 tWindow* window = data->window; in graphics_handle_command_code()
62 { window_hide((tWindow*) data, 2); in window_handle_destroy()
68 { tWindow* w = (tWindow*) data; in window_handle_configure()
119 tWindow* window = (tWindow*) data; in graphics_cm()
243 const tWindow* window = view->window; in wk_browser_redraw_message()
337 tWindow* iw; /* "info window" */ in wk_browser_build_document_info()
569 tWindow* window = view->window; in wk_browser_request_callback()
1108 { const tWindow* window = (const tWindow*) (document->container); in wk_info_dop_find_coords()
1118 const tWindow* window = (const tWindow*) (document->container); in wk_info_dop_display_meta1()
[all …]
H A Dmain.c789 tWindow* window;
1467 } tWindow; typedef
1476 { void (*create)(tWindow*);
1598 { tWindow* retval = (tWindow*) memory_allocate(sizeof(tWindow), mapWindow); in window_create()
2963 tWindow* window; in session_save()
3395 { tWindow* window = (tWindow*) data; in cm_handle_window_list()
3536 { tWindow* window;
3623 tWindow* window;
4342 tWindow* iwindow; in handle_lig_execext_shell()
5240 tWindow* window; in handle_key_mouse()
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/src/prefs/
H A DSpectrogramSettings.cpp139 , tWindow{}
492 tWindow.reset(); in DestroyWindows()
564 RecreateWindow(tWindow, TWINDOW, fftLen, padding, windowType, windowSize, scale); in CacheWindows()
H A DSpectrogramSettings.h181 mutable Floats tWindow; // Window times time parameter variable
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/utilunits/
H A Dconsoleio.pas192 io_Length := SizeOf(tWindow);
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DWaveClip.cpp698 const float *const tWindow = settings.tWindow.get(); in CalculateOneSpectrum() local
700 scratch3[ii] *= tWindow[ii]; in CalculateOneSpectrum()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/
H A DWBWRenderer.java684 MTrimmedWindow tWindow = (MTrimmedWindow) wbwModel; in processContents() local
686 tWindow.getTrimBars()); in processContents()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/locale/com/lightcrafts/app/
H A DLocale.properties139 StartupErrorHelpText5=\tWindow positions and sizes
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/coreunits/
H A Dintuition.pas1089 pWindow = ^tWindow;
1090 tWindow = record
/dports/x11/lilyterm/LilyTerm-0.9.9.4/po/
H A Dlilyterm.pot1415 msgid "\tWindow #%d, Page #%d: (%d) %s\n"
H A Dzh_TW.po1472 msgid "\tWindow #%d, Page #%d: (%d) %s\n"
H A Duk.po1557 msgid "\tWindow #%d, Page #%d: (%d) %s\n"
H A Dru.po1550 msgid "\tWindow #%d, Page #%d: (%d) %s\n"
H A Dzh_CN.po1616 msgid "\tWindow #%d, Page #%d: (%d) %s\n"
H A Dde.po1578 msgid "\tWindow #%d, Page #%d: (%d) %s\n"
H A Dpt_BR.po1543 msgid "\tWindow #%d, Page #%d: (%d) %s\n"
H A Dit.po1535 msgid "\tWindow #%d, Page #%d: (%d) %s\n"
H A Dfr.po1585 msgid "\tWindow #%d, Page #%d: (%d) %s\n"
H A Dnl.po1628 msgid "\tWindow #%d, Page #%d: (%d) %s\n"

12