Añadiendo archivos a la plantilla de anjuta
This commit is contained in:
parent
a0bd21f2d6
commit
a02e657579
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<interface>
|
||||
<!-- interface-requires gtk+ 3.0 -->
|
||||
<object class="GtkBox" id="main">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="orientation">vertical</property>
|
||||
<child>
|
||||
<placeholder/>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
|
@ -0,0 +1,12 @@
|
|||
[+ autogen5 template +]
|
||||
<interface>
|
||||
<requires lib="gtk+" version="3.0"/>
|
||||
<menu id='menu'>
|
||||
<item>
|
||||
<attribute name='label' translatable='yes'>[+FormClassName+]</attribute>
|
||||
<attribute name='action'>win.open-[+FormName+]</attribute>
|
||||
<attribute name='accel'></attribute>
|
||||
</item>
|
||||
</menu>
|
||||
</interface>
|
||||
|
Reference in New Issue