module documentation
(source)

Undocumented

Class CellFormatReplacer No summary
Class EditTableDialog Graphical dialog for the user, where a new table can be created or an existing one can be modified Here columns can be added / modified and titles be managed.
Class TableEditorPlugin No summary
Class TableModel Thin object that contains a Gtk.ListStore Key purpose of this wrapper is to allow replacing the store
Class TableViewObjectType No class docstring; 0/2 instance variable, 0/4 class variable, 1/8 method documented
Class TableViewWidget No class docstring; 0/12 instance variable, 21/28 methods, 1/1 static method documented
Function reg_replace Target pattern is translated into source regex pattern :param string: target pattern :return:source pattern
Constant COLUMNS_ALIGNMENTS Undocumented
Constant GTK_GRIDLINES Undocumented
Constant SYNTAX_CELL_INPUT Undocumented
Constant SYNTAX_WIKI_PANGO Undocumented
Constant SYNTAX_WIKI_PANGO2 Undocumented
Variable logger Undocumented
def reg_replace(string): (source)
Target pattern is translated into source regex pattern :param string: target pattern :return:source pattern
COLUMNS_ALIGNMENTS = (source)

Undocumented

Value
{'left': ['left', Gtk.STOCK_JUSTIFY_LEFT, _('Left')],
 'center': ['center', Gtk.STOCK_JUSTIFY_CENTER, _('Center')],
 'right': ['right', Gtk.STOCK_JUSTIFY_RIGHT, _('Right')],
 'normal': ['normal', None, _('Unspecified')]}
GTK_GRIDLINES = (source)

Undocumented

Value
{LINES_BOTH: Gtk.TreeViewGridLines.BOTH,
 LINES_NONE: Gtk.TreeViewGridLines.NONE,
 LINES_HORIZONTAL: Gtk.TreeViewGridLines.HORIZONTAL,
 LINES_VERTICAL: Gtk.TreeViewGridLines.VERTICAL}
SYNTAX_CELL_INPUT: list = (source)

Undocumented

Value
[('&', '&'),
 ('>', '>'),
 ('&lt;', '<'),
 ('&quot;', '"'),
 ('&apos;', '\'')]
SYNTAX_WIKI_PANGO = (source)

Undocumented

Value
[tuple(map(reg_replace, expr_list)) for expr_list in SYNTAX_WIKI_PANGO2]
SYNTAX_WIKI_PANGO2: list = (source)

Undocumented

Value
[('<strong>\\1</strong>', '<b>\\1</b>', '**\\1**'),
 ('<mark>\\1</mark>', '<span background="yellow">\\1</span>', '__\\1__'),
 ('<code>\\1</code>', '<tt>\\1</tt>', '\'\'\\1\'\''),
 ('<strike>\\1</strike>', '<s>\\1</s>', '~~\\1~~'),
 ('<link href="\\1">\\1</link>',
  '<span foreground="blue">\\1<span size="0">\\1</span></span>',
  '[[\\1]]'),
...
logger = (source)

Undocumented