C# Class PdfMod.Gui.Actions

Inheritance: Hyena.Gui.HyenaActionGroup
Datei anzeigen Open project: GNOME/pdfmod Class Usage Examples

Public Methods

Method Description
Actions ( Client app, ActionManager action_manager ) : System

Private Methods

Method Description
AddAccel ( string path, Gdk modifier ) : void
CombinePaths ( ) : string
OnAbout ( object o, EventArgs args ) : void
OnBookmarkContextMenu ( object o, EventArgs args ) : void
OnChanged ( object o, EventArgs args ) : void
OnClose ( object o, EventArgs args ) : void
OnEditBookmarks ( object o, EventArgs args ) : void
OnExportImages ( object o, EventArgs args ) : void
OnExtractPages ( object o, EventArgs args ) : void
OnFullScreenView ( object o, EventArgs args ) : void
OnHelp ( object o, EventArgs args ) : void
OnInsertFrom ( object o, EventArgs args ) : void
OnOpen ( object o, EventArgs args ) : void
OnOpenInViewer ( object o, EventArgs args ) : void
OnPageContextMenu ( object o, EventArgs args ) : void
OnProperties ( object o, EventArgs args ) : void
OnRedo ( object o, EventArgs args ) : void
OnRemove ( object o, EventArgs args ) : void
OnRotateLeft ( object o, EventArgs args ) : void
OnRotateRight ( object o, EventArgs args ) : void
OnSave ( object o, EventArgs args ) : void
OnSaveAs ( object o, EventArgs args ) : void
OnSelectAll ( object o, EventArgs args ) : void
OnSelectEvens ( object o, EventArgs args ) : void
OnSelectInverse ( object o, EventArgs args ) : void
OnSelectMatching ( object o, EventArgs args ) : void
OnSelectOdds ( object o, EventArgs args ) : void
OnUndo ( object o, EventArgs args ) : void
OnViewBookmarks ( object o, EventArgs args ) : void
OnViewToolbar ( object o, EventArgs args ) : void
OnZoomFit ( object o, EventArgs args ) : void
OnZoomIn ( object o, EventArgs args ) : void
OnZoomOut ( object o, EventArgs args ) : void
Rotate ( int degrees ) : void
Update ( ) : void
g_get_language_names ( ) : IntPtr

Method Details

Actions() public method

public Actions ( Client app, ActionManager action_manager ) : System
app Client
action_manager Hyena.Gui.ActionManager
return System