Home
last modified time | relevance | path

Searched refs:action_button_def (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/xmdiary/xmdiary-3.0.3/dtools/
H A DxtmEditEntry.c720 static XIT_PUSH_STRUCT action_button_def[] = { in createEditWindow() local
799 action_button_def[ 0 ].title = msgGetText( MXDI_ALARM_ACTION ); in createEditWindow()
800 action_button_def[ 1 ].title = msgGetText( MXDI_PREF_ACTION ); in createEditWindow()
801 action_button_def[ 2 ].title = msgGetText( MXDI_STAND_ACTION ); in createEditWindow()
802 action_button_def[ 3 ].title = msgGetText( MXDI_MY_EDITOR_ACTION ); in createEditWindow()
803 action_button_def[ 5 ].title = msgGetText( MXDI_DISPLAY_DAY_VIEW ); in createEditWindow()
1027 alarmPb = xitCreatePushButton( actionRc, &action_button_def[ 0 ] ); in createEditWindow()
1028 prefPb = xitCreatePushButton( actionRc, &action_button_def[ 1 ] ); in createEditWindow()
1029 standPb = xitCreatePushButton( actionRc, &action_button_def[ 2 ] ); in createEditWindow()
1030 editorPb = xitCreatePushButton( actionRc, &action_button_def[ 3 ] ); in createEditWindow()
[all …]
H A DxtmEditStand.c353 static XIT_PUSH_STRUCT action_button_def[] = { in createStandWindow() local
382 action_button_def[ 0 ].title = msgGetText( MXDI_SKIP_BUTTON ); in createStandWindow()
594 skipWeekPb = xitCreatePushButton( doActionRc, &action_button_def[ 0 ] ); in createStandWindow()