Initial commit
This commit is contained in:
43
lib/gui/toolbar/main
Executable file
43
lib/gui/toolbar/main
Executable file
@@ -0,0 +1,43 @@
|
||||
# Main Toolbar file
|
||||
# useage :
|
||||
# "Command" image.file "Hint for baloon"
|
||||
|
||||
button "FileDialog new" new.gif "New file"
|
||||
button "FileDialog open" open.gif "Open file"
|
||||
button "FileDialog close" close.gif "Close"
|
||||
Separator
|
||||
button "FileDialog save" save.gif "Save file"
|
||||
button "FileDialog save_as" save_as.gif "Save file as"
|
||||
button "FileDialog save_all" save_all.gif "Save all"
|
||||
Separator
|
||||
button "CutPast undo" undo.gif "Undo"
|
||||
Separator
|
||||
button "CutPast cut" cut.gif "Cut into clipboard"
|
||||
button "CutPast copy" copy.gif "Copy into clipboard"
|
||||
button "CutPast paste" paste.gif "Paste from clipboard"
|
||||
Separator
|
||||
button "Find" find.gif "Find"
|
||||
button "SpellCheck $nb.f[$nb raise].f.text" spellcheck.gif "Spell check"
|
||||
Separator
|
||||
button "Convert dvi" dvi.gif "Make DVI"
|
||||
button "Preview dvi" dvi_preview.gif "View DVI" "Alt-F5"
|
||||
button "Convert ps" ps.gif "Make PS"
|
||||
button "Preview ps" ps_preview.gif "View PS" "Alt-F6"
|
||||
button "Convert pdf" pdf.gif "Convert to PDF"
|
||||
button "Preview pdf" pdf_preview.gif "View PDF" "Alt-F7"
|
||||
button "Convert html" htmlconvert.gif "Convert to HTML"
|
||||
button "Preview html" html_preview.gif "View HTML"
|
||||
Separator
|
||||
button "PrintDialog print" print.gif "Print ..."
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user