This file is indexed.

/usr/share/gtk-doc/html/gladeui-2/ix01.html is in glade 3.18.3-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Glade User Interface Designer Reference Manual: Index</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Glade User Interface Designer Reference Manual">
<link rel="up" href="index.html" title="Glade User Interface Designer Reference Manual">
<link rel="prev" href="gladeui-Glade-Utils.html" title="Glade Utils">
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="gladeui-Glade-Utils.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><img src="right-insensitive.png" width="16" height="16" border="0"></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="id-1.6"></a>Index</h1></div></div></div>
<div class="index"><div class="indexdiv">
<h3>G</h3>
<dl>
<dt>GCSetPropData, <a class="indexterm" href="gladeui-glade-command.html#GCSetPropData">struct GCSetPropData</a>
</dt>
<dt>GladeActionActivateFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeActionActivateFunc">GladeActionActivateFunc ()</a>
</dt>
<dt>GladeAddChildFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeAddChildFunc">GladeAddChildFunc ()</a>
</dt>
<dt>GladeApp, <a class="indexterm" href="GladeApp.html#GladeApp-struct">struct GladeApp</a>
</dt>
<dt>GladeApp::doc-search, <a class="indexterm" href="GladeApp.html#GladeApp-doc-search">The “doc-search” signal</a>
</dt>
<dt>GladeApp::signal-editor-created, <a class="indexterm" href="GladeApp.html#GladeApp-signal-editor-created">The “signal-editor-created” signal</a>
</dt>
<dt>GladeApp::widget-adaptor-registered, <a class="indexterm" href="GladeApp.html#GladeApp-widget-adaptor-registered">The “widget-adaptor-registered” signal</a>
</dt>
<dt>GladeBaseEditor, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-struct">struct GladeBaseEditor</a>
</dt>
<dt>GladeBaseEditor::build-child, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-build-child">The “build-child” signal</a>
</dt>
<dt>GladeBaseEditor::change-type, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-change-type">The “change-type” signal</a>
</dt>
<dt>GladeBaseEditor::child-selected, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-child-selected">The “child-selected” signal</a>
</dt>
<dt>GladeBaseEditor::delete-child, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-delete-child">The “delete-child” signal</a>
</dt>
<dt>GladeBaseEditor::get-display-name, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-get-display-name">The “get-display-name” signal</a>
</dt>
<dt>GladeBaseEditor::move-child, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor-move-child">The “move-child” signal</a>
</dt>
<dt>GladeBaseEditor:container, <a class="indexterm" href="GladeBaseEditor.html#GladeBaseEditor--container">The “container” property</a>
</dt>
<dt>GladeChildActionActivateFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeChildActionActivateFunc">GladeChildActionActivateFunc ()</a>
</dt>
<dt>GladeChildGetPropertyFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeChildGetPropertyFunc">GladeChildGetPropertyFunc ()</a>
</dt>
<dt>GladeChildSetPropertyFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeChildSetPropertyFunc">GladeChildSetPropertyFunc ()</a>
</dt>
<dt>GladeChildVerifyPropertyFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeChildVerifyPropertyFunc">GladeChildVerifyPropertyFunc ()</a>
</dt>
<dt>GladeClipboard, <a class="indexterm" href="GladeClipboard.html#GladeClipboard-struct">struct GladeClipboard</a>
</dt>
<dt>GladeClipboard:has-selection, <a class="indexterm" href="GladeClipboard.html#GladeClipboard--has-selection">The “has-selection” property</a>
</dt>
<dt>GladeCommand, <a class="indexterm" href="gladeui-glade-command.html#GladeCommand-struct">struct GladeCommand</a>
</dt>
<dt>GladeCreateEPropFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeCreateEPropFunc">GladeCreateEPropFunc ()</a>
</dt>
<dt>GladeCreateReason, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeCreateReason">enum GladeCreateReason</a>
</dt>
<dt>GladeDesignView, <a class="indexterm" href="GladeDesignView.html#GladeDesignView-struct">struct GladeDesignView</a>
</dt>
<dt>GladeDesignView:project, <a class="indexterm" href="GladeDesignView.html#GladeDesignView--project">The “project” property</a>
</dt>
<dt>GladeEditor, <a class="indexterm" href="gladeui-glade-editor.html#GladeEditor-struct">struct GladeEditor</a>
</dt>
<dt>GladeEditor:class-field, <a class="indexterm" href="gladeui-glade-editor.html#GladeEditor--class-field">The “class-field” property</a>
</dt>
<dt>GladeEditor:show-class-field, <a class="indexterm" href="gladeui-glade-editor.html#GladeEditor--show-class-field">The “show-class-field” property</a>
</dt>
<dt>GladeEditor:show-info, <a class="indexterm" href="gladeui-glade-editor.html#GladeEditor--show-info">The “show-info” property</a>
</dt>
<dt>GladeEditor:widget, <a class="indexterm" href="gladeui-glade-editor.html#GladeEditor--widget">The “widget” property</a>
</dt>
<dt>GladeEditorProperty, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty-struct">struct GladeEditorProperty</a>
</dt>
<dt>GladeEditorProperty::commit, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty-commit">The “commit” signal</a>
</dt>
<dt>GladeEditorProperty::value-changed, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty-value-changed">The “value-changed” signal</a>
</dt>
<dt>GladeEditorProperty:custom-text, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty--custom-text">The “custom-text” property</a>
</dt>
<dt>GladeEditorProperty:disable-check, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty--disable-check">The “disable-check” property</a>
</dt>
<dt>GladeEditorProperty:property-class, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty--property-class">The “property-class” property</a>
</dt>
<dt>GladeEditorProperty:use-command, <a class="indexterm" href="GladeEditorProperty.html#GladeEditorProperty--use-command">The “use-command” property</a>
</dt>
<dt>GladeEditorTable, <a class="indexterm" href="gladeui-glade-editor.html#GladeEditorTable">struct GladeEditorTable</a>
</dt>
<dt>GladeGetChildrenFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeGetChildrenFunc">GladeGetChildrenFunc ()</a>
</dt>
<dt>GladeGetInternalFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeGetInternalFunc">GladeGetInternalFunc ()</a>
</dt>
<dt>GladeGetPropertyFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeGetPropertyFunc">GladeGetPropertyFunc ()</a>
</dt>
<dt>GladeInspector, <a class="indexterm" href="GladeInspector.html#GladeInspector-struct">struct GladeInspector</a>
</dt>
<dt>GladeInspector::item-activated, <a class="indexterm" href="GladeInspector.html#GladeInspector-item-activated">The “item-activated” signal</a>
</dt>
<dt>GladeInspector::selection-changed, <a class="indexterm" href="GladeInspector.html#GladeInspector-selection-changed">The “selection-changed” signal</a>
</dt>
<dt>GladeInspector:project, <a class="indexterm" href="GladeInspector.html#GladeInspector--project">The “project” property</a>
</dt>
<dt>GladeItemAppearance, <a class="indexterm" href="GladePalette.html#GladeItemAppearance">enum GladeItemAppearance</a>
</dt>
<dt>GladePalette, <a class="indexterm" href="GladePalette.html#GladePalette-struct">struct GladePalette</a>
</dt>
<dt>GladePalette::refresh, <a class="indexterm" href="GladePalette.html#GladePalette-refresh">The “refresh” signal</a>
</dt>
<dt>GladePalette:item-appearance, <a class="indexterm" href="GladePalette.html#GladePalette--item-appearance">The “item-appearance” property</a>
</dt>
<dt>GladePalette:project, <a class="indexterm" href="GladePalette.html#GladePalette--project">The “project” property</a>
</dt>
<dt>GladePalette:show-selector-button, <a class="indexterm" href="GladePalette.html#GladePalette--show-selector-button">The “show-selector-button” property</a>
</dt>
<dt>GladePalette:use-small-item-icons, <a class="indexterm" href="GladePalette.html#GladePalette--use-small-item-icons">The “use-small-item-icons” property</a>
</dt>
<dt>GladePlaceholder, <a class="indexterm" href="GladePlaceholder.html#GladePlaceholder-struct">struct GladePlaceholder</a>
</dt>
<dt>GladePostCreateFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladePostCreateFunc">GladePostCreateFunc ()</a>
</dt>
<dt>GladeProject, <a class="indexterm" href="GladeProject.html#GladeProject-struct">GladeProject</a>
</dt>
<dt>GladeProject::add-widget, <a class="indexterm" href="GladeProject.html#GladeProject-add-widget">The “add-widget” signal</a>
</dt>
<dt>GladeProject::changed, <a class="indexterm" href="GladeProject.html#GladeProject-changed">The “changed” signal</a>
</dt>
<dt>GladeProject::close, <a class="indexterm" href="GladeProject.html#GladeProject-close">The “close” signal</a>
</dt>
<dt>GladeProject::load-progress, <a class="indexterm" href="GladeProject.html#GladeProject-load-progress">The “load-progress” signal</a>
</dt>
<dt>GladeProject::parse-began, <a class="indexterm" href="GladeProject.html#GladeProject-parse-began">The “parse-began” signal</a>
</dt>
<dt>GladeProject::parse-finished, <a class="indexterm" href="GladeProject.html#GladeProject-parse-finished">The “parse-finished” signal</a>
</dt>
<dt>GladeProject::remove-widget, <a class="indexterm" href="GladeProject.html#GladeProject-remove-widget">The “remove-widget” signal</a>
</dt>
<dt>GladeProject::selection-changed, <a class="indexterm" href="GladeProject.html#GladeProject-selection-changed">The “selection-changed” signal</a>
</dt>
<dt>GladeProject::targets-changed, <a class="indexterm" href="GladeProject.html#GladeProject-targets-changed">The “targets-changed” signal</a>
</dt>
<dt>GladeProject::widget-name-changed, <a class="indexterm" href="GladeProject.html#GladeProject-widget-name-changed">The “widget-name-changed” signal</a>
</dt>
<dt>GladeProject::widget-visibility-changed, <a class="indexterm" href="GladeProject.html#GladeProject-widget-visibility-changed">The “widget-visibility-changed” signal</a>
</dt>
<dt>GladeProject:add-item, <a class="indexterm" href="GladeProject.html#GladeProject--add-item">The “add-item” property</a>
</dt>
<dt>GladeProject:css-provider-path, <a class="indexterm" href="GladeProject.html#GladeProject--css-provider-path">The “css-provider-path” property</a>
</dt>
<dt>GladeProject:has-selection, <a class="indexterm" href="GladeProject.html#GladeProject--has-selection">The “has-selection” property</a>
</dt>
<dt>GladeProject:license, <a class="indexterm" href="GladeProject.html#GladeProject--license">The “license” property</a>
</dt>
<dt>GladeProject:modified, <a class="indexterm" href="GladeProject.html#GladeProject--modified">The “modified” property</a>
</dt>
<dt>GladeProject:path, <a class="indexterm" href="GladeProject.html#GladeProject--path">The “path” property</a>
</dt>
<dt>GladeProject:pointer-mode, <a class="indexterm" href="GladeProject.html#GladeProject--pointer-mode">The “pointer-mode” property</a>
</dt>
<dt>GladeProject:read-only, <a class="indexterm" href="GladeProject.html#GladeProject--read-only">The “read-only” property</a>
</dt>
<dt>GladeProject:resource-path, <a class="indexterm" href="GladeProject.html#GladeProject--resource-path">The “resource-path” property</a>
</dt>
<dt>GladeProject:template, <a class="indexterm" href="GladeProject.html#GladeProject--template">The “template” property</a>
</dt>
<dt>GladeProject:translation-domain, <a class="indexterm" href="GladeProject.html#GladeProject--translation-domain">The “translation-domain” property</a>
</dt>
<dt>GladeProperty, <a class="indexterm" href="GladeProperty.html#GladeProperty-struct">GladeProperty</a>
</dt>
<dt>GladeProperty::tooltip-changed, <a class="indexterm" href="GladeProperty.html#GladeProperty-tooltip-changed">The “tooltip-changed” signal</a>
</dt>
<dt>GladeProperty::value-changed, <a class="indexterm" href="GladeProperty.html#GladeProperty-value-changed">The “value-changed” signal</a>
</dt>
<dt>GladeProperty:class, <a class="indexterm" href="GladeProperty.html#GladeProperty--class">The “class” property</a>
</dt>
<dt>GladeProperty:enabled, <a class="indexterm" href="GladeProperty.html#GladeProperty--enabled">The “enabled” property</a>
</dt>
<dt>GladeProperty:i18n-comment, <a class="indexterm" href="GladeProperty.html#GladeProperty--i18n-comment">The “i18n-comment” property</a>
</dt>
<dt>GladeProperty:i18n-context, <a class="indexterm" href="GladeProperty.html#GladeProperty--i18n-context">The “i18n-context” property</a>
</dt>
<dt>GladeProperty:i18n-translatable, <a class="indexterm" href="GladeProperty.html#GladeProperty--i18n-translatable">The “i18n-translatable” property</a>
</dt>
<dt>GladeProperty:sensitive, <a class="indexterm" href="GladeProperty.html#GladeProperty--sensitive">The “sensitive” property</a>
</dt>
<dt>GladeProperty:state, <a class="indexterm" href="GladeProperty.html#GladeProperty--state">The “state” property</a>
</dt>
<dt>GladePropertyClass, <a class="indexterm" href="gladeui-GladePropertyClass.html#GladePropertyClass">GladePropertyClass</a>
</dt>
<dt>GladeReadWidgetFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeReadWidgetFunc">GladeReadWidgetFunc ()</a>
</dt>
<dt>GladeRemoveChildFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeRemoveChildFunc">GladeRemoveChildFunc ()</a>
</dt>
<dt>GladeReplaceChildFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeReplaceChildFunc">GladeReplaceChildFunc ()</a>
</dt>
<dt>GladeSetPropertyFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeSetPropertyFunc">GladeSetPropertyFunc ()</a>
</dt>
<dt>GladeSignalEditor, <a class="indexterm" href="gladeui-GladeSignalEditor.html#GladeSignalEditor">struct GladeSignalEditor</a>
</dt>
<dt>GladeStringFromValueFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeStringFromValueFunc">GladeStringFromValueFunc ()</a>
</dt>
<dt>GladeUIMessageType, <a class="indexterm" href="gladeui-Glade-Utils.html#GladeUIMessageType">enum GladeUIMessageType</a>
</dt>
<dt>GladeUtilFileDialogType, <a class="indexterm" href="gladeui-Glade-Utils.html#GladeUtilFileDialogType">enum GladeUtilFileDialogType</a>
</dt>
<dt>GladeVerifyPropertyFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeVerifyPropertyFunc">GladeVerifyPropertyFunc ()</a>
</dt>
<dt>GladeWidget, <a class="indexterm" href="GladeWidget.html#GladeWidget-struct">GladeWidget</a>
</dt>
<dt>GladeWidget::add-signal-handler, <a class="indexterm" href="GladeWidget.html#GladeWidget-add-signal-handler">The “add-signal-handler” signal</a>
</dt>
<dt>GladeWidget::button-press-event, <a class="indexterm" href="GladeWidget.html#GladeWidget-button-press-event">The “button-press-event” signal</a>
</dt>
<dt>GladeWidget::button-release-event, <a class="indexterm" href="GladeWidget.html#GladeWidget-button-release-event">The “button-release-event” signal</a>
</dt>
<dt>GladeWidget::change-signal-handler, <a class="indexterm" href="GladeWidget.html#GladeWidget-change-signal-handler">The “change-signal-handler” signal</a>
</dt>
<dt>GladeWidget::motion-notify-event, <a class="indexterm" href="GladeWidget.html#GladeWidget-motion-notify-event">The “motion-notify-event” signal</a>
</dt>
<dt>GladeWidget::remove-signal-handler, <a class="indexterm" href="GladeWidget.html#GladeWidget-remove-signal-handler">The “remove-signal-handler” signal</a>
</dt>
<dt>GladeWidget::support-changed, <a class="indexterm" href="GladeWidget.html#GladeWidget-support-changed">The “support-changed” signal</a>
</dt>
<dt>GladeWidget:adaptor, <a class="indexterm" href="GladeWidget.html#GladeWidget--adaptor">The “adaptor” property</a>
</dt>
<dt>GladeWidget:anarchist, <a class="indexterm" href="GladeWidget.html#GladeWidget--anarchist">The “anarchist” property</a>
</dt>
<dt>GladeWidget:composite, <a class="indexterm" href="GladeWidget.html#GladeWidget--composite">The “composite” property</a>
</dt>
<dt>GladeWidget:internal, <a class="indexterm" href="GladeWidget.html#GladeWidget--internal">The “internal” property</a>
</dt>
<dt>GladeWidget:internal-name, <a class="indexterm" href="GladeWidget.html#GladeWidget--internal-name">The “internal-name” property</a>
</dt>
<dt>GladeWidget:name, <a class="indexterm" href="GladeWidget.html#GladeWidget--name">The “name” property</a>
</dt>
<dt>GladeWidget:object, <a class="indexterm" href="GladeWidget.html#GladeWidget--object">The “object” property</a>
</dt>
<dt>GladeWidget:parent, <a class="indexterm" href="GladeWidget.html#GladeWidget--parent">The “parent” property</a>
</dt>
<dt>GladeWidget:project, <a class="indexterm" href="GladeWidget.html#GladeWidget--project">The “project” property</a>
</dt>
<dt>GladeWidget:properties, <a class="indexterm" href="GladeWidget.html#GladeWidget--properties">The “properties” property</a>
</dt>
<dt>GladeWidget:reason, <a class="indexterm" href="GladeWidget.html#GladeWidget--reason">The “reason” property</a>
</dt>
<dt>GladeWidget:support-warning, <a class="indexterm" href="GladeWidget.html#GladeWidget--support-warning">The “support-warning” property</a>
</dt>
<dt>GladeWidget:template, <a class="indexterm" href="GladeWidget.html#GladeWidget--template">The “template” property</a>
</dt>
<dt>GladeWidget:template-exact, <a class="indexterm" href="GladeWidget.html#GladeWidget--template-exact">The “template-exact” property</a>
</dt>
<dt>GladeWidget:toplevel-height, <a class="indexterm" href="GladeWidget.html#GladeWidget--toplevel-height">The “toplevel-height” property</a>
</dt>
<dt>GladeWidget:toplevel-width, <a class="indexterm" href="GladeWidget.html#GladeWidget--toplevel-width">The “toplevel-width” property</a>
</dt>
<dt>GladeWidget:visible, <a class="indexterm" href="GladeWidget.html#GladeWidget--visible">The “visible” property</a>
</dt>
<dt>GladeWidgetAction, <a class="indexterm" href="GladeWidgetAction.html#GladeWidgetAction-struct">struct GladeWidgetAction</a>
</dt>
<dt>GladeWidgetAction:class, <a class="indexterm" href="GladeWidgetAction.html#GladeWidgetAction--class">The “class” property</a>
</dt>
<dt>GladeWidgetAction:sensitive, <a class="indexterm" href="GladeWidgetAction.html#GladeWidgetAction--sensitive">The “sensitive” property</a>
</dt>
<dt>GladeWidgetAction:visible, <a class="indexterm" href="GladeWidgetAction.html#GladeWidgetAction--visible">The “visible” property</a>
</dt>
<dt>GladeWidgetAdaptor, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor-struct">GladeWidgetAdaptor</a>
</dt>
<dt>GladeWidgetAdaptor:book, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor--book">The “book” property</a>
</dt>
<dt>GladeWidgetAdaptor:catalog, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor--catalog">The “catalog” property</a>
</dt>
<dt>GladeWidgetAdaptor:cursor, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor--cursor">The “cursor” property</a>
</dt>
<dt>GladeWidgetAdaptor:generic-name, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor--generic-name">The “generic-name” property</a>
</dt>
<dt>GladeWidgetAdaptor:icon-name, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor--icon-name">The “icon-name” property</a>
</dt>
<dt>GladeWidgetAdaptor:name, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor--name">The “name” property</a>
</dt>
<dt>GladeWidgetAdaptor:special-child-type, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor--special-child-type">The “special-child-type” property</a>
</dt>
<dt>GladeWidgetAdaptor:title, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor--title">The “title” property</a>
</dt>
<dt>GladeWidgetAdaptor:type, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWidgetAdaptor--type">The “type” property</a>
</dt>
<dt>GladeWriteWidgetFunc, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GladeWriteWidgetFunc">GladeWriteWidgetFunc ()</a>
</dt>
<dt>glade_app_add_project, <a class="indexterm" href="GladeApp.html#glade-app-add-project">glade_app_add_project ()</a>
</dt>
<dt>glade_app_config_save, <a class="indexterm" href="GladeApp.html#glade-app-config-save">glade_app_config_save ()</a>
</dt>
<dt>glade_app_get, <a class="indexterm" href="GladeApp.html#glade-app-get">glade_app_get ()</a>
</dt>
<dt>glade_app_get_catalogs_dir, <a class="indexterm" href="GladeApp.html#glade-app-get-catalogs-dir">glade_app_get_catalogs_dir ()</a>
</dt>
<dt>glade_app_get_clipboard, <a class="indexterm" href="GladeApp.html#glade-app-get-clipboard">glade_app_get_clipboard ()</a>
</dt>
<dt>glade_app_get_config, <a class="indexterm" href="GladeApp.html#glade-app-get-config">glade_app_get_config ()</a>
</dt>
<dt>glade_app_get_locale_dir, <a class="indexterm" href="GladeApp.html#glade-app-get-locale-dir">glade_app_get_locale_dir ()</a>
</dt>
<dt>glade_app_get_modules_dir, <a class="indexterm" href="GladeApp.html#glade-app-get-modules-dir">glade_app_get_modules_dir ()</a>
</dt>
<dt>glade_app_get_pixmaps_dir, <a class="indexterm" href="GladeApp.html#glade-app-get-pixmaps-dir">glade_app_get_pixmaps_dir ()</a>
</dt>
<dt>glade_app_get_projects, <a class="indexterm" href="GladeApp.html#glade-app-get-projects">glade_app_get_projects ()</a>
</dt>
<dt>glade_app_get_project_by_path, <a class="indexterm" href="GladeApp.html#glade-app-get-project-by-path">glade_app_get_project_by_path ()</a>
</dt>
<dt>glade_app_get_window, <a class="indexterm" href="GladeApp.html#glade-app-get-window">glade_app_get_window ()</a>
</dt>
<dt>glade_app_is_project_loaded, <a class="indexterm" href="GladeApp.html#glade-app-is-project-loaded">glade_app_is_project_loaded ()</a>
</dt>
<dt>glade_app_new, <a class="indexterm" href="GladeApp.html#glade-app-new">glade_app_new ()</a>
</dt>
<dt>glade_app_remove_project, <a class="indexterm" href="GladeApp.html#glade-app-remove-project">glade_app_remove_project ()</a>
</dt>
<dt>glade_app_set_accel_group, <a class="indexterm" href="GladeApp.html#glade-app-set-accel-group">glade_app_set_accel_group ()</a>
</dt>
<dt>glade_app_set_window, <a class="indexterm" href="GladeApp.html#glade-app-set-window">glade_app_set_window ()</a>
</dt>
<dt>glade_base_editor_add_default_properties, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-add-default-properties">glade_base_editor_add_default_properties ()</a>
</dt>
<dt>glade_base_editor_add_label, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-add-label">glade_base_editor_add_label ()</a>
</dt>
<dt>glade_base_editor_add_properties, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-add-properties">glade_base_editor_add_properties ()</a>
</dt>
<dt>glade_base_editor_new, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-new">glade_base_editor_new ()</a>
</dt>
<dt>glade_base_editor_pack_new_window, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-pack-new-window">glade_base_editor_pack_new_window ()</a>
</dt>
<dt>glade_base_editor_set_show_signal_editor, <a class="indexterm" href="GladeBaseEditor.html#glade-base-editor-set-show-signal-editor">glade_base_editor_set_show_signal_editor ()</a>
</dt>
<dt>glade_clipboard_add, <a class="indexterm" href="GladeClipboard.html#glade-clipboard-add">glade_clipboard_add ()</a>
</dt>
<dt>glade_clipboard_get_has_selection, <a class="indexterm" href="GladeClipboard.html#glade-clipboard-get-has-selection">glade_clipboard_get_has_selection ()</a>
</dt>
<dt>glade_clipboard_new, <a class="indexterm" href="GladeClipboard.html#glade-clipboard-new">glade_clipboard_new ()</a>
</dt>
<dt>glade_command_add_signal, <a class="indexterm" href="gladeui-glade-command.html#glade-command-add-signal">glade_command_add_signal ()</a>
</dt>
<dt>glade_command_change_signal, <a class="indexterm" href="gladeui-glade-command.html#glade-command-change-signal">glade_command_change_signal ()</a>
</dt>
<dt>glade_command_collapse, <a class="indexterm" href="gladeui-glade-command.html#glade-command-collapse">glade_command_collapse ()</a>
</dt>
<dt>glade_command_create, <a class="indexterm" href="gladeui-glade-command.html#glade-command-create">glade_command_create ()</a>
</dt>
<dt>glade_command_cut, <a class="indexterm" href="gladeui-glade-command.html#glade-command-cut">glade_command_cut ()</a>
</dt>
<dt>glade_command_delete, <a class="indexterm" href="gladeui-glade-command.html#glade-command-delete">glade_command_delete ()</a>
</dt>
<dt>glade_command_dnd, <a class="indexterm" href="gladeui-glade-command.html#glade-command-dnd">glade_command_dnd ()</a>
</dt>
<dt>glade_command_execute, <a class="indexterm" href="gladeui-glade-command.html#glade-command-execute">glade_command_execute ()</a>
</dt>
<dt>glade_command_paste, <a class="indexterm" href="gladeui-glade-command.html#glade-command-paste">glade_command_paste ()</a>
</dt>
<dt>glade_command_pop_group, <a class="indexterm" href="gladeui-glade-command.html#glade-command-pop-group">glade_command_pop_group ()</a>
</dt>
<dt>glade_command_push_group, <a class="indexterm" href="gladeui-glade-command.html#glade-command-push-group">glade_command_push_group ()</a>
</dt>
<dt>glade_command_remove_signal, <a class="indexterm" href="gladeui-glade-command.html#glade-command-remove-signal">glade_command_remove_signal ()</a>
</dt>
<dt>glade_command_set_i18n, <a class="indexterm" href="gladeui-glade-command.html#glade-command-set-i18n">glade_command_set_i18n ()</a>
</dt>
<dt>glade_command_set_name, <a class="indexterm" href="gladeui-glade-command.html#glade-command-set-name">glade_command_set_name ()</a>
</dt>
<dt>glade_command_set_properties, <a class="indexterm" href="gladeui-glade-command.html#glade-command-set-properties">glade_command_set_properties ()</a>
</dt>
<dt>glade_command_set_properties_list, <a class="indexterm" href="gladeui-glade-command.html#glade-command-set-properties-list">glade_command_set_properties_list ()</a>
</dt>
<dt>glade_command_set_property, <a class="indexterm" href="gladeui-glade-command.html#glade-command-set-property">glade_command_set_property ()</a>
</dt>
<dt>glade_command_set_property_value, <a class="indexterm" href="gladeui-glade-command.html#glade-command-set-property-value">glade_command_set_property_value ()</a>
</dt>
<dt>glade_command_undo, <a class="indexterm" href="gladeui-glade-command.html#glade-command-undo">glade_command_undo ()</a>
</dt>
<dt>glade_command_unifies, <a class="indexterm" href="gladeui-glade-command.html#glade-command-unifies">glade_command_unifies ()</a>
</dt>
<dt>glade_design_view_get_from_project, <a class="indexterm" href="GladeDesignView.html#glade-design-view-get-from-project">glade_design_view_get_from_project ()</a>
</dt>
<dt>glade_design_view_get_project, <a class="indexterm" href="GladeDesignView.html#glade-design-view-get-project">glade_design_view_get_project ()</a>
</dt>
<dt>glade_design_view_new, <a class="indexterm" href="GladeDesignView.html#glade-design-view-new">glade_design_view_new ()</a>
</dt>
<dt>glade_editor_hide_info, <a class="indexterm" href="gladeui-glade-editor.html#glade-editor-hide-info">glade_editor_hide_info ()</a>
</dt>
<dt>glade_editor_load_widget, <a class="indexterm" href="gladeui-glade-editor.html#glade-editor-load-widget">glade_editor_load_widget ()</a>
</dt>
<dt>glade_editor_new, <a class="indexterm" href="gladeui-glade-editor.html#glade-editor-new">glade_editor_new ()</a>
</dt>
<dt>glade_editor_property_commit, <a class="indexterm" href="GladeEditorProperty.html#glade-editor-property-commit">glade_editor_property_commit ()</a>
</dt>
<dt>glade_editor_property_load, <a class="indexterm" href="GladeEditorProperty.html#glade-editor-property-load">glade_editor_property_load ()</a>
</dt>
<dt>glade_editor_property_load_by_widget, <a class="indexterm" href="GladeEditorProperty.html#glade-editor-property-load-by-widget">glade_editor_property_load_by_widget ()</a>
</dt>
<dt>glade_editor_query_dialog, <a class="indexterm" href="gladeui-glade-editor.html#glade-editor-query-dialog">glade_editor_query_dialog ()</a>
</dt>
<dt>glade_editor_show_info, <a class="indexterm" href="gladeui-glade-editor.html#glade-editor-show-info">glade_editor_show_info ()</a>
</dt>
<dt>GLADE_EDITOR_TABLE, <a class="indexterm" href="gladeui-glade-editor.html#GLADE-EDITOR-TABLE:CAPS">GLADE_EDITOR_TABLE()</a>
</dt>
<dt>glade_inspector_get_project, <a class="indexterm" href="GladeInspector.html#glade-inspector-get-project">glade_inspector_get_project ()</a>
</dt>
<dt>glade_inspector_get_selected_items, <a class="indexterm" href="GladeInspector.html#glade-inspector-get-selected-items">glade_inspector_get_selected_items ()</a>
</dt>
<dt>glade_inspector_new, <a class="indexterm" href="GladeInspector.html#glade-inspector-new">glade_inspector_new ()</a>
</dt>
<dt>glade_inspector_new_with_project, <a class="indexterm" href="GladeInspector.html#glade-inspector-new-with-project">glade_inspector_new_with_project ()</a>
</dt>
<dt>glade_inspector_set_project, <a class="indexterm" href="GladeInspector.html#glade-inspector-set-project">glade_inspector_set_project ()</a>
</dt>
<dt>GLADE_IS_EDITOR_TABLE, <a class="indexterm" href="gladeui-glade-editor.html#GLADE-IS-EDITOR-TABLE:CAPS">GLADE_IS_EDITOR_TABLE()</a>
</dt>
<dt>GLADE_MAKE_EPROP_TYPE, <a class="indexterm" href="GladeEditorProperty.html#GLADE-MAKE-EPROP-TYPE:CAPS">GLADE_MAKE_EPROP_TYPE()</a>
</dt>
<dt>glade_palette_get_item_appearance, <a class="indexterm" href="GladePalette.html#glade-palette-get-item-appearance">glade_palette_get_item_appearance ()</a>
</dt>
<dt>glade_palette_get_show_selector_button, <a class="indexterm" href="GladePalette.html#glade-palette-get-show-selector-button">glade_palette_get_show_selector_button ()</a>
</dt>
<dt>glade_palette_get_use_small_item_icons, <a class="indexterm" href="GladePalette.html#glade-palette-get-use-small-item-icons">glade_palette_get_use_small_item_icons ()</a>
</dt>
<dt>glade_palette_new, <a class="indexterm" href="GladePalette.html#glade-palette-new">glade_palette_new ()</a>
</dt>
<dt>glade_palette_set_item_appearance, <a class="indexterm" href="GladePalette.html#glade-palette-set-item-appearance">glade_palette_set_item_appearance ()</a>
</dt>
<dt>glade_palette_set_show_selector_button, <a class="indexterm" href="GladePalette.html#glade-palette-set-show-selector-button">glade_palette_set_show_selector_button ()</a>
</dt>
<dt>glade_palette_set_use_small_item_icons, <a class="indexterm" href="GladePalette.html#glade-palette-set-use-small-item-icons">glade_palette_set_use_small_item_icons ()</a>
</dt>
<dt>glade_placeholder_get_parent, <a class="indexterm" href="GladePlaceholder.html#glade-placeholder-get-parent">glade_placeholder_get_parent ()</a>
</dt>
<dt>glade_placeholder_new, <a class="indexterm" href="GladePlaceholder.html#glade-placeholder-new">glade_placeholder_new ()</a>
</dt>
<dt>glade_pointer_mode_get_type, <a class="indexterm" href="GladeApp.html#glade-pointer-mode-get-type">glade_pointer_mode_get_type ()</a>
</dt>
<dt>glade_project_add_object, <a class="indexterm" href="GladeProject.html#glade-project-add-object">glade_project_add_object ()</a>
</dt>
<dt>glade_project_get_file_mtime, <a class="indexterm" href="GladeProject.html#glade-project-get-file-mtime">glade_project_get_file_mtime ()</a>
</dt>
<dt>glade_project_get_has_selection, <a class="indexterm" href="GladeProject.html#glade-project-get-has-selection">glade_project_get_has_selection ()</a>
</dt>
<dt>glade_project_get_modified, <a class="indexterm" href="GladeProject.html#glade-project-get-modified">glade_project_get_modified ()</a>
</dt>
<dt>glade_project_get_name, <a class="indexterm" href="GladeProject.html#glade-project-get-name">glade_project_get_name ()</a>
</dt>
<dt>glade_project_get_objects, <a class="indexterm" href="GladeProject.html#glade-project-get-objects">glade_project_get_objects ()</a>
</dt>
<dt>glade_project_get_path, <a class="indexterm" href="GladeProject.html#glade-project-get-path">glade_project_get_path ()</a>
</dt>
<dt>glade_project_get_readonly, <a class="indexterm" href="GladeProject.html#glade-project-get-readonly">glade_project_get_readonly ()</a>
</dt>
<dt>glade_project_get_widget_by_name, <a class="indexterm" href="GladeProject.html#glade-project-get-widget-by-name">glade_project_get_widget_by_name ()</a>
</dt>
<dt>glade_project_has_object, <a class="indexterm" href="GladeProject.html#glade-project-has-object">glade_project_has_object ()</a>
</dt>
<dt>glade_project_is_loading, <a class="indexterm" href="GladeProject.html#glade-project-is-loading">glade_project_is_loading ()</a>
</dt>
<dt>glade_project_is_selected, <a class="indexterm" href="GladeProject.html#glade-project-is-selected">glade_project_is_selected ()</a>
</dt>
<dt>glade_project_load, <a class="indexterm" href="GladeProject.html#glade-project-load">glade_project_load ()</a>
</dt>
<dt>glade_project_load_from_file, <a class="indexterm" href="GladeProject.html#glade-project-load-from-file">glade_project_load_from_file ()</a>
</dt>
<dt>glade_project_new, <a class="indexterm" href="GladeProject.html#glade-project-new">glade_project_new ()</a>
</dt>
<dt>glade_project_new_widget_name, <a class="indexterm" href="GladeProject.html#glade-project-new-widget-name">glade_project_new_widget_name ()</a>
</dt>
<dt>glade_project_next_redo_item, <a class="indexterm" href="GladeProject.html#glade-project-next-redo-item">glade_project_next_redo_item ()</a>
</dt>
<dt>glade_project_next_undo_item, <a class="indexterm" href="GladeProject.html#glade-project-next-undo-item">glade_project_next_undo_item ()</a>
</dt>
<dt>glade_project_push_undo, <a class="indexterm" href="GladeProject.html#glade-project-push-undo">glade_project_push_undo ()</a>
</dt>
<dt>glade_project_redo, <a class="indexterm" href="GladeProject.html#glade-project-redo">glade_project_redo ()</a>
</dt>
<dt>glade_project_redo_items, <a class="indexterm" href="GladeProject.html#glade-project-redo-items">glade_project_redo_items ()</a>
</dt>
<dt>glade_project_remove_object, <a class="indexterm" href="GladeProject.html#glade-project-remove-object">glade_project_remove_object ()</a>
</dt>
<dt>glade_project_reset_path, <a class="indexterm" href="GladeProject.html#glade-project-reset-path">glade_project_reset_path ()</a>
</dt>
<dt>glade_project_resource_fullpath, <a class="indexterm" href="GladeProject.html#glade-project-resource-fullpath">glade_project_resource_fullpath ()</a>
</dt>
<dt>glade_project_save, <a class="indexterm" href="GladeProject.html#glade-project-save">glade_project_save ()</a>
</dt>
<dt>glade_project_selection_add, <a class="indexterm" href="GladeProject.html#glade-project-selection-add">glade_project_selection_add ()</a>
</dt>
<dt>glade_project_selection_changed, <a class="indexterm" href="GladeProject.html#glade-project-selection-changed">glade_project_selection_changed ()</a>
</dt>
<dt>glade_project_selection_clear, <a class="indexterm" href="GladeProject.html#glade-project-selection-clear">glade_project_selection_clear ()</a>
</dt>
<dt>glade_project_selection_get, <a class="indexterm" href="GladeProject.html#glade-project-selection-get">glade_project_selection_get ()</a>
</dt>
<dt>glade_project_selection_remove, <a class="indexterm" href="GladeProject.html#glade-project-selection-remove">glade_project_selection_remove ()</a>
</dt>
<dt>glade_project_selection_set, <a class="indexterm" href="GladeProject.html#glade-project-selection-set">glade_project_selection_set ()</a>
</dt>
<dt>glade_project_undo, <a class="indexterm" href="GladeProject.html#glade-project-undo">glade_project_undo ()</a>
</dt>
<dt>glade_project_undo_items, <a class="indexterm" href="GladeProject.html#glade-project-undo-items">glade_project_undo_items ()</a>
</dt>
<dt>glade_property_add_object, <a class="indexterm" href="GladeProperty.html#glade-property-add-object">glade_property_add_object ()</a>
</dt>
<dt>glade_property_class_clone, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-clone">glade_property_class_clone ()</a>
</dt>
<dt>glade_property_class_free, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-free">glade_property_class_free ()</a>
</dt>
<dt>glade_property_class_get_from_gvalue, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-get-from-gvalue">glade_property_class_get_from_gvalue ()</a>
</dt>
<dt>glade_property_class_is_object, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-is-object">glade_property_class_is_object ()</a>
</dt>
<dt>glade_property_class_is_visible, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-is-visible">glade_property_class_is_visible ()</a>
</dt>
<dt>glade_property_class_make_adjustment, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-make-adjustment">glade_property_class_make_adjustment ()</a>
</dt>
<dt>glade_property_class_make_gvalue, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-make-gvalue">glade_property_class_make_gvalue ()</a>
</dt>
<dt>glade_property_class_make_gvalue_from_string, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-make-gvalue-from-string">glade_property_class_make_gvalue_from_string ()</a>
</dt>
<dt>glade_property_class_make_gvalue_from_vl, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-make-gvalue-from-vl">glade_property_class_make_gvalue_from_vl ()</a>
</dt>
<dt>glade_property_class_make_string_from_gvalue, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-make-string-from-gvalue">glade_property_class_make_string_from_gvalue ()</a>
</dt>
<dt>glade_property_class_match, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-match">glade_property_class_match ()</a>
</dt>
<dt>glade_property_class_new, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-new">glade_property_class_new ()</a>
</dt>
<dt>glade_property_class_new_from_spec, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-new-from-spec">glade_property_class_new_from_spec ()</a>
</dt>
<dt>glade_property_class_set_vl_from_gvalue, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-set-vl-from-gvalue">glade_property_class_set_vl_from_gvalue ()</a>
</dt>
<dt>glade_property_class_update_from_node, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-update-from-node">glade_property_class_update_from_node ()</a>
</dt>
<dt>glade_property_class_void_value, <a class="indexterm" href="gladeui-GladePropertyClass.html#glade-property-class-void-value">glade_property_class_void_value ()</a>
</dt>
<dt>glade_property_default, <a class="indexterm" href="GladeProperty.html#glade-property-default">glade_property_default ()</a>
</dt>
<dt>glade_property_dup, <a class="indexterm" href="GladeProperty.html#glade-property-dup">glade_property_dup ()</a>
</dt>
<dt>glade_property_equals, <a class="indexterm" href="GladeProperty.html#glade-property-equals">glade_property_equals ()</a>
</dt>
<dt>glade_property_equals_value, <a class="indexterm" href="GladeProperty.html#glade-property-equals-value">glade_property_equals_value ()</a>
</dt>
<dt>glade_property_get, <a class="indexterm" href="GladeProperty.html#glade-property-get">glade_property_get ()</a>
</dt>
<dt>glade_property_get_default, <a class="indexterm" href="GladeProperty.html#glade-property-get-default">glade_property_get_default ()</a>
</dt>
<dt>glade_property_get_enabled, <a class="indexterm" href="GladeProperty.html#glade-property-get-enabled">glade_property_get_enabled ()</a>
</dt>
<dt>glade_property_get_save_always, <a class="indexterm" href="GladeProperty.html#glade-property-get-save-always">glade_property_get_save_always ()</a>
</dt>
<dt>glade_property_get_sensitive, <a class="indexterm" href="GladeProperty.html#glade-property-get-sensitive">glade_property_get_sensitive ()</a>
</dt>
<dt>glade_property_get_value, <a class="indexterm" href="GladeProperty.html#glade-property-get-value">glade_property_get_value ()</a>
</dt>
<dt>glade_property_get_va_list, <a class="indexterm" href="GladeProperty.html#glade-property-get-va-list">glade_property_get_va_list ()</a>
</dt>
<dt>glade_property_i18n_get_comment, <a class="indexterm" href="GladeProperty.html#glade-property-i18n-get-comment">glade_property_i18n_get_comment ()</a>
</dt>
<dt>glade_property_i18n_get_translatable, <a class="indexterm" href="GladeProperty.html#glade-property-i18n-get-translatable">glade_property_i18n_get_translatable ()</a>
</dt>
<dt>glade_property_i18n_set_comment, <a class="indexterm" href="GladeProperty.html#glade-property-i18n-set-comment">glade_property_i18n_set_comment ()</a>
</dt>
<dt>glade_property_i18n_set_translatable, <a class="indexterm" href="GladeProperty.html#glade-property-i18n-set-translatable">glade_property_i18n_set_translatable ()</a>
</dt>
<dt>glade_property_load, <a class="indexterm" href="GladeProperty.html#glade-property-load">glade_property_load ()</a>
</dt>
<dt>glade_property_new, <a class="indexterm" href="GladeProperty.html#glade-property-new">glade_property_new ()</a>
</dt>
<dt>glade_property_original_default, <a class="indexterm" href="GladeProperty.html#glade-property-original-default">glade_property_original_default ()</a>
</dt>
<dt>glade_property_original_reset, <a class="indexterm" href="GladeProperty.html#glade-property-original-reset">glade_property_original_reset ()</a>
</dt>
<dt>glade_property_pop_superuser, <a class="indexterm" href="GladeProperty.html#glade-property-pop-superuser">glade_property_pop_superuser ()</a>
</dt>
<dt>glade_property_push_superuser, <a class="indexterm" href="GladeProperty.html#glade-property-push-superuser">glade_property_push_superuser ()</a>
</dt>
<dt>glade_property_read, <a class="indexterm" href="GladeProperty.html#glade-property-read">glade_property_read ()</a>
</dt>
<dt>glade_property_remove_object, <a class="indexterm" href="GladeProperty.html#glade-property-remove-object">glade_property_remove_object ()</a>
</dt>
<dt>glade_property_reset, <a class="indexterm" href="GladeProperty.html#glade-property-reset">glade_property_reset ()</a>
</dt>
<dt>glade_property_set, <a class="indexterm" href="GladeProperty.html#glade-property-set">glade_property_set ()</a>
</dt>
<dt>glade_property_set_enabled, <a class="indexterm" href="GladeProperty.html#glade-property-set-enabled">glade_property_set_enabled ()</a>
</dt>
<dt>glade_property_set_save_always, <a class="indexterm" href="GladeProperty.html#glade-property-set-save-always">glade_property_set_save_always ()</a>
</dt>
<dt>glade_property_set_sensitive, <a class="indexterm" href="GladeProperty.html#glade-property-set-sensitive">glade_property_set_sensitive ()</a>
</dt>
<dt>glade_property_set_value, <a class="indexterm" href="GladeProperty.html#glade-property-set-value">glade_property_set_value ()</a>
</dt>
<dt>glade_property_set_va_list, <a class="indexterm" href="GladeProperty.html#glade-property-set-va-list">glade_property_set_va_list ()</a>
</dt>
<dt>glade_property_superuser, <a class="indexterm" href="GladeProperty.html#glade-property-superuser">glade_property_superuser ()</a>
</dt>
<dt>glade_property_sync, <a class="indexterm" href="GladeProperty.html#glade-property-sync">glade_property_sync ()</a>
</dt>
<dt>glade_property_write, <a class="indexterm" href="GladeProperty.html#glade-property-write">glade_property_write ()</a>
</dt>
<dt>glade_signal_editor_get_widget, <a class="indexterm" href="gladeui-GladeSignalEditor.html#glade-signal-editor-get-widget">glade_signal_editor_get_widget ()</a>
</dt>
<dt>glade_signal_editor_load_widget, <a class="indexterm" href="gladeui-GladeSignalEditor.html#glade-signal-editor-load-widget">glade_signal_editor_load_widget ()</a>
</dt>
<dt>glade_signal_editor_new, <a class="indexterm" href="gladeui-GladeSignalEditor.html#glade-signal-editor-new">glade_signal_editor_new ()</a>
</dt>
<dt>GLADE_TYPE_CREATE_REASON, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GLADE-TYPE-CREATE-REASON:CAPS">GLADE_TYPE_CREATE_REASON</a>
</dt>
<dt>glade_utils_get_pspec_from_funcname, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-utils-get-pspec-from-funcname">glade_utils_get_pspec_from_funcname ()</a>
</dt>
<dt>glade_util_added_in_list, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-added-in-list">glade_util_added_in_list ()</a>
</dt>
<dt>glade_util_canonical_path, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-canonical-path">glade_util_canonical_path ()</a>
</dt>
<dt>glade_util_compare_stock_labels, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-compare-stock-labels">glade_util_compare_stock_labels ()</a>
</dt>
<dt>glade_util_container_get_all_children, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-container-get-all-children">glade_util_container_get_all_children ()</a>
</dt>
<dt>glade_util_count_placeholders, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-count-placeholders">glade_util_count_placeholders ()</a>
</dt>
<dt>glade_util_duplicate_underscores, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-duplicate-underscores">glade_util_duplicate_underscores ()</a>
</dt>
<dt>glade_util_file_dialog_new, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-file-dialog-new">glade_util_file_dialog_new ()</a>
</dt>
<dt>glade_util_file_is_writeable, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-file-is-writeable">glade_util_file_is_writeable ()</a>
</dt>
<dt>glade_util_find_iter_by_widget, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-find-iter-by-widget">glade_util_find_iter_by_widget ()</a>
</dt>
<dt>glade_util_flash_message, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-flash-message">glade_util_flash_message ()</a>
</dt>
<dt>glade_util_get_devhelp_icon, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-get-devhelp-icon">glade_util_get_devhelp_icon ()</a>
</dt>
<dt>glade_util_get_file_mtime, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-get-file-mtime">glade_util_get_file_mtime ()</a>
</dt>
<dt>glade_util_get_placeholder_from_pointer, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-get-placeholder-from-pointer">glade_util_get_placeholder_from_pointer ()</a>
</dt>
<dt>glade_util_get_type_from_name, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-get-type-from-name">glade_util_get_type_from_name ()</a>
</dt>
<dt>glade_util_have_devhelp, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-have-devhelp">glade_util_have_devhelp ()</a>
</dt>
<dt>glade_util_load_library, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-load-library">glade_util_load_library ()</a>
</dt>
<dt>glade_util_object_is_loading, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-object-is-loading">glade_util_object_is_loading ()</a>
</dt>
<dt>glade_util_purify_list, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-purify-list">glade_util_purify_list ()</a>
</dt>
<dt>glade_util_read_prop_name, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-read-prop-name">glade_util_read_prop_name ()</a>
</dt>
<dt>glade_util_removed_from_list, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-removed-from-list">glade_util_removed_from_list ()</a>
</dt>
<dt>glade_util_replace, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-replace">glade_util_replace ()</a>
</dt>
<dt>glade_util_search_devhelp, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-search-devhelp">glade_util_search_devhelp ()</a>
</dt>
<dt>glade_util_ui_message, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-ui-message">glade_util_ui_message ()</a>
</dt>
<dt>glade_util_url_show, <a class="indexterm" href="gladeui-Glade-Utils.html#glade-util-url-show">glade_util_url_show ()</a>
</dt>
<dt>GLADE_VALID_CREATE_REASON, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GLADE-VALID-CREATE-REASON:CAPS">GLADE_VALID_CREATE_REASON()</a>
</dt>
<dt>glade_widget_action_class_clone, <a class="indexterm" href="GladeWidgetAction.html#glade-widget-action-class-clone">glade_widget_action_class_clone ()</a>
</dt>
<dt>glade_widget_action_class_free, <a class="indexterm" href="GladeWidgetAction.html#glade-widget-action-class-free">glade_widget_action_class_free ()</a>
</dt>
<dt>glade_widget_action_set_sensitive, <a class="indexterm" href="GladeWidgetAction.html#glade-widget-action-set-sensitive">glade_widget_action_set_sensitive ()</a>
</dt>
<dt>glade_widget_adaptor_action_activate, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-action-activate">glade_widget_adaptor_action_activate ()</a>
</dt>
<dt>glade_widget_adaptor_action_add, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-action-add">glade_widget_adaptor_action_add ()</a>
</dt>
<dt>glade_widget_adaptor_action_remove, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-action-remove">glade_widget_adaptor_action_remove ()</a>
</dt>
<dt>glade_widget_adaptor_add, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-add">glade_widget_adaptor_add ()</a>
</dt>
<dt>glade_widget_adaptor_child_action_activate, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-child-action-activate">glade_widget_adaptor_child_action_activate ()</a>
</dt>
<dt>glade_widget_adaptor_child_get_property, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-child-get-property">glade_widget_adaptor_child_get_property ()</a>
</dt>
<dt>glade_widget_adaptor_child_set_property, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-child-set-property">glade_widget_adaptor_child_set_property ()</a>
</dt>
<dt>glade_widget_adaptor_child_verify_property, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-child-verify-property">glade_widget_adaptor_child_verify_property ()</a>
</dt>
<dt>glade_widget_adaptor_create_eprop, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-create-eprop">glade_widget_adaptor_create_eprop ()</a>
</dt>
<dt>glade_widget_adaptor_create_internal, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-create-internal">glade_widget_adaptor_create_internal ()</a>
</dt>
<dt>glade_widget_adaptor_create_widget, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-create-widget">glade_widget_adaptor_create_widget()</a>
</dt>
<dt>glade_widget_adaptor_create_widget_real, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-create-widget-real">glade_widget_adaptor_create_widget_real ()</a>
</dt>
<dt>glade_widget_adaptor_default_params, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-default-params">glade_widget_adaptor_default_params ()</a>
</dt>
<dt>glade_widget_adaptor_from_catalog, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-from-catalog">glade_widget_adaptor_from_catalog ()</a>
</dt>
<dt>glade_widget_adaptor_from_pspec, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-from-pspec">glade_widget_adaptor_from_pspec ()</a>
</dt>
<dt>glade_widget_adaptor_get_by_name, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-get-by-name">glade_widget_adaptor_get_by_name ()</a>
</dt>
<dt>glade_widget_adaptor_get_by_type, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-get-by-type">glade_widget_adaptor_get_by_type ()</a>
</dt>
<dt>glade_widget_adaptor_get_children, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-get-children">glade_widget_adaptor_get_children ()</a>
</dt>
<dt>glade_widget_adaptor_get_internal_child, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-get-internal-child">glade_widget_adaptor_get_internal_child ()</a>
</dt>
<dt>glade_widget_adaptor_get_packing_default, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-get-packing-default">glade_widget_adaptor_get_packing_default ()</a>
</dt>
<dt>glade_widget_adaptor_get_pack_property_class, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-get-pack-property-class">glade_widget_adaptor_get_pack_property_class ()</a>
</dt>
<dt>glade_widget_adaptor_get_property, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-get-property">glade_widget_adaptor_get_property ()</a>
</dt>
<dt>glade_widget_adaptor_get_property_class, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-get-property-class">glade_widget_adaptor_get_property_class ()</a>
</dt>
<dt>glade_widget_adaptor_has_child, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-has-child">glade_widget_adaptor_has_child ()</a>
</dt>
<dt>glade_widget_adaptor_is_container, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-is-container">glade_widget_adaptor_is_container ()</a>
</dt>
<dt>glade_widget_adaptor_pack_actions_new, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-pack-actions-new">glade_widget_adaptor_pack_actions_new ()</a>
</dt>
<dt>glade_widget_adaptor_pack_action_add, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-pack-action-add">glade_widget_adaptor_pack_action_add ()</a>
</dt>
<dt>glade_widget_adaptor_pack_action_remove, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-pack-action-remove">glade_widget_adaptor_pack_action_remove ()</a>
</dt>
<dt>glade_widget_adaptor_post_create, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-post-create">glade_widget_adaptor_post_create ()</a>
</dt>
<dt>glade_widget_adaptor_query, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-query">glade_widget_adaptor_query ()</a>
</dt>
<dt>glade_widget_adaptor_read_child, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-read-child">glade_widget_adaptor_read_child ()</a>
</dt>
<dt>glade_widget_adaptor_read_widget, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-read-widget">glade_widget_adaptor_read_widget ()</a>
</dt>
<dt>glade_widget_adaptor_register, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-register">glade_widget_adaptor_register ()</a>
</dt>
<dt>glade_widget_adaptor_remove, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-remove">glade_widget_adaptor_remove ()</a>
</dt>
<dt>glade_widget_adaptor_replace_child, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-replace-child">glade_widget_adaptor_replace_child ()</a>
</dt>
<dt>glade_widget_adaptor_set_property, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-set-property">glade_widget_adaptor_set_property ()</a>
</dt>
<dt>glade_widget_adaptor_string_from_value, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-string-from-value">glade_widget_adaptor_string_from_value ()</a>
</dt>
<dt>glade_widget_adaptor_verify_property, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-verify-property">glade_widget_adaptor_verify_property ()</a>
</dt>
<dt>glade_widget_adaptor_write_child, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-write-child">glade_widget_adaptor_write_child ()</a>
</dt>
<dt>glade_widget_adaptor_write_widget, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#glade-widget-adaptor-write-widget">glade_widget_adaptor_write_widget ()</a>
</dt>
<dt>glade_widget_add_child, <a class="indexterm" href="GladeWidget.html#glade-widget-add-child">glade_widget_add_child ()</a>
</dt>
<dt>glade_widget_add_prop_ref, <a class="indexterm" href="GladeWidget.html#glade-widget-add-prop-ref">glade_widget_add_prop_ref ()</a>
</dt>
<dt>glade_widget_add_signal_handler, <a class="indexterm" href="GladeWidget.html#glade-widget-add-signal-handler">glade_widget_add_signal_handler ()</a>
</dt>
<dt>glade_widget_change_signal_handler, <a class="indexterm" href="GladeWidget.html#glade-widget-change-signal-handler">glade_widget_change_signal_handler ()</a>
</dt>
<dt>glade_widget_child_get_property, <a class="indexterm" href="GladeWidget.html#glade-widget-child-get-property">glade_widget_child_get_property ()</a>
</dt>
<dt>glade_widget_child_set_property, <a class="indexterm" href="GladeWidget.html#glade-widget-child-set-property">glade_widget_child_set_property ()</a>
</dt>
<dt>glade_widget_copy_properties, <a class="indexterm" href="GladeWidget.html#glade-widget-copy-properties">glade_widget_copy_properties ()</a>
</dt>
<dt>glade_widget_copy_signals, <a class="indexterm" href="GladeWidget.html#glade-widget-copy-signals">glade_widget_copy_signals ()</a>
</dt>
<dt>glade_widget_create_editor_property, <a class="indexterm" href="GladeWidget.html#glade-widget-create-editor-property">glade_widget_create_editor_property ()</a>
</dt>
<dt>glade_widget_dup, <a class="indexterm" href="GladeWidget.html#glade-widget-dup">glade_widget_dup ()</a>
</dt>
<dt>glade_widget_dup_properties, <a class="indexterm" href="GladeWidget.html#glade-widget-dup-properties">glade_widget_dup_properties ()</a>
</dt>
<dt>glade_widget_event, <a class="indexterm" href="GladeWidget.html#glade-widget-event">glade_widget_event ()</a>
</dt>
<dt>glade_widget_get_action, <a class="indexterm" href="GladeWidget.html#glade-widget-get-action">glade_widget_get_action ()</a>
</dt>
<dt>glade_widget_get_adaptor, <a class="indexterm" href="GladeWidget.html#glade-widget-get-adaptor">glade_widget_get_adaptor ()</a>
</dt>
<dt>glade_widget_get_from_gobject, <a class="indexterm" href="GladeWidget.html#glade-widget-get-from-gobject">glade_widget_get_from_gobject ()</a>
</dt>
<dt>glade_widget_get_internal, <a class="indexterm" href="GladeWidget.html#glade-widget-get-internal">glade_widget_get_internal ()</a>
</dt>
<dt>glade_widget_get_name, <a class="indexterm" href="GladeWidget.html#glade-widget-get-name">glade_widget_get_name ()</a>
</dt>
<dt>glade_widget_get_object, <a class="indexterm" href="GladeWidget.html#glade-widget-get-object">glade_widget_get_object ()</a>
</dt>
<dt>glade_widget_get_pack_action, <a class="indexterm" href="GladeWidget.html#glade-widget-get-pack-action">glade_widget_get_pack_action ()</a>
</dt>
<dt>glade_widget_get_pack_property, <a class="indexterm" href="GladeWidget.html#glade-widget-get-pack-property">glade_widget_get_pack_property ()</a>
</dt>
<dt>glade_widget_get_parent, <a class="indexterm" href="GladeWidget.html#glade-widget-get-parent">glade_widget_get_parent ()</a>
</dt>
<dt>glade_widget_get_project, <a class="indexterm" href="GladeWidget.html#glade-widget-get-project">glade_widget_get_project ()</a>
</dt>
<dt>glade_widget_get_property, <a class="indexterm" href="GladeWidget.html#glade-widget-get-property">glade_widget_get_property ()</a>
</dt>
<dt>glade_widget_has_decendant, <a class="indexterm" href="GladeWidget.html#glade-widget-has-decendant">glade_widget_has_decendant ()</a>
</dt>
<dt>glade_widget_hide, <a class="indexterm" href="GladeWidget.html#glade-widget-hide">glade_widget_hide ()</a>
</dt>
<dt>glade_widget_list_signal_handlers, <a class="indexterm" href="GladeWidget.html#glade-widget-list-signal-handlers">glade_widget_list_signal_handlers ()</a>
</dt>
<dt>glade_widget_object_get_property, <a class="indexterm" href="GladeWidget.html#glade-widget-object-get-property">glade_widget_object_get_property ()</a>
</dt>
<dt>glade_widget_object_set_property, <a class="indexterm" href="GladeWidget.html#glade-widget-object-set-property">glade_widget_object_set_property ()</a>
</dt>
<dt>glade_widget_pack_property_default, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-default">glade_widget_pack_property_default ()</a>
</dt>
<dt>glade_widget_pack_property_get, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-get">glade_widget_pack_property_get ()</a>
</dt>
<dt>glade_widget_pack_property_reset, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-reset">glade_widget_pack_property_reset ()</a>
</dt>
<dt>glade_widget_pack_property_set, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-set">glade_widget_pack_property_set ()</a>
</dt>
<dt>glade_widget_pack_property_set_enabled, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-set-enabled">glade_widget_pack_property_set_enabled ()</a>
</dt>
<dt>glade_widget_pack_property_set_save_always, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-set-save-always">glade_widget_pack_property_set_save_always ()</a>
</dt>
<dt>glade_widget_pack_property_set_sensitive, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-set-sensitive">glade_widget_pack_property_set_sensitive ()</a>
</dt>
<dt>glade_widget_pack_property_string, <a class="indexterm" href="GladeWidget.html#glade-widget-pack-property-string">glade_widget_pack_property_string ()</a>
</dt>
<dt>glade_widget_placeholder_relation, <a class="indexterm" href="GladeWidget.html#glade-widget-placeholder-relation">glade_widget_placeholder_relation ()</a>
</dt>
<dt>glade_widget_pop_superuser, <a class="indexterm" href="GladeWidget.html#glade-widget-pop-superuser">glade_widget_pop_superuser ()</a>
</dt>
<dt>glade_widget_property_default, <a class="indexterm" href="GladeWidget.html#glade-widget-property-default">glade_widget_property_default ()</a>
</dt>
<dt>glade_widget_property_get, <a class="indexterm" href="GladeWidget.html#glade-widget-property-get">glade_widget_property_get ()</a>
</dt>
<dt>glade_widget_property_original_default, <a class="indexterm" href="GladeWidget.html#glade-widget-property-original-default">glade_widget_property_original_default ()</a>
</dt>
<dt>glade_widget_property_reset, <a class="indexterm" href="GladeWidget.html#glade-widget-property-reset">glade_widget_property_reset ()</a>
</dt>
<dt>glade_widget_property_set, <a class="indexterm" href="GladeWidget.html#glade-widget-property-set">glade_widget_property_set ()</a>
</dt>
<dt>glade_widget_property_set_enabled, <a class="indexterm" href="GladeWidget.html#glade-widget-property-set-enabled">glade_widget_property_set_enabled ()</a>
</dt>
<dt>glade_widget_property_set_save_always, <a class="indexterm" href="GladeWidget.html#glade-widget-property-set-save-always">glade_widget_property_set_save_always ()</a>
</dt>
<dt>glade_widget_property_set_sensitive, <a class="indexterm" href="GladeWidget.html#glade-widget-property-set-sensitive">glade_widget_property_set_sensitive ()</a>
</dt>
<dt>glade_widget_property_string, <a class="indexterm" href="GladeWidget.html#glade-widget-property-string">glade_widget_property_string ()</a>
</dt>
<dt>glade_widget_push_superuser, <a class="indexterm" href="GladeWidget.html#glade-widget-push-superuser">glade_widget_push_superuser ()</a>
</dt>
<dt>glade_widget_read, <a class="indexterm" href="GladeWidget.html#glade-widget-read">glade_widget_read ()</a>
</dt>
<dt>glade_widget_read_child, <a class="indexterm" href="GladeWidget.html#glade-widget-read-child">glade_widget_read_child ()</a>
</dt>
<dt>glade_widget_rebuild, <a class="indexterm" href="GladeWidget.html#glade-widget-rebuild">glade_widget_rebuild ()</a>
</dt>
<dt>glade_widget_remove_child, <a class="indexterm" href="GladeWidget.html#glade-widget-remove-child">glade_widget_remove_child ()</a>
</dt>
<dt>glade_widget_remove_property, <a class="indexterm" href="GladeWidget.html#glade-widget-remove-property">glade_widget_remove_property ()</a>
</dt>
<dt>glade_widget_remove_prop_ref, <a class="indexterm" href="GladeWidget.html#glade-widget-remove-prop-ref">glade_widget_remove_prop_ref ()</a>
</dt>
<dt>glade_widget_remove_signal_handler, <a class="indexterm" href="GladeWidget.html#glade-widget-remove-signal-handler">glade_widget_remove_signal_handler ()</a>
</dt>
<dt>glade_widget_replace, <a class="indexterm" href="GladeWidget.html#glade-widget-replace">glade_widget_replace ()</a>
</dt>
<dt>glade_widget_set_action_sensitive, <a class="indexterm" href="GladeWidget.html#glade-widget-set-action-sensitive">glade_widget_set_action_sensitive ()</a>
</dt>
<dt>glade_widget_set_child_type_from_node, <a class="indexterm" href="GladeWidget.html#glade-widget-set-child-type-from-node">glade_widget_set_child_type_from_node ()</a>
</dt>
<dt>glade_widget_set_internal, <a class="indexterm" href="GladeWidget.html#glade-widget-set-internal">glade_widget_set_internal ()</a>
</dt>
<dt>glade_widget_set_name, <a class="indexterm" href="GladeWidget.html#glade-widget-set-name">glade_widget_set_name ()</a>
</dt>
<dt>glade_widget_set_packing_properties, <a class="indexterm" href="GladeWidget.html#glade-widget-set-packing-properties">glade_widget_set_packing_properties ()</a>
</dt>
<dt>glade_widget_set_pack_action_sensitive, <a class="indexterm" href="GladeWidget.html#glade-widget-set-pack-action-sensitive">glade_widget_set_pack_action_sensitive ()</a>
</dt>
<dt>glade_widget_set_parent, <a class="indexterm" href="GladeWidget.html#glade-widget-set-parent">glade_widget_set_parent ()</a>
</dt>
<dt>glade_widget_set_project, <a class="indexterm" href="GladeWidget.html#glade-widget-set-project">glade_widget_set_project ()</a>
</dt>
<dt>glade_widget_show, <a class="indexterm" href="GladeWidget.html#glade-widget-show">glade_widget_show ()</a>
</dt>
<dt>glade_widget_superuser, <a class="indexterm" href="GladeWidget.html#glade-widget-superuser">glade_widget_superuser ()</a>
</dt>
<dt>glade_widget_write, <a class="indexterm" href="GladeWidget.html#glade-widget-write">glade_widget_write ()</a>
</dt>
<dt>glade_widget_write_child, <a class="indexterm" href="GladeWidget.html#glade-widget-write-child">glade_widget_write_child ()</a>
</dt>
<dt>glade_widget_write_placeholder, <a class="indexterm" href="GladeWidget.html#glade-widget-write-placeholder">glade_widget_write_placeholder ()</a>
</dt>
<dt>glade_widget_write_special_child_prop, <a class="indexterm" href="GladeWidget.html#glade-widget-write-special-child-prop">glade_widget_write_special_child_prop ()</a>
</dt>
<dt>glade_xml_context_destroy, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-context-destroy">glade_xml_context_destroy ()</a>
</dt>
<dt>glade_xml_context_free, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-context-free">glade_xml_context_free ()</a>
</dt>
<dt>glade_xml_context_get_doc, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-context-get-doc">glade_xml_context_get_doc ()</a>
</dt>
<dt>glade_xml_context_new, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-context-new">glade_xml_context_new ()</a>
</dt>
<dt>glade_xml_context_new_from_path, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-context-new-from-path">glade_xml_context_new_from_path ()</a>
</dt>
<dt>glade_xml_doc_free, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-doc-free">glade_xml_doc_free ()</a>
</dt>
<dt>glade_xml_doc_get_root, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-doc-get-root">glade_xml_doc_get_root ()</a>
</dt>
<dt>glade_xml_doc_new, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-doc-new">glade_xml_doc_new ()</a>
</dt>
<dt>glade_xml_doc_save, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-doc-save">glade_xml_doc_save ()</a>
</dt>
<dt>glade_xml_doc_set_root, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-doc-set-root">glade_xml_doc_set_root ()</a>
</dt>
<dt>glade_xml_get_boolean, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-boolean">glade_xml_get_boolean ()</a>
</dt>
<dt>glade_xml_get_content, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-content">glade_xml_get_content ()</a>
</dt>
<dt>glade_xml_get_property_boolean, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-property-boolean">glade_xml_get_property_boolean ()</a>
</dt>
<dt>glade_xml_get_property_double, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-property-double">glade_xml_get_property_double ()</a>
</dt>
<dt>glade_xml_get_property_int, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-property-int">glade_xml_get_property_int ()</a>
</dt>
<dt>glade_xml_get_property_string, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-property-string">glade_xml_get_property_string ()</a>
</dt>
<dt>glade_xml_get_property_string_required, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-property-string-required">glade_xml_get_property_string_required ()</a>
</dt>
<dt>glade_xml_get_value_int, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-value-int">glade_xml_get_value_int ()</a>
</dt>
<dt>glade_xml_get_value_int_required, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-value-int-required">glade_xml_get_value_int_required ()</a>
</dt>
<dt>glade_xml_get_value_string, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-value-string">glade_xml_get_value_string ()</a>
</dt>
<dt>glade_xml_get_value_string_required, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-get-value-string-required">glade_xml_get_value_string_required ()</a>
</dt>
<dt>glade_xml_load_sym_from_node, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-load-sym-from-node">glade_xml_load_sym_from_node ()</a>
</dt>
<dt>glade_xml_node_append_child, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-append-child">glade_xml_node_append_child ()</a>
</dt>
<dt>glade_xml_node_delete, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-delete">glade_xml_node_delete ()</a>
</dt>
<dt>glade_xml_node_get_children, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-get-children">glade_xml_node_get_children ()</a>
</dt>
<dt>glade_xml_node_get_children_with_comments, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-get-children-with-comments">glade_xml_node_get_children_with_comments ()</a>
</dt>
<dt>glade_xml_node_get_name, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-get-name">glade_xml_node_get_name ()</a>
</dt>
<dt>glade_xml_node_is_comment, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-is-comment">glade_xml_node_is_comment ()</a>
</dt>
<dt>glade_xml_node_new, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-new">glade_xml_node_new ()</a>
</dt>
<dt>glade_xml_node_new_comment, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-new-comment">glade_xml_node_new_comment ()</a>
</dt>
<dt>glade_xml_node_next, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-next">glade_xml_node_next ()</a>
</dt>
<dt>glade_xml_node_next_with_comments, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-next-with-comments">glade_xml_node_next_with_comments ()</a>
</dt>
<dt>glade_xml_node_remove, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-remove">glade_xml_node_remove ()</a>
</dt>
<dt>glade_xml_node_set_property_boolean, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-set-property-boolean">glade_xml_node_set_property_boolean ()</a>
</dt>
<dt>glade_xml_node_set_property_string, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-set-property-string">glade_xml_node_set_property_string ()</a>
</dt>
<dt>glade_xml_node_verify, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-verify">glade_xml_node_verify ()</a>
</dt>
<dt>glade_xml_node_verify_silent, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-node-verify-silent">glade_xml_node_verify_silent ()</a>
</dt>
<dt>glade_xml_search_child, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-search-child">glade_xml_search_child ()</a>
</dt>
<dt>glade_xml_search_child_required, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-search-child-required">glade_xml_search_child_required ()</a>
</dt>
<dt>glade_xml_set_content, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-set-content">glade_xml_set_content ()</a>
</dt>
<dt>glade_xml_set_value, <a class="indexterm" href="gladeui-Xml-Utils.html#glade-xml-set-value">glade_xml_set_value ()</a>
</dt>
<dt>GPC_OBJECT_DELIMITER, <a class="indexterm" href="gladeui-GladePropertyClass.html#GPC-OBJECT-DELIMITER:CAPS">GPC_OBJECT_DELIMITER</a>
</dt>
<dt>GPC_PROPERTY_NAMELEN, <a class="indexterm" href="gladeui-GladePropertyClass.html#GPC-PROPERTY-NAMELEN:CAPS">GPC_PROPERTY_NAMELEN</a>
</dt>
<dt>GWActionClass, <a class="indexterm" href="GladeWidgetAction.html#GWActionClass">struct GWActionClass</a>
</dt>
<dt>GWA_DEFAULT_HEIGHT, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GWA-DEFAULT-HEIGHT:CAPS">GWA_DEFAULT_HEIGHT()</a>
</dt>
<dt>GWA_DEFAULT_WIDTH, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GWA-DEFAULT-WIDTH:CAPS">GWA_DEFAULT_WIDTH()</a>
</dt>
<dt>GWA_GET_CLASS, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GWA-GET-CLASS:CAPS">GWA_GET_CLASS()</a>
</dt>
<dt>GWA_GET_OCLASS, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GWA-GET-OCLASS:CAPS">GWA_GET_OCLASS()</a>
</dt>
<dt>GWA_IS_TOPLEVEL, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GWA-IS-TOPLEVEL:CAPS">GWA_IS_TOPLEVEL()</a>
</dt>
<dt>GWA_USE_PLACEHOLDERS, <a class="indexterm" href="gladeui-glade-widget-adaptor.html#GWA-USE-PLACEHOLDERS:CAPS">GWA_USE_PLACEHOLDERS()</a>
</dt>
</dl>
</div></div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.20</div>
</body>
</html>