File: pythonplugin.py

package info (click to toggle)
glade 3.40.0-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 23,336 kB
  • sloc: ansic: 75,618; xml: 5,397; sh: 48; makefile: 26; python: 13; javascript: 10
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
from gi.repository import Gtk

class MyPythonBox(Gtk.Box):
  __gtype_name__ = 'MyPythonBox'

  def __init__ (self):
    Gtk.Box.__init__ (self)