BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
a3ed94c
Branches
Tags
master
uproctrace
upt-gui
upt-gui.glade
begin of upt-gui: processes tree view
Stefan Schuermans
commited
a3ed94c
at 2020-05-23 20:45:22
upt-gui.glade
Blame
History
Raw
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.22.1 --> <interface> <requires lib="gtk+" version="3.20"/> <object class="GtkTreeStore" id="ProcessesTree"> <columns> <!-- column-name proc_id --> <column type="gint"/> <!-- column-name begin_timestamp --> <column type="gchararray"/> <!-- column-name end_timestamp --> <column type="gchararray"/> <!-- column-name cmdline --> <column type="gchararray"/> </columns> </object> <object class="GtkWindow" id="Application"> <property name="visible">True</property> <property name="can_focus">False</property> <signal name="destroy" handler="onDestroy" swapped="no"/> <child> <placeholder/> </child> <child> <object class="GtkBox" id="TopVBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkBox" id="TopHBox"> <property name="visible">True</property> <property name="can_focus">False</property> <child> <object class="GtkScrolledWindow" id="ProcessesScoll"> <property name="width_request">256</property> <property name="height_request">256</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="shadow_type">in</property> <child> <object class="GtkTreeView" id="ProcessesView"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="model">ProcessesTree</property> <property name="reorderable">True</property> <property name="rules_hint">True</property> <property name="search_column">0</property> <property name="fixed_height_mode">True</property> <property name="enable_tree_lines">True</property> <child internal-child="selection"> <object class="GtkTreeSelection"/> </child> <child> <object class="GtkTreeViewColumn" id="Begin"> <property name="resizable">True</property> <property name="sizing">fixed</property> <property name="title" translatable="yes">Begin</property> <property name="clickable">True</property> <property name="reorderable">True</property> <property name="sort_indicator">True</property> <property name="sort_column_id">0</property> <child> <object class="GtkCellRendererText" id="BeginText"/> <attributes> <attribute name="text">1</attribute> </attributes> </child> </object> </child> <child> <object class="GtkTreeViewColumn" id="End"> <property name="resizable">True</property> <property name="sizing">fixed</property> <property name="title" translatable="yes">End</property> <property name="clickable">True</property> <property name="reorderable">True</property> <property name="sort_indicator">True</property> <property name="sort_column_id">1</property> <child> <object class="GtkCellRendererText" id="EndText"/> <attributes> <attribute name="text">2</attribute> </attributes> </child> </object> </child> <child> <object class="GtkTreeViewColumn" id="Command"> <property name="resizable">True</property> <property name="sizing">fixed</property> <property name="title" translatable="yes">Command</property> <property name="clickable">True</property> <property name="reorderable">True</property> <property name="sort_indicator">True</property> <property name="sort_column_id">2</property> <child> <object class="GtkCellRendererText" id="CommandText"/> <attributes> <attribute name="text">3</attribute> </attributes> </child> </object> </child> </object> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <placeholder/> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> </object> </child> </object> </interface>