mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-27 18:29:23 +00:00
First great commit for Gtk. It is partially functional now
This commit is contained in:
8
src/gtkUI/buffers/tweet_searches.py
Normal file
8
src/gtkUI/buffers/tweet_searches.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from gi.repository import Gtk
|
||||
from base import basePanel
|
||||
|
||||
class searchPanel(basePanel):
|
||||
def __init__(self, parent, name):
|
||||
super(searchPanel, self).__init__(parent, name)
|
||||
self.type = "search"
|
Reference in New Issue
Block a user