Home
last modified time | relevance | path

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

/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmGlobal.h258 int app_pane_height; member
H A DxtmCustRes.h134 XtOffset( XTM_GL_CUSTOM_DATA_REF, app_pane_height ),
H A DxtmCustBase.c1276 key, &custom_data -> app_pane_height ); in readParameterInfo()
1857 custom_data -> app_pane_height ); in writeParameterInfo()
H A DxtmSchedMain.c1237 app_pane_height; in createScheduleWindow()
/dports/deskutils/xmdiary/xmdiary-3.0.3/xdcustom/
H A DxtmCustom.c705 static int app_pane_height = 300; in customParam() local
1049 par_rec[ n ].value = &custom_data -> app_pane_height; in customParam()
1050 par_rec[ n ].default_value = &app_pane_height; in customParam()
1051 par_rec[ n ].size = sizeof( custom_data -> app_pane_height ); in customParam()