-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
124 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,88 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Generated with glade 3.36.0 --> | ||
<!-- Generated with glade 3.38.2 --> | ||
<interface> | ||
<requires lib="gtk+" version="3.22"/> | ||
<object class="GtkTextBuffer" id="buf_count_pressed_time"/> | ||
<object class="GtkApplicationWindow" id="win_app"> | ||
<property name="can_focus">False</property> | ||
<property name="can-focus">False</property> | ||
<child> | ||
<!-- n-columns=2 n-rows=3 --> | ||
<object class="GtkGrid"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="can-focus">False</property> | ||
<child> | ||
<object class="GtkButton"> | ||
<property name="label" translatable="yes">Conut Pressed Time</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="receives_default">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="receives-default">True</property> | ||
<signal name="button-press-event" handler="Press" swapped="no"/> | ||
<signal name="button-release-event" handler="Release" swapped="no"/> | ||
</object> | ||
<packing> | ||
<property name="left_attach">0</property> | ||
<property name="top_attach">0</property> | ||
<property name="left-attach">0</property> | ||
<property name="top-attach">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkTextView"> | ||
<property name="width_request">100</property> | ||
<property name="height_request">20</property> | ||
<property name="width-request">100</property> | ||
<property name="height-request">20</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="editable">False</property> | ||
<property name="buffer">buf_count_pressed_time</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">1</property> | ||
<property name="top_attach">0</property> | ||
<property name="left-attach">1</property> | ||
<property name="top-attach">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="label" translatable="yes">All Characters</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">0</property> | ||
<property name="top-attach">1</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">False</property> | ||
<property name="label" translatable="yes">Only The Digits</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">0</property> | ||
<property name="top-attach">2</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">True</property> | ||
<signal name="key-press-event" handler="AllCharactersEntryKeyPressed" swapped="no"/> | ||
</object> | ||
<packing> | ||
<property name="left-attach">1</property> | ||
<property name="top-attach">1</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry" id="only_digits"> | ||
<property name="visible">True</property> | ||
<property name="can-focus">True</property> | ||
<property name="editable">False</property> | ||
</object> | ||
<packing> | ||
<property name="left-attach">1</property> | ||
<property name="top-attach">2</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
<child type="titlebar"> | ||
<placeholder/> | ||
</child> | ||
</object> | ||
</interface> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters