projects
/
libgtkform
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c48c44d
)
Missing type spinbutton in gtk2zak.xslt
author
Andrea Zagli
<azagli@libero.it>
Fri, 9 Dec 2016 11:13:23 +0000
(12:13 +0100)
committer
Andrea Zagli
<azagli@libero.it>
Fri, 9 Dec 2016 11:13:23 +0000
(12:13 +0100)
tools/gtk2zak.xsl
patch
|
blob
|
history
diff --git
a/tools/gtk2zak.xsl
b/tools/gtk2zak.xsl
index a3f1aa4546c7fddfd434d732a03b9f41931702cf..9c7e7028b234f9ed189d5d44dbd55855f36ed0f4 100644
(file)
--- a/
tools/gtk2zak.xsl
+++ b/
tools/gtk2zak.xsl
@@
-11,6
+11,7
@@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:when test="@type = 'label'">zak_form_gtk_form_element_label</xsl:when>
<xsl:when test="@type = 'textview'">zak_form_gtk_form_element_textview</xsl:when>
<xsl:when test="@type = 'radio'">zak_form_gtk_form_element_radio</xsl:when>
+ <xsl:when test="@type = 'spin'">zak_form_gtk_form_element_spin</xsl:when>
<xsl:when test="@type = 'checkbox'">zak_form_gtk_form_element_check</xsl:when>
</xsl:choose>
</xsl:attribute>