BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
c8260d0
Branches
Tags
master
Blinker
phonesim
call.glade
quick & dirty phone (EBIP) simulator
Stefan Schuermans
commited
c8260d0
at 2019-06-15 20:15:54
call.glade
Blame
History
Raw
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.20.0 --> <interface> <requires lib="gtk+" version="3.6"/> <object class="GtkWindow" id="CallWindow"> <property name="visible">True</property> <property name="can_focus">False</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="margin_left">5</property> <property name="margin_right">5</property> <property name="margin_top">5</property> <property name="margin_bottom">5</property> <property name="orientation">vertical</property> <property name="spacing">5</property> <child> <object class="GtkLabel" id="PhoneNoLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Phone Number:</property> <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> </packing> </child> <child> <object class="GtkEntry" id="PhoneNoEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="max_length">32</property> <property name="width_chars">40</property> <property name="input_purpose">digits</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">1</property> </packing> </child> <child> <object class="GtkGrid" id="KeyGrid"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="row_spacing">5</property> <property name="column_spacing">5</property> <property name="row_homogeneous">True</property> <property name="column_homogeneous">True</property> <child> <object class="GtkButton" id="Button1"> <property name="label" translatable="yes">1</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkButton" id="Button2"> <property name="label" translatable="yes">2</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkButton" id="Button3"> <property name="label" translatable="yes">3</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> </packing> </child> <child> <object class="GtkButton" id="Button4"> <property name="label" translatable="yes">4</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkButton" id="Button5"> <property name="label" translatable="yes">5</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkButton" id="Button6"> <property name="label" translatable="yes">6</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">1</property> </packing> </child> <child> <object class="GtkButton" id="Button7"> <property name="label" translatable="yes">7</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkButton" id="Button8"> <property name="label" translatable="yes">8</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkButton" id="Button9"> <property name="label" translatable="yes">9</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkButton" id="Button0"> <property name="label" translatable="yes">0</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkButton" id="ButtonStar"> <property name="label" translatable="yes">*</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">3</property> </packing> </child> <child> <object class="GtkButton" id="ButtonHash"> <property name="label" translatable="yes">#</property> <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> <signal name="clicked" handler="onKey" swapped="no"/> </object> <packing> <property name="left_attach">2</property> <property name="top_attach">3</property> </packing> </child> </object> <packing> <property name="expand">True</property> <property name="fill">True</property> <property name="position">2</property> </packing> </child> <child> <object class="GtkLabel" id="SoundLabel"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">Sound</property> <property name="xalign">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">3</property> </packing> </child> <child> <object class="GtkEntry" id="SoundEntry"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="editable">False</property> <property name="width_chars">0</property> </object> <packing> <property name="expand">False</property> <property name="fill">True</property> <property name="position">4</property> </packing> </child> </object> </child> </object> </interface>