Loader_gtk Module

class Loader_gtk.Loader_gtk[source]
get_frames_object()[source]

Returns a dict containing the channels to load

get_menu()[source]
get_panel()[source]

Creates the loader window. The window is created in a non-blocking fashion (other window will show up if instanciated). To launch the window in a blocking fashion, use run_panel()

load_evt(w, notebook)[source]

Loads all the required files and prepare everything for the main window

quit(w)[source]
run_panel()[source]

Runs the panel in a blocking fashion (launches gtk.main()). Use get_panel to launch the panel without starting the main

Previous topic

Loader Module

Next topic

load_file_gtk Module

This Page