Home
last modified time | relevance | path

Searched refs:APP_MENU_CALLBACK_H (Results 1 – 12 of 12) sorted by relevance

/dports/editors/ted/Ted-2.23/Ted/
H A DtedDocFront.h250 extern APP_MENU_CALLBACK_H( tedDocToolFind, w, voided, event );
252 extern APP_MENU_CALLBACK_H( tedDocToolSpell, w, voided, event );
254 extern APP_MENU_CALLBACK_H( tedDocEditPaste, w, voided, event );
255 extern APP_MENU_CALLBACK_H( tedDocFontCopy, w, voided, event );
256 extern APP_MENU_CALLBACK_H( tedDocEditUndo, w, voided, event );
257 extern APP_MENU_CALLBACK_H( tedDocEditRepeat, w, voided, event );
259 extern APP_MENU_CALLBACK_H( tedDocFontBold, w, voided, event );
260 extern APP_MENU_CALLBACK_H( tedDocFontItalic, w, voided, event );
265 extern APP_MENU_CALLBACK_H( tedDocInsertFile, w, voided, event );
266 extern APP_MENU_CALLBACK_H( tedDocInsertLink, w, voided, event );
[all …]
H A DtedDocFront.c272 APP_MENU_CALLBACK_H( tedDocEditUndo, option, voided, e ) in APP_MENU_CALLBACK_H() function
279 APP_MENU_CALLBACK_H( tedDocEditRepeat, option, voided, e ) in APP_MENU_CALLBACK_H() function
399 APP_MENU_CALLBACK_H( tedDocFormatAlignLeft, w, voided, e ) in APP_MENU_CALLBACK_H() function
407 APP_MENU_CALLBACK_H( tedDocFormatAlignRight, w, voided, e ) in APP_MENU_CALLBACK_H() function
517 APP_MENU_CALLBACK_H( tedDocFontPaste, option, voided, e ) in APP_MENU_CALLBACK_H() function
544 APP_MENU_CALLBACK_H( tedDocFontBold, option, voided, e ) in APP_MENU_CALLBACK_H() function
550 APP_MENU_CALLBACK_H( tedDocFontItalic, option, voided, e ) in APP_MENU_CALLBACK_H() function
666 APP_MENU_CALLBACK_H( tedDocEditPaste, option, voided, e ) in APP_MENU_CALLBACK_H() function
733 APP_MENU_CALLBACK_H( tedDocInsertLink, option, voided, e ) in APP_MENU_CALLBACK_H() function
797 APP_MENU_CALLBACK_H( tedDocToolFont, option, voided, e ) in APP_MENU_CALLBACK_H() function
[all …]
H A DtedApp.c199 APP_MENU_CALLBACK_H( tedDocInsertFile, option, voided, e ) in APP_MENU_CALLBACK_H() function
221 APP_MENU_CALLBACK_H( tedDocFilePrint, printOption, voided, e ) in APP_MENU_CALLBACK_H() function
256 APP_MENU_CALLBACK_H( tedDocInsertImage, option, voided, e ) in APP_MENU_CALLBACK_H() function
H A DtedMain.c227 static APP_MENU_CALLBACK_H( tedDocManual, option, voided, e ) in APP_MENU_CALLBACK_H() function
235 static APP_MENU_CALLBACK_H( tedAppManual, option, voidea, e ) in APP_MENU_CALLBACK_H() function
/dports/editors/ted/Ted-2.23/appFrame/
H A DappFrame.h675 extern APP_MENU_CALLBACK_H( appAppFileQuit, option, voidea, e );
681 extern APP_MENU_CALLBACK_H( appAppFileOpen, option, voidea, e );
682 extern APP_MENU_CALLBACK_H( appAppFileNew, option, voidea, e );
692 extern APP_MENU_CALLBACK_H( appDocFileNew, option, voided, e );
693 extern APP_MENU_CALLBACK_H( appDocFileOpen, option, voided, e );
694 extern APP_MENU_CALLBACK_H( appDocFileSave, option, voided, e );
695 extern APP_MENU_CALLBACK_H( appDocFileClose, option, voided, e );
696 extern APP_MENU_CALLBACK_H( appDocFileQuit, option, voided, e );
697 extern APP_MENU_CALLBACK_H( appDocEditCopy, option, voided, e );
698 extern APP_MENU_CALLBACK_H( appDocEditCut, option, voided, e );
[all …]
H A DappDocument.c31 APP_MENU_CALLBACK_H( appDocFileSave, option, voided, e ) in APP_MENU_CALLBACK_H() function
70 APP_MENU_CALLBACK_H( appDocFileClose, option, voided, e ) in APP_MENU_CALLBACK_H() function
92 APP_MENU_CALLBACK_H( appDocFileNew, option, voided, e ) in APP_MENU_CALLBACK_H() function
104 APP_MENU_CALLBACK_H( appDocFileQuit, option, voided, e ) in APP_MENU_CALLBACK_H() function
138 APP_MENU_CALLBACK_H( appDocAbout, option, voided, e ) in APP_MENU_CALLBACK_H() function
189 APP_MENU_CALLBACK_H( appDocEditCopy, option, voided, e ) in APP_MENU_CALLBACK_H() function
200 APP_MENU_CALLBACK_H( appDocEditCut, option, voided, e ) in APP_MENU_CALLBACK_H() function
211 APP_MENU_CALLBACK_H( appDocEditSelAll, option, voided, e ) in APP_MENU_CALLBACK_H() function
H A DappGuiBaseGtk.h114 #define APP_MENU_CALLBACK_H(n,w,t,e) \ macro
118 typedef APP_MENU_CALLBACK_H ((*APP_MENU_CALLBACK_T),w,t,e); typedef
H A DappGuiBaseMotif.h114 #define APP_MENU_CALLBACK_H(n,w,t,e) \ macro
119 typedef APP_MENU_CALLBACK_H ((*APP_MENU_CALLBACK_T),w,t,e); typedef
H A DappFileChooser.c306 APP_MENU_CALLBACK_H( appDocFileSaveAs, option, voided, e ) in APP_MENU_CALLBACK_H() function
H A DappFileChooserGtk.c532 APP_MENU_CALLBACK_H( appAppFileOpen, option, voidea, e ) in APP_MENU_CALLBACK_H() function
542 APP_MENU_CALLBACK_H( appDocFileOpen, option, voided, e ) in APP_MENU_CALLBACK_H() function
H A DappMain.c185 APP_MENU_CALLBACK_H( appAppFileQuit, option, voidea, e ) in APP_MENU_CALLBACK_H() function
198 APP_MENU_CALLBACK_H( appAppFileNew, option, voidea, e ) in APP_MENU_CALLBACK_H() function
H A DappFileChooserMotif.c792 APP_MENU_CALLBACK_H( appAppFileOpen, option, voidea, e ) in APP_MENU_CALLBACK_H() function