1.1.4.3. resources

This module contains resources useful to GTK widgets.

1.1.4.3.1. Data

font_desc_italic[source]

A Pango.FontDescription configured for representing italicized text.

renderer_text_desc[source]

A Gtk.CellRendererText instance which is configured to be suitable for showing descriptions of various object.

1.1.4.3.2. Classes

class CompanyEditorGrid(destination)[source]

Bases: king_phisher.client.gui_utilities.GladeProxy

An embeddable widget which contains the necessary widgets to edit the various fields of a company object.

children = ('combobox_company_industry', 'entry_company_industry', 'entry_company_name', 'entry_company_description', 'entry_company_url_main', 'entry_company_url_email', 'entry_company_url_remote_access')[source]

The children widgets that can be used to edit the fields of the company.

name = 'CompanyEditorGrid'[source]

The name of the top level widget in the GTK Builder data file.