Home
last modified time | relevance | path

Searched refs:XmNotebookGetPageInfo (Results 1 – 13 of 13) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DNotebook.h64 XMLIBEXPORT XmNotebookPageStatus XmNotebookGetPageInfo(Widget w,
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DNotebook.h81 extern XmNotebookPageStatus XmNotebookGetPageInfo(
H A DNotebook.c6972 XmNotebookGetPageInfo ( in XmNotebookGetPageInfo() function
/dports/x11-toolkits/open-motif/motif-2.3.8/doc/man/man3/
H A DMakefile.am347 XmNotebookGetPageInfo.3 \
H A DMakefile.in660 XmNotebookGetPageInfo.3 \
/dports/x11-toolkits/lesstif/lesstif-0.95.2/scripts/OS2/
H A DXm_20_emx.def.dist884 XmNotebookGetPageInfo @2094
H A DXm_21_emx.def.dist832 XmNotebookGetPageInfo @1813
/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_motif.c3283 page_status = XmNotebookGetPageInfo(tabLine, nr, &page_info); in gui_mch_update_tabline()
3333 if (XmNotebookGetPageInfo(tabLine, nr, &page_info) != XmPAGE_INVALID in gui_mch_update_tabline()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DNotebook.c1840 XmNotebookGetPageInfo(Widget w, in XmNotebookGetPageInfo() function
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_display.c6710 ns = XmNotebookGetPageInfo(NB, i+1, &pi); in SUMA_DOsInSurfContNotebook()
11465 ns = XmNotebookGetPageInfo(NB, i+1, &pi); in SUMA_PageWidgetToNumber()
11493 ns = XmNotebookGetPageInfo(NB, lp, &pi); in SUMA_isCurrentContPage()
H A DSUMA_displayDev20210611.c6661 ns = XmNotebookGetPageInfo(NB, i+1, &pi); in SUMA_DOsInSurfContNotebook()
11395 ns = XmNotebookGetPageInfo(NB, i+1, &pi); in SUMA_PageWidgetToNumber()
11423 ns = XmNotebookGetPageInfo(NB, lp, &pi); in SUMA_isCurrentContPage()
/dports/audio/snd/snd-21.2/
H A Dxm.c7168 err = XmNotebookGetPageInfo(Xen_to_C_Widget(arg1), Xen_integer_to_C_int(arg2), info);
22327 …XM_define_procedure(XmNotebookGetPageInfo, gxm_XmNotebookGetPageInfo_w, 2, 0, 0, H_XmNotebookGetPa…
H A Dsnd-motif.c29567 status = XmNotebookGetPageInfo(sound_pane(ss), page, &info); in reflect_sound_selection()