Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gui.stetic « gtk-gui « heap-snapshot-viewer « Mono.Profiler - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6404b11aa98299ca1242c49e3c845dfc64d13f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<stetic-interface>
  <configuration>
    <images-root-path>..</images-root-path>
    <target-gtk-version>2.10.2</target-gtk-version>
  </configuration>
  <import>
    <widget-library name="../../heap-snapshot-explorer/bin/Debug/heap-snapshot-explorer.dll" />
    <widget-library name="../bin/Debug/heap-snapshot-viewer.exe" internal="true" />
  </import>
  <widget class="Gtk.Window" id="Mono.Profiler.MainWindow" design-size="468 300">
    <property name="MemberName" />
    <property name="Title" translatable="yes">MainWindow</property>
    <property name="WindowPosition">CenterOnParent</property>
    <signal name="DeleteEvent" handler="OnDeleteEvent" />
    <child>
      <widget class="Mono.Profiler.HeapSnapshotExplorer" id="heapExplorer">
        <property name="MemberName" />
        <property name="Events">ButtonPressMask</property>
      </widget>
    </child>
  </widget>
</stetic-interface>