Class p.u.e.e.EmacsEmbedWidget(gtk.EventBox):

Part of pida.utils.emacs.emacsembed View In Hierarchy

A widget embedding Emacs.

The EmacsEmbedWidget makes use of a GTK socket to embed an Emacs frame inside a GTK application. The widget is also a GTK Event Box, so key events are available.

Line # Kind Name Docs
43 Method __init__ Constructor.
51 Method run Start the Emacs process.
65 Method grab_input_focus Undocumented
68 Method _create_ui Instantiate the GTK socket.
def __init__(self, command, script_path, args=):
Constructor.
def run(self):
Start the Emacs process.
def grab_input_focus(self):
Undocumented
def _create_ui(self):
Instantiate the GTK socket.

Called by the run method before the widget is realized.

API Documentation for PIDA, generated by pydoctor.