~carlitos77/diascla/trunk

« back to all changes in this revision

Viewing changes to scriptlauncher/scriptlauncher.glade

  • Committer: Carlo Calderoni
  • Date: 2010-03-15 18:19:47 UTC
  • Revision ID: calderoni.carlo@gmail.com-20100315181947-qyp52062ju236d01
compact gui. add executed command string to output. added diagramDir and diagramParentDir to template string substitution

Show diffs side-by-side

added added

removed removed

Lines of Context:
251
251
          </packing>
252
252
        </child>
253
253
        <child>
254
 
          <widget class="GtkEntry" id="previewCommand">
 
254
          <widget class="GtkHBox" id="hbox5">
255
255
            <property name="visible">True</property>
256
 
            <property name="can_focus">True</property>
257
 
            <property name="editable">False</property>
258
 
            <property name="invisible_char">&#x25CF;</property>
259
 
            <property name="shadow_type">none</property>
 
256
            <child>
 
257
              <widget class="GtkEntry" id="previewCommand">
 
258
                <property name="visible">True</property>
 
259
                <property name="can_focus">True</property>
 
260
                <property name="editable">False</property>
 
261
                <property name="invisible_char">&#x25CF;</property>
 
262
                <property name="shadow_type">none</property>
 
263
              </widget>
 
264
              <packing>
 
265
                <property name="position">0</property>
 
266
              </packing>
 
267
            </child>
 
268
            <child>
 
269
              <widget class="GtkButton" id="bLaunch">
 
270
                <property name="label" context="yes">gtk-execute</property>
 
271
                <property name="visible">True</property>
 
272
                <property name="can_focus">True</property>
 
273
                <property name="receives_default">True</property>
 
274
                <property name="use_stock">True</property>
 
275
                <signal name="clicked" handler="on_bLaunch_clicked"/>
 
276
              </widget>
 
277
              <packing>
 
278
                <property name="expand">False</property>
 
279
                <property name="position">1</property>
 
280
              </packing>
 
281
            </child>
260
282
          </widget>
261
283
          <packing>
262
284
            <property name="expand">False</property>
264
286
          </packing>
265
287
        </child>
266
288
        <child>
267
 
          <widget class="GtkButton" id="bLaunch">
268
 
            <property name="label" translatable="yes" context="yes">Launch</property>
269
 
            <property name="visible">True</property>
270
 
            <property name="can_focus">True</property>
271
 
            <property name="receives_default">True</property>
272
 
            <signal name="clicked" handler="on_bLaunch_clicked"/>
273
 
          </widget>
274
 
          <packing>
275
 
            <property name="expand">False</property>
276
 
            <property name="position">5</property>
277
 
          </packing>
278
 
        </child>
279
 
        <child>
280
289
          <widget class="GtkScrolledWindow" id="scrolledwindow1">
281
290
            <property name="visible">True</property>
282
291
            <property name="can_focus">True</property>
294
303
            </child>
295
304
          </widget>
296
305
          <packing>
297
 
            <property name="position">6</property>
 
306
            <property name="position">5</property>
298
307
          </packing>
299
308
        </child>
300
309
        <child>
304
313
          </widget>
305
314
          <packing>
306
315
            <property name="expand">False</property>
307
 
            <property name="position">7</property>
 
316
            <property name="position">6</property>
308
317
          </packing>
309
318
        </child>
310
319
      </widget>