|
323 | 323 | </object> |
324 | 324 | </child> |
325 | 325 | </object> |
| 326 | + <object class="GtkImage" id="aboutIcon1"> |
| 327 | + <property name="visible">True</property> |
| 328 | + <property name="can-focus">False</property> |
| 329 | + <property name="icon-name">dialog-information</property> |
| 330 | + </object> |
326 | 331 | <object class="GtkAdjustment" id="cacheSize"> |
327 | 332 | <property name="upper">64</property> |
328 | 333 | <property name="step-increment">2</property> |
@@ -1425,4 +1430,219 @@ on startup.</property> |
1425 | 1430 | </object> |
1426 | 1431 | </child> |
1427 | 1432 | </object> |
| 1433 | + <object class="GtkWindow" id="test"> |
| 1434 | + <property name="can-focus">False</property> |
| 1435 | + <child> |
| 1436 | + <object class="GtkBox"> |
| 1437 | + <property name="visible">True</property> |
| 1438 | + <property name="can-focus">False</property> |
| 1439 | + <property name="margin-start">8</property> |
| 1440 | + <property name="margin-end">8</property> |
| 1441 | + <property name="margin-top">8</property> |
| 1442 | + <property name="margin-bottom">8</property> |
| 1443 | + <property name="orientation">vertical</property> |
| 1444 | + <child> |
| 1445 | + <object class="GtkBox"> |
| 1446 | + <property name="visible">True</property> |
| 1447 | + <property name="can-focus">False</property> |
| 1448 | + <property name="orientation">vertical</property> |
| 1449 | + <child> |
| 1450 | + <object class="GtkLabel"> |
| 1451 | + <property name="visible">True</property> |
| 1452 | + <property name="can-focus">False</property> |
| 1453 | + <property name="label" translatable="yes">Test controls</property> |
| 1454 | + <property name="xalign">0</property> |
| 1455 | + <attributes> |
| 1456 | + <attribute name="weight" value="ultralight"/> |
| 1457 | + <attribute name="absolute-size" value="28000"/> |
| 1458 | + </attributes> |
| 1459 | + </object> |
| 1460 | + <packing> |
| 1461 | + <property name="expand">False</property> |
| 1462 | + <property name="fill">True</property> |
| 1463 | + <property name="position">0</property> |
| 1464 | + </packing> |
| 1465 | + </child> |
| 1466 | + </object> |
| 1467 | + <packing> |
| 1468 | + <property name="expand">False</property> |
| 1469 | + <property name="fill">True</property> |
| 1470 | + <property name="position">0</property> |
| 1471 | + </packing> |
| 1472 | + </child> |
| 1473 | + <child> |
| 1474 | + <object class="GtkBox"> |
| 1475 | + <property name="visible">True</property> |
| 1476 | + <property name="can-focus">False</property> |
| 1477 | + <property name="halign">center</property> |
| 1478 | + <property name="valign">center</property> |
| 1479 | + <property name="spacing">8</property> |
| 1480 | + <child> |
| 1481 | + <object class="GtkButton"> |
| 1482 | + <property name="width-request">160</property> |
| 1483 | + <property name="height-request">128</property> |
| 1484 | + <property name="visible">True</property> |
| 1485 | + <property name="can-focus">True</property> |
| 1486 | + <property name="receives-default">True</property> |
| 1487 | + <property name="halign">center</property> |
| 1488 | + <property name="valign">center</property> |
| 1489 | + <signal name="clicked" handler="pause" swapped="no"/> |
| 1490 | + <child> |
| 1491 | + <object class="GtkBox"> |
| 1492 | + <property name="visible">True</property> |
| 1493 | + <property name="can-focus">False</property> |
| 1494 | + <property name="halign">center</property> |
| 1495 | + <property name="valign">center</property> |
| 1496 | + <property name="orientation">vertical</property> |
| 1497 | + <child> |
| 1498 | + <object class="GtkImage"> |
| 1499 | + <property name="visible">True</property> |
| 1500 | + <property name="can-focus">False</property> |
| 1501 | + <property name="pixel-size">48</property> |
| 1502 | + <property name="icon-name">media-playback-pause</property> |
| 1503 | + <property name="icon_size">6</property> |
| 1504 | + </object> |
| 1505 | + <packing> |
| 1506 | + <property name="expand">False</property> |
| 1507 | + <property name="fill">True</property> |
| 1508 | + <property name="position">0</property> |
| 1509 | + </packing> |
| 1510 | + </child> |
| 1511 | + <child> |
| 1512 | + <object class="GtkLabel"> |
| 1513 | + <property name="visible">True</property> |
| 1514 | + <property name="can-focus">False</property> |
| 1515 | + <property name="label" translatable="yes">Pause/resume project</property> |
| 1516 | + <attributes> |
| 1517 | + <attribute name="weight" value="semibold"/> |
| 1518 | + </attributes> |
| 1519 | + </object> |
| 1520 | + <packing> |
| 1521 | + <property name="expand">False</property> |
| 1522 | + <property name="fill">True</property> |
| 1523 | + <property name="position">1</property> |
| 1524 | + </packing> |
| 1525 | + </child> |
| 1526 | + <child> |
| 1527 | + <placeholder/> |
| 1528 | + </child> |
| 1529 | + </object> |
| 1530 | + </child> |
| 1531 | + </object> |
| 1532 | + <packing> |
| 1533 | + <property name="expand">False</property> |
| 1534 | + <property name="fill">True</property> |
| 1535 | + <property name="position">0</property> |
| 1536 | + </packing> |
| 1537 | + </child> |
| 1538 | + <child> |
| 1539 | + <object class="GtkButton"> |
| 1540 | + <property name="width-request">160</property> |
| 1541 | + <property name="height-request">128</property> |
| 1542 | + <property name="visible">True</property> |
| 1543 | + <property name="can-focus">True</property> |
| 1544 | + <property name="receives-default">True</property> |
| 1545 | + <property name="halign">center</property> |
| 1546 | + <property name="valign">center</property> |
| 1547 | + <signal name="clicked" handler="stop" swapped="no"/> |
| 1548 | + <child> |
| 1549 | + <object class="GtkBox"> |
| 1550 | + <property name="visible">True</property> |
| 1551 | + <property name="can-focus">False</property> |
| 1552 | + <property name="halign">center</property> |
| 1553 | + <property name="valign">center</property> |
| 1554 | + <property name="orientation">vertical</property> |
| 1555 | + <child> |
| 1556 | + <object class="GtkImage"> |
| 1557 | + <property name="visible">True</property> |
| 1558 | + <property name="can-focus">False</property> |
| 1559 | + <property name="pixel-size">48</property> |
| 1560 | + <property name="icon-name">media-playback-stop</property> |
| 1561 | + <property name="icon_size">6</property> |
| 1562 | + </object> |
| 1563 | + <packing> |
| 1564 | + <property name="expand">False</property> |
| 1565 | + <property name="fill">True</property> |
| 1566 | + <property name="position">0</property> |
| 1567 | + </packing> |
| 1568 | + </child> |
| 1569 | + <child> |
| 1570 | + <object class="GtkLabel"> |
| 1571 | + <property name="visible">True</property> |
| 1572 | + <property name="can-focus">False</property> |
| 1573 | + <property name="label" translatable="yes">Quit player</property> |
| 1574 | + <attributes> |
| 1575 | + <attribute name="weight" value="semibold"/> |
| 1576 | + </attributes> |
| 1577 | + </object> |
| 1578 | + <packing> |
| 1579 | + <property name="expand">False</property> |
| 1580 | + <property name="fill">True</property> |
| 1581 | + <property name="position">1</property> |
| 1582 | + </packing> |
| 1583 | + </child> |
| 1584 | + <child> |
| 1585 | + <placeholder/> |
| 1586 | + </child> |
| 1587 | + </object> |
| 1588 | + </child> |
| 1589 | + </object> |
| 1590 | + <packing> |
| 1591 | + <property name="expand">False</property> |
| 1592 | + <property name="fill">True</property> |
| 1593 | + <property name="position">1</property> |
| 1594 | + </packing> |
| 1595 | + </child> |
| 1596 | + </object> |
| 1597 | + <packing> |
| 1598 | + <property name="expand">True</property> |
| 1599 | + <property name="fill">True</property> |
| 1600 | + <property name="position">1</property> |
| 1601 | + </packing> |
| 1602 | + </child> |
| 1603 | + <child> |
| 1604 | + <object class="GtkBox"> |
| 1605 | + <property name="visible">True</property> |
| 1606 | + <property name="can-focus">False</property> |
| 1607 | + <child> |
| 1608 | + <object class="GtkLinkButton"> |
| 1609 | + <property name="label" translatable="yes">Need a GUI for browsing projects on scratch.mit.edu?</property> |
| 1610 | + <property name="visible">True</property> |
| 1611 | + <property name="can-focus">True</property> |
| 1612 | + <property name="receives-default">True</property> |
| 1613 | + <property name="relief">none</property> |
| 1614 | + <property name="uri">https://example.org</property> |
| 1615 | + </object> |
| 1616 | + <packing> |
| 1617 | + <property name="expand">False</property> |
| 1618 | + <property name="fill">True</property> |
| 1619 | + <property name="position">0</property> |
| 1620 | + </packing> |
| 1621 | + </child> |
| 1622 | + <child> |
| 1623 | + <object class="GtkButton"> |
| 1624 | + <property name="label" translatable="yes">About</property> |
| 1625 | + <property name="visible">True</property> |
| 1626 | + <property name="can-focus">True</property> |
| 1627 | + <property name="receives-default">True</property> |
| 1628 | + <property name="image">aboutIcon1</property> |
| 1629 | + <property name="always-show-image">True</property> |
| 1630 | + </object> |
| 1631 | + <packing> |
| 1632 | + <property name="expand">False</property> |
| 1633 | + <property name="fill">True</property> |
| 1634 | + <property name="pack-type">end</property> |
| 1635 | + <property name="position">1</property> |
| 1636 | + </packing> |
| 1637 | + </child> |
| 1638 | + </object> |
| 1639 | + <packing> |
| 1640 | + <property name="expand">False</property> |
| 1641 | + <property name="fill">True</property> |
| 1642 | + <property name="position">2</property> |
| 1643 | + </packing> |
| 1644 | + </child> |
| 1645 | + </object> |
| 1646 | + </child> |
| 1647 | + </object> |
1428 | 1648 | </interface> |
0 commit comments