gtk-stream 0.14.1__py3-none-any.whl → 0.14.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gtk_stream/_version.py +2 -2
- gtk_stream/properties.py +11 -0
- {gtk_stream-0.14.1.dist-info → gtk_stream-0.14.2.dist-info}/METADATA +1 -1
- {gtk_stream-0.14.1.dist-info → gtk_stream-0.14.2.dist-info}/RECORD +7 -7
- {gtk_stream-0.14.1.dist-info → gtk_stream-0.14.2.dist-info}/WHEEL +0 -0
- {gtk_stream-0.14.1.dist-info → gtk_stream-0.14.2.dist-info}/entry_points.txt +0 -0
- {gtk_stream-0.14.1.dist-info → gtk_stream-0.14.2.dist-info}/top_level.txt +0 -0
gtk_stream/_version.py
CHANGED
gtk_stream/properties.py
CHANGED
@@ -73,6 +73,16 @@ def _parse_selection_mode_property(val):
|
|
73
73
|
return _const(Gtk.SelectionMode.BROWSE)
|
74
74
|
case "multiple":
|
75
75
|
return _const(Gtk.SelectionMode.MULTIPLE)
|
76
|
+
def _parse_justification_property(val):
|
77
|
+
match val:
|
78
|
+
case "left":
|
79
|
+
return _const(Gtk.Justification.LEFT)
|
80
|
+
case "center":
|
81
|
+
return _const(Gtk.Justification.CENTER)
|
82
|
+
case "right":
|
83
|
+
return _const(Gtk.Justification.RIGHT)
|
84
|
+
case "fill":
|
85
|
+
return _const(Gtk.Justification.FILL)
|
76
86
|
|
77
87
|
_PARSE_TYPE_PROPERTY = {
|
78
88
|
'GStrv' : _parse_css_classes_property,
|
@@ -90,6 +100,7 @@ _PARSE_TYPE_PROPERTY = {
|
|
90
100
|
'GFile' : _parse_gfile_property,
|
91
101
|
'GtkAlign' : _parse_align_property,
|
92
102
|
'GtkSelectionMode' : _parse_selection_mode_property,
|
103
|
+
'GtkJustification' : _parse_justification_property,
|
93
104
|
}
|
94
105
|
|
95
106
|
def parse_property(prop_type, val):
|
@@ -1,10 +1,10 @@
|
|
1
1
|
gtk_stream/__init__.py,sha256=y6JLknVFexWrSo_Zl7-TXrPR6EQ5XVMeFO1bUzLN9Lg,98
|
2
|
-
gtk_stream/_version.py,sha256=
|
2
|
+
gtk_stream/_version.py,sha256=rlRT2sdhOGuXEsCM8RZA3pLtxwYV_87Qc0n3HT-mx2U,413
|
3
3
|
gtk_stream/application.py,sha256=1C0AsqemyV2VX_z7C7PWH6eYlQ0Q5jo7PAFjolaO0HM,5562
|
4
4
|
gtk_stream/command_line.py,sha256=57slfbV-EUWVI8bsA50IzmCLqNjN9aZpz8J8Gtituro,3105
|
5
5
|
gtk_stream/common.py,sha256=2USRh42DmmxtPO1y8gpeU0hMuHfhcqJBPuxtvd46YHg,2112
|
6
6
|
gtk_stream/parser.py,sha256=lt1cHYwhrd0SwSQfbxtbK6NdwbnFmgeBDIeNY0eepwc,5709
|
7
|
-
gtk_stream/properties.py,sha256=
|
7
|
+
gtk_stream/properties.py,sha256=F0AdqgtlgmhDwjuNvA7-hnCSl_8ZCcyl2Q_JfxWeGRk,4448
|
8
8
|
gtk_stream/documents/__init__.py,sha256=cMWSmjD2_5oJ2EoSk3Jy9-LPeAGKDIidYNRJvqUzdU8,856
|
9
9
|
gtk_stream/documents/classes/Box.py,sha256=3GUaeG4kZks0NPUJT4JmwVCAJJ3aXtNvtG3b1xv2-iE,1411
|
10
10
|
gtk_stream/documents/classes/Button.py,sha256=UbFi3FeJzpfBCAArtlnmmkcB24kpEyCmpCORnGuKJsc,1520
|
@@ -24,8 +24,8 @@ gtk_stream/documents/classes/Separator.py,sha256=uw_EgAKs_6pNA8nrOLzruIlJfk4uaog
|
|
24
24
|
gtk_stream/documents/classes/Stack.py,sha256=diZyuBLwuCjn_WE3wx5MBgHN_ty6WXSsyIFRVAbe8yI,1572
|
25
25
|
gtk_stream/documents/classes/Switch.py,sha256=jQVuxqS9Pmpp1ymB_dbJPxasJNpm4e35ry0JYPHdAsk,1275
|
26
26
|
gtk_stream/documents/classes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
27
|
-
gtk_stream-0.14.
|
28
|
-
gtk_stream-0.14.
|
29
|
-
gtk_stream-0.14.
|
30
|
-
gtk_stream-0.14.
|
31
|
-
gtk_stream-0.14.
|
27
|
+
gtk_stream-0.14.2.dist-info/METADATA,sha256=h4Hb6ESz4eBopKXwEG7XYaR5v5CHUP-sJ3__HXL3xcc,807
|
28
|
+
gtk_stream-0.14.2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
29
|
+
gtk_stream-0.14.2.dist-info/entry_points.txt,sha256=PmhKTb4MMQM6dN2HJcoDSMI8L0lZIFIlFn-BgdfPDpo,60
|
30
|
+
gtk_stream-0.14.2.dist-info/top_level.txt,sha256=vE9zfHGe9Ke7FSe0wBK2WYJI-BpcQNu6xDC3Cu5O8rQ,11
|
31
|
+
gtk_stream-0.14.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|