Table Of Contents

Previous topic

PerspectiveManager

Next topic

ConfigPanel

This Page

phoenix_title plugdlg

Provides a dialog for downloading, installing and configuring plugins or Editra.

Todo

refactor list population and list item creation


class_hierarchy Inheritance Diagram

Inheritance diagram for module plugdlg

Inheritance diagram of plugdlg


function_summary Functions Summary

MakeThemeTool Makes a themed bitmap for the tool book of the plugin dialog.

class_summary Classes Summary

ConfigPanel Creates a panel for configuring plugins.
DownloadPanel Creates a panel with controls for downloading plugins.
InstallPanel Creates a panel for installing plugins.
PBDownloadItem PanelBox Item to display download information about a plugin.
PBPluginItem PanelBox Item to display configuration information about a plugin.
PluginData Plugin Metadata storage class used to store data
PluginDialog Defines a Plugin manager Dialog that can be used to download plugins
PluginErrorItem PanelBox Item to display configuration information about a plugin.

Functions



MakeThemeTool(tool_id)

Makes a themed bitmap for the tool book of the plugin dialog.

Parameters:tool_id – An art identifier id
Returns:32x32 bitmap

Todo

why does drawing a bitmap overlay on gtk not draw on transparent area