1264
1267
_tmp2_ = FALSE;
1267
GtkCellRendererCombo* _tmp11_ = NULL;
1268
Key* _tmp12_ = NULL;
1269
Key* _tmp13_ = NULL;
1270
GVariant* _tmp14_ = NULL;
1271
GVariant* _tmp15_ = NULL;
1272
gchar* _tmp16_ = NULL;
1271
GtkCellRendererCombo* _tmp12_;
1273
1276
gchar* _tmp17_ = NULL;
1274
GtkListStore* model = NULL;
1275
GtkListStore* _tmp18_ = NULL;
1276
Key* _tmp19_ = NULL;
1277
Key* _tmp20_ = NULL;
1278
SchemaKey* _tmp21_ = NULL;
1279
GList* _tmp22_ = NULL;
1280
GtkCellRendererCombo* _tmp34_ = NULL;
1281
GtkListStore* _tmp35_ = NULL;
1282
_tmp11_ = self->priv->combo_renderer;
1283
_tmp12_ = key_value_renderer_get_key (self);
1285
_tmp14_ = key_get_value (_tmp13_);
1287
_tmp16_ = g_variant_print (_tmp15_, FALSE);
1289
g_object_set ((GtkCellRendererText*) _tmp11_, "text", _tmp17_, NULL);
1291
_tmp18_ = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_STRING);
1293
_tmp19_ = key_value_renderer_get_key (self);
1295
_tmp21_ = _tmp20_->schema;
1296
_tmp22_ = _tmp21_->choices;
1278
GtkListStore* _tmp19_;
1279
GtkListStore* model;
1284
GtkCellRendererCombo* _tmp35_;
1285
GtkListStore* _tmp36_;
1286
_tmp12_ = self->priv->combo_renderer;
1287
_tmp13_ = key_value_renderer_get_key (self);
1289
_tmp15_ = key_get_value (_tmp14_);
1291
_tmp17_ = g_variant_print (_tmp16_, FALSE);
1293
g_object_set ((GtkCellRendererText*) _tmp12_, "text", _tmp18_, NULL);
1295
_tmp19_ = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_STRING);
1297
_tmp20_ = key_value_renderer_get_key (self);
1299
_tmp22_ = _tmp21_->schema;
1300
_tmp23_ = _tmp22_->choices;
1298
1302
GList* choice_collection = NULL;
1299
1303
GList* choice_it = NULL;
1300
choice_collection = _tmp22_;
1304
choice_collection = _tmp23_;
1301
1305
for (choice_it = choice_collection; choice_it != NULL; choice_it = choice_it->next) {
1302
SchemaChoice* _tmp23_ = NULL;
1306
SchemaChoice* _tmp24_;
1303
1307
SchemaChoice* choice = NULL;
1304
_tmp23_ = _schema_choice_ref0 ((SchemaChoice*) choice_it->data);
1308
_tmp24_ = _schema_choice_ref0 ((SchemaChoice*) choice_it->data);
1307
1311
GtkTreeIter iter = {0};
1308
GtkListStore* _tmp24_ = NULL;
1309
GtkTreeIter _tmp25_ = {0};
1310
GtkListStore* _tmp26_ = NULL;
1311
GtkTreeIter _tmp27_ = {0};
1312
SchemaChoice* _tmp28_ = NULL;
1313
const gchar* _tmp29_ = NULL;
1314
SchemaChoice* _tmp30_ = NULL;
1315
GVariant* _tmp31_ = NULL;
1316
gchar* _tmp32_ = NULL;
1312
GtkListStore* _tmp25_;
1313
GtkTreeIter _tmp26_ = {0};
1314
GtkListStore* _tmp27_;
1315
GtkTreeIter _tmp28_;
1316
SchemaChoice* _tmp29_;
1317
const gchar* _tmp30_;
1318
SchemaChoice* _tmp31_;
1317
1320
gchar* _tmp33_ = NULL;
1319
gtk_list_store_append (_tmp24_, &_tmp25_);
1324
_tmp29_ = _tmp28_->name;
1326
_tmp31_ = _tmp30_->value;
1327
_tmp32_ = g_variant_print (_tmp31_, FALSE);
1329
gtk_list_store_set (_tmp26_, &_tmp27_, 0, _tmp29_, 1, _tmp33_, -1, -1);
1323
gtk_list_store_append (_tmp25_, &_tmp26_);
1328
_tmp30_ = _tmp29_->name;
1330
_tmp32_ = _tmp31_->value;
1331
_tmp33_ = g_variant_print (_tmp32_, FALSE);
1333
gtk_list_store_set (_tmp27_, &_tmp28_, 0, _tmp30_, 1, _tmp34_, -1, -1);
1331
1335
_schema_choice_unref0 (choice);
1335
_tmp34_ = self->priv->combo_renderer;
1337
g_object_set (_tmp34_, "model", (GtkTreeModel*) _tmp35_, NULL);
1339
_tmp35_ = self->priv->combo_renderer;
1341
g_object_set (_tmp35_, "model", (GtkTreeModel*) _tmp36_, NULL);
1338
1342
g_object_set ((GtkCellRenderer*) self, "mode", GTK_CELL_RENDERER_MODE_EDITABLE, NULL);
1339
1343
_g_object_unref0 (model);
1342
_tmp36_ = key_value_renderer_get_key (self);
1344
_tmp38_ = key_get_type_string (_tmp37_);
1346
_tmp37_ = key_value_renderer_get_key (self);
1348
_tmp39_ = key_get_type_string (_tmp38_);
1346
1349
_tmp40_ = _tmp39_;
1347
_tmp42_ = (NULL == _tmp40_) ? 0 : g_quark_from_string (_tmp40_);
1348
if (_tmp42_ == ((0 != _tmp41_label0) ? _tmp41_label0 : (_tmp41_label0 = g_quark_from_static_string ("<enum>")))) {
1351
_tmp43_ = (NULL == _tmp41_) ? 0 : g_quark_from_string (_tmp41_);
1352
if (_tmp43_ == ((0 != _tmp42_label0) ? _tmp42_label0 : (_tmp42_label0 = g_quark_from_static_string ("<enum>")))) {
1352
GtkCellRendererCombo* _tmp43_ = NULL;
1353
Key* _tmp44_ = NULL;
1354
Key* _tmp45_ = NULL;
1355
GVariant* _tmp46_ = NULL;
1356
GVariant* _tmp47_ = NULL;
1357
const gchar* _tmp48_ = NULL;
1358
GtkCellRendererCombo* _tmp49_ = NULL;
1359
Key* _tmp50_ = NULL;
1360
Key* _tmp51_ = NULL;
1361
SchemaKey* _tmp52_ = NULL;
1362
Schema* _tmp53_ = NULL;
1363
SchemaList* _tmp54_ = NULL;
1364
GHashTable* _tmp55_ = NULL;
1365
Key* _tmp56_ = NULL;
1366
Key* _tmp57_ = NULL;
1367
SchemaKey* _tmp58_ = NULL;
1368
const gchar* _tmp59_ = NULL;
1369
gconstpointer _tmp60_ = NULL;
1370
EnumModel* _tmp61_ = NULL;
1371
EnumModel* _tmp62_ = NULL;
1372
_tmp43_ = self->priv->combo_renderer;
1373
_tmp44_ = key_value_renderer_get_key (self);
1375
_tmp46_ = key_get_value (_tmp45_);
1377
_tmp48_ = g_variant_get_string (_tmp47_, NULL);
1378
g_object_set ((GtkCellRendererText*) _tmp43_, "text", _tmp48_, NULL);
1379
_tmp49_ = self->priv->combo_renderer;
1380
_tmp50_ = key_value_renderer_get_key (self);
1382
_tmp52_ = _tmp51_->schema;
1356
GtkCellRendererCombo* _tmp44_;
1361
const gchar* _tmp49_ = NULL;
1362
GtkCellRendererCombo* _tmp50_;
1367
SchemaList* _tmp55_;
1368
GHashTable* _tmp56_;
1372
const gchar* _tmp60_;
1373
gconstpointer _tmp61_ = NULL;
1376
_tmp44_ = self->priv->combo_renderer;
1377
_tmp45_ = key_value_renderer_get_key (self);
1379
_tmp47_ = key_get_value (_tmp46_);
1381
_tmp49_ = g_variant_get_string (_tmp48_, NULL);
1382
g_object_set ((GtkCellRendererText*) _tmp44_, "text", _tmp49_, NULL);
1383
_tmp50_ = self->priv->combo_renderer;
1384
_tmp51_ = key_value_renderer_get_key (self);
1383
1386
_tmp53_ = _tmp52_->schema;
1384
_tmp54_ = _tmp53_->list;
1385
_tmp55_ = _tmp54_->enums;
1386
_tmp56_ = key_value_renderer_get_key (self);
1388
_tmp58_ = _tmp57_->schema;
1389
_tmp59_ = _tmp58_->enum_name;
1390
_tmp60_ = g_hash_table_lookup (_tmp55_, _tmp59_);
1391
_tmp61_ = enum_model_new ((SchemaEnum*) _tmp60_);
1393
g_object_set (_tmp49_, "model", (GtkTreeModel*) _tmp62_, NULL);
1394
_g_object_unref0 (_tmp62_);
1387
_tmp54_ = _tmp53_->schema;
1388
_tmp55_ = _tmp54_->list;
1389
_tmp56_ = _tmp55_->enums;
1390
_tmp57_ = key_value_renderer_get_key (self);
1392
_tmp59_ = _tmp58_->schema;
1393
_tmp60_ = _tmp59_->enum_name;
1394
_tmp61_ = g_hash_table_lookup (_tmp56_, _tmp60_);
1395
_tmp62_ = enum_model_new ((SchemaEnum*) _tmp61_);
1397
g_object_set (_tmp50_, "model", (GtkTreeModel*) _tmp63_, NULL);
1398
_g_object_unref0 (_tmp63_);
1395
1399
g_object_set ((GtkCellRenderer*) self, "mode", GTK_CELL_RENDERER_MODE_EDITABLE, NULL);
1399
} else if (_tmp42_ == ((0 != _tmp41_label1) ? _tmp41_label1 : (_tmp41_label1 = g_quark_from_static_string ("b")))) {
1403
} else if (_tmp43_ == ((0 != _tmp42_label1) ? _tmp42_label1 : (_tmp42_label1 = g_quark_from_static_string ("b")))) {
1403
GtkCellRendererToggle* _tmp63_ = NULL;
1404
Key* _tmp64_ = NULL;
1405
Key* _tmp65_ = NULL;
1406
GVariant* _tmp66_ = NULL;
1407
GVariant* _tmp67_ = NULL;
1408
gboolean _tmp68_ = FALSE;
1409
_tmp63_ = self->priv->toggle_renderer;
1410
_tmp64_ = key_value_renderer_get_key (self);
1412
_tmp66_ = key_get_value (_tmp65_);
1414
_tmp68_ = g_variant_get_boolean (_tmp67_);
1415
gtk_cell_renderer_toggle_set_active (_tmp63_, _tmp68_);
1407
GtkCellRendererToggle* _tmp64_;
1412
gboolean _tmp69_ = FALSE;
1413
_tmp64_ = self->priv->toggle_renderer;
1414
_tmp65_ = key_value_renderer_get_key (self);
1416
_tmp67_ = key_get_value (_tmp66_);
1418
_tmp69_ = g_variant_get_boolean (_tmp68_);
1419
gtk_cell_renderer_toggle_set_active (_tmp64_, _tmp69_);
1416
1420
g_object_set ((GtkCellRenderer*) self, "mode", GTK_CELL_RENDERER_MODE_ACTIVATABLE, NULL);
1420
} else if (_tmp42_ == ((0 != _tmp41_label2) ? _tmp41_label2 : (_tmp41_label2 = g_quark_from_static_string ("s")))) {
1424
} else if (_tmp43_ == ((0 != _tmp42_label2) ? _tmp42_label2 : (_tmp42_label2 = g_quark_from_static_string ("s")))) {
1424
GtkCellRendererText* _tmp69_ = NULL;
1425
Key* _tmp70_ = NULL;
1426
Key* _tmp71_ = NULL;
1427
GVariant* _tmp72_ = NULL;
1428
GVariant* _tmp73_ = NULL;
1429
const gchar* _tmp74_ = NULL;
1430
_tmp69_ = self->priv->text_renderer;
1431
_tmp70_ = key_value_renderer_get_key (self);
1433
_tmp72_ = key_get_value (_tmp71_);
1435
_tmp74_ = g_variant_get_string (_tmp73_, NULL);
1436
g_object_set (_tmp69_, "text", _tmp74_, NULL);
1428
GtkCellRendererText* _tmp70_;
1433
const gchar* _tmp75_ = NULL;
1434
_tmp70_ = self->priv->text_renderer;
1435
_tmp71_ = key_value_renderer_get_key (self);
1437
_tmp73_ = key_get_value (_tmp72_);
1439
_tmp75_ = g_variant_get_string (_tmp74_, NULL);
1440
g_object_set (_tmp70_, "text", _tmp75_, NULL);
1437
1441
g_object_set ((GtkCellRenderer*) self, "mode", GTK_CELL_RENDERER_MODE_EDITABLE, NULL);
1441
} else if ((((((((_tmp42_ == ((0 != _tmp41_label3) ? _tmp41_label3 : (_tmp41_label3 = g_quark_from_static_string ("y")))) || (_tmp42_ == ((0 != _tmp41_label4) ? _tmp41_label4 : (_tmp41_label4 = g_quark_from_static_string ("n"))))) || (_tmp42_ == ((0 != _tmp41_label5) ? _tmp41_label5 : (_tmp41_label5 = g_quark_from_static_string ("q"))))) || (_tmp42_ == ((0 != _tmp41_label6) ? _tmp41_label6 : (_tmp41_label6 = g_quark_from_static_string ("i"))))) || (_tmp42_ == ((0 != _tmp41_label7) ? _tmp41_label7 : (_tmp41_label7 = g_quark_from_static_string ("u"))))) || (_tmp42_ == ((0 != _tmp41_label8) ? _tmp41_label8 : (_tmp41_label8 = g_quark_from_static_string ("x"))))) || (_tmp42_ == ((0 != _tmp41_label9) ? _tmp41_label9 : (_tmp41_label9 = g_quark_from_static_string ("t"))))) || (_tmp42_ == ((0 != _tmp41_label10) ? _tmp41_label10 : (_tmp41_label10 = g_quark_from_static_string ("d"))))) {
1445
} else if ((((((((_tmp43_ == ((0 != _tmp42_label3) ? _tmp42_label3 : (_tmp42_label3 = g_quark_from_static_string ("y")))) || (_tmp43_ == ((0 != _tmp42_label4) ? _tmp42_label4 : (_tmp42_label4 = g_quark_from_static_string ("n"))))) || (_tmp43_ == ((0 != _tmp42_label5) ? _tmp42_label5 : (_tmp42_label5 = g_quark_from_static_string ("q"))))) || (_tmp43_ == ((0 != _tmp42_label6) ? _tmp42_label6 : (_tmp42_label6 = g_quark_from_static_string ("i"))))) || (_tmp43_ == ((0 != _tmp42_label7) ? _tmp42_label7 : (_tmp42_label7 = g_quark_from_static_string ("u"))))) || (_tmp43_ == ((0 != _tmp42_label8) ? _tmp42_label8 : (_tmp42_label8 = g_quark_from_static_string ("x"))))) || (_tmp43_ == ((0 != _tmp42_label9) ? _tmp42_label9 : (_tmp42_label9 = g_quark_from_static_string ("t"))))) || (_tmp43_ == ((0 != _tmp42_label10) ? _tmp42_label10 : (_tmp42_label10 = g_quark_from_static_string ("d"))))) {
1445
GtkCellRendererSpin* _tmp75_ = NULL;
1446
Key* _tmp76_ = NULL;
1447
Key* _tmp77_ = NULL;
1448
GVariant* _tmp78_ = NULL;
1449
GVariant* _tmp79_ = NULL;
1450
gchar* _tmp80_ = NULL;
1449
GtkCellRendererSpin* _tmp76_;
1451
1454
gchar* _tmp81_ = NULL;
1453
Key* _tmp82_ = NULL;
1454
Key* _tmp83_ = NULL;
1455
GVariant* _tmp84_ = NULL;
1456
GVariant* _tmp85_ = NULL;
1457
gdouble _tmp86_ = 0.0;
1460
gboolean _tmp87_ = FALSE;
1461
Key* _tmp88_ = NULL;
1462
Key* _tmp89_ = NULL;
1463
gboolean _tmp90_ = FALSE;
1464
gboolean _tmp91_ = FALSE;
1465
GtkCellRendererSpin* _tmp118_ = NULL;
1466
gdouble _tmp119_ = 0.0;
1467
gdouble _tmp120_ = 0.0;
1468
gdouble _tmp121_ = 0.0;
1469
GtkAdjustment* _tmp122_ = NULL;
1470
GtkAdjustment* _tmp123_ = NULL;
1471
GtkCellRendererSpin* _tmp124_ = NULL;
1472
_tmp75_ = self->priv->spin_renderer;
1473
_tmp76_ = key_value_renderer_get_key (self);
1475
_tmp78_ = key_get_value (_tmp77_);
1477
_tmp80_ = g_variant_print (_tmp79_, FALSE);
1479
g_object_set ((GtkCellRendererText*) _tmp75_, "text", _tmp81_, NULL);
1481
_tmp82_ = key_value_renderer_get_key (self);
1483
_tmp84_ = key_get_value (_tmp83_);
1485
_tmp86_ = key_value_renderer_get_variant_as_double (_tmp85_);
1460
gdouble _tmp87_ = 0.0;
1464
gboolean _tmp88_ = FALSE;
1470
GtkCellRendererSpin* _tmp120_;
1474
GtkAdjustment* _tmp124_;
1475
GtkAdjustment* _tmp125_;
1476
GtkCellRendererSpin* _tmp126_;
1477
_tmp76_ = self->priv->spin_renderer;
1478
_tmp77_ = key_value_renderer_get_key (self);
1480
_tmp79_ = key_get_value (_tmp78_);
1482
_tmp81_ = g_variant_print (_tmp80_, FALSE);
1484
g_object_set ((GtkCellRendererText*) _tmp76_, "text", _tmp82_, NULL);
1486
_tmp83_ = key_value_renderer_get_key (self);
1488
_tmp85_ = key_get_value (_tmp84_);
1490
_tmp87_ = key_value_renderer_get_variant_as_double (_tmp86_);
1489
_tmp88_ = key_value_renderer_get_key (self);
1491
_tmp90_ = key_get_has_schema (_tmp89_);
1494
Key* _tmp92_ = NULL;
1495
Key* _tmp93_ = NULL;
1496
SchemaKey* _tmp94_ = NULL;
1497
SchemaValueRange* _tmp95_ = NULL;
1498
_tmp92_ = key_value_renderer_get_key (self);
1500
_tmp94_ = _tmp93_->schema;
1501
_tmp95_ = _tmp94_->range;
1502
_tmp87_ = _tmp95_ != NULL;
1494
_tmp89_ = key_value_renderer_get_key (self);
1496
_tmp91_ = key_get_has_schema (_tmp90_);
1502
SchemaValueRange* _tmp96_;
1503
_tmp93_ = key_value_renderer_get_key (self);
1505
_tmp95_ = _tmp94_->schema;
1506
_tmp96_ = _tmp95_->range;
1507
_tmp88_ = _tmp96_ != NULL;
1507
Key* _tmp96_ = NULL;
1508
Key* _tmp97_ = NULL;
1509
SchemaKey* _tmp98_ = NULL;
1510
SchemaValueRange* _tmp99_ = NULL;
1511
GVariant* _tmp100_ = NULL;
1512
gdouble _tmp101_ = 0.0;
1513
Key* _tmp102_ = NULL;
1514
Key* _tmp103_ = NULL;
1515
SchemaKey* _tmp104_ = NULL;
1516
SchemaValueRange* _tmp105_ = NULL;
1517
GVariant* _tmp106_ = NULL;
1518
gdouble _tmp107_ = 0.0;
1519
_tmp96_ = key_value_renderer_get_key (self);
1521
_tmp98_ = _tmp97_->schema;
1522
_tmp99_ = _tmp98_->range;
1523
_tmp100_ = _tmp99_->min;
1524
_tmp101_ = key_value_renderer_get_variant_as_double (_tmp100_);
1526
_tmp102_ = key_value_renderer_get_key (self);
1527
_tmp103_ = _tmp102_;
1528
_tmp104_ = _tmp103_->schema;
1529
_tmp105_ = _tmp104_->range;
1530
_tmp106_ = _tmp105_->max;
1531
_tmp107_ = key_value_renderer_get_variant_as_double (_tmp106_);
1515
SchemaKey* _tmp100_;
1516
SchemaValueRange* _tmp101_;
1518
gdouble _tmp103_ = 0.0;
1521
SchemaKey* _tmp106_;
1522
SchemaValueRange* _tmp107_;
1524
gdouble _tmp109_ = 0.0;
1525
_tmp98_ = key_value_renderer_get_key (self);
1527
_tmp100_ = _tmp99_->schema;
1528
_tmp101_ = _tmp100_->range;
1529
_tmp102_ = _tmp101_->min;
1530
_tmp103_ = key_value_renderer_get_variant_as_double (_tmp102_);
1532
_tmp104_ = key_value_renderer_get_key (self);
1533
_tmp105_ = _tmp104_;
1534
_tmp106_ = _tmp105_->schema;
1535
_tmp107_ = _tmp106_->range;
1536
_tmp108_ = _tmp107_->max;
1537
_tmp109_ = key_value_renderer_get_variant_as_double (_tmp108_);
1534
Key* _tmp108_ = NULL;
1535
Key* _tmp109_ = NULL;
1536
GVariant* _tmp110_ = NULL;
1537
GVariant* _tmp111_ = NULL;
1538
gdouble _tmp112_ = 0.0;
1539
Key* _tmp113_ = NULL;
1540
Key* _tmp114_ = NULL;
1541
GVariant* _tmp115_ = NULL;
1542
GVariant* _tmp116_ = NULL;
1543
gdouble _tmp117_ = 0.0;
1544
_tmp108_ = key_value_renderer_get_key (self);
1545
_tmp109_ = _tmp108_;
1546
_tmp110_ = key_get_min (_tmp109_);
1542
GVariant* _tmp112_ = NULL;
1544
gdouble _tmp114_ = 0.0;
1547
GVariant* _tmp117_ = NULL;
1549
gdouble _tmp119_ = 0.0;
1550
_tmp110_ = key_value_renderer_get_key (self);
1547
1551
_tmp111_ = _tmp110_;
1548
_tmp112_ = key_value_renderer_get_variant_as_double (_tmp111_);
1550
_g_variant_unref0 (_tmp111_);
1551
_tmp113_ = key_value_renderer_get_key (self);
1552
_tmp114_ = _tmp113_;
1553
_tmp115_ = key_get_max (_tmp114_);
1552
_tmp112_ = key_get_min (_tmp111_);
1553
_tmp113_ = _tmp112_;
1554
_tmp114_ = key_value_renderer_get_variant_as_double (_tmp113_);
1556
_g_variant_unref0 (_tmp113_);
1557
_tmp115_ = key_value_renderer_get_key (self);
1554
1558
_tmp116_ = _tmp115_;
1555
_tmp117_ = key_value_renderer_get_variant_as_double (_tmp116_);
1557
_g_variant_unref0 (_tmp116_);
1559
_tmp117_ = key_get_max (_tmp116_);
1560
_tmp118_ = _tmp117_;
1561
_tmp119_ = key_value_renderer_get_variant_as_double (_tmp118_);
1563
_g_variant_unref0 (_tmp118_);
1559
_tmp118_ = self->priv->spin_renderer;
1563
_tmp122_ = gtk_adjustment_new (_tmp119_, _tmp120_, _tmp121_, (gdouble) 1, (gdouble) 0, (gdouble) 0);
1564
g_object_ref_sink (_tmp122_);
1565
_tmp123_ = _tmp122_;
1566
g_object_set (_tmp118_, "adjustment", _tmp123_, NULL);
1567
_g_object_unref0 (_tmp123_);
1568
_tmp124_ = self->priv->spin_renderer;
1569
g_object_set (_tmp124_, "digits", (guint) 0, NULL);
1565
_tmp120_ = self->priv->spin_renderer;
1569
_tmp124_ = gtk_adjustment_new (_tmp121_, _tmp122_, _tmp123_, (gdouble) 1, (gdouble) 0, (gdouble) 0);
1570
g_object_ref_sink (_tmp124_);
1571
_tmp125_ = _tmp124_;
1572
g_object_set (_tmp120_, "adjustment", _tmp125_, NULL);
1573
_g_object_unref0 (_tmp125_);
1574
_tmp126_ = self->priv->spin_renderer;
1575
g_object_set (_tmp126_, "digits", (guint) 0, NULL);
1570
1576
g_object_set ((GtkCellRenderer*) self, "mode", GTK_CELL_RENDERER_MODE_EDITABLE, NULL);