BlinkenArea - GitList
Repositories
Blog
Wiki
libetherpix
Code
Commits
Branches
Tags
Search
Tree:
371800c
Branches
Tags
master
libetherpix
simulator
etherpix_sim.glade
begin of simulator: window skeleton
Stefan Schuermans
commited
371800c
at 2017-06-07 21:38:03
etherpix_sim.glade
Blame
History
Raw
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkWindow" id="MainWindow"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="title" translatable="yes">EtherPix Simulator</property> <signal name="destroy" handler="onDestroy" swapped="no"/> <child> <object class="GtkBox" id="MainVBox"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <child> <object class="GtkDrawingArea" id="Draw"> <property name="width_request">240</property> <property name="height_request">240</property> <property name="visible">True</property> <property name="can_focus">False</property> <property name="margin_left">5</property> <property name="margin_right">5</property> <property name="margin_top">5</property> <property name="margin_bottom">5</property> <signal name="draw" handler="onImageDraw" swapped="no"/> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkStatusbar" id="Status"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="orientation">vertical</property> <property name="spacing">2</property> </object> <packing> <property name="expand">False</property> <property name="fill">False</property> <property name="position">1</property> </packing> </child> </object> </child> </object> </interface>