Home
last modified time | relevance | path

Searched refs:note_pane_height (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmGlobal.h315 int note_pane_height; member
H A DxtmCustRes.h386 XtOffset( XTM_GL_CUSTOM_DATA_REF, note_pane_height ),
H A DxtmCustBase.c1272 key, &custom_data -> note_pane_height ); in readParameterInfo()
1854 custom_data -> note_pane_height ); in writeParameterInfo()
H A DxtmSchedMain.c1227 note_pane_height; in createScheduleWindow()
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdcustom/
H A DxtmCustom.c714 static int note_pane_height = 50; in customParam() local
1073 par_rec[ n ].value = &custom_data -> note_pane_height; in customParam()
1074 par_rec[ n ].default_value = &note_pane_height; in customParam()
1075 par_rec[ n ].size = sizeof( custom_data -> note_pane_height ); in customParam()