Update Manager API: SimpleGtkbuilderApp module

SimpleGladeApp.py Module that provides an object oriented abstraction to pygtk and libglade. Copyright (C) 2004 Sandino Flores Moreno Copyright (C) 2009 Stephan Peijnik

Classes

class UpdateManager.Frontend.GtkCommon.SimpleGtkbuilderApp.SimpleGtkbuilderApp(path)
is_exit_pending()
is_running()
on_keyboard_interrupt()
This method is called by the default implementation of run() after a program is finished by pressing Control-C.
run()

Starts the main loop of processing events checking for Control-C.

The default implementation checks wheter a Control-C is pressed, then calls on_keyboard_interrupt().

Use this method for starting programs.

set_exit()

Table Of Contents

Previous topic

Update Manager API: GtkCommon Frontend module

Next topic

Update Manager API: Newt Frontend module

This Page