This commit is contained in:
themixray 2021-12-27 19:58:45 +03:00
parent f01a29a0dd
commit 6f81da14ff
33 changed files with 14 additions and 12 deletions

Binary file not shown.

BIN
dist/pgw-0.0.1.tar.gz vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist/pgw-0.0.2.tar.gz vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist/pgw-0.0.3.tar.gz vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist/pgw-0.0.4.tar.gz vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist/pgw-0.0.5.tar.gz vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist/pgw-0.0.6.tar.gz vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist/pgw-0.0.7.tar.gz vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist/pgw-0.0.8.tar.gz vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
dist/pgw-0.1.0.tar.gz vendored

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -646,15 +646,20 @@ class checkBox(widget):
def draw(self, win, pos):
self._generate(pos)
win.blit(self.surface,pos)
# class colorPicker(widget):
# def __init__(self):
# self._generate()
# def _generate(self, position=None):
# self.surface = _s((255,self.width))
#
# def draw(self, win, pos):
# self._generate(pos)
# win.blit(self.surface,pos)
class comboBox(widget):
def __init__(self,text,values=[],
fontSize=30,font=_df,width=None,height=None,
bg=(70,70,70),fg=(180,180,200),afg=(50,50,50),
abg=(200,200,200),borderColor=(50,50,50),borderWidth=5):
super()._args(locals())
self._generate()
def _generate(self, position=None):
self.surface = _s((255,self.width))
def draw(self, win, pos):
self._generate(pos)
win.blit(self.surface,pos)
class tip(widget):
def __init__(self,text,responceWidth,responceHeight,fontSize=15,font=_df,
borderColor=(180,180,50),borderWidth=2,bg=(255,255,128),

View file

@ -1,3 +0,0 @@
import pygwin
pygwin.keyboard.isprs