This repository has been archived by the owner on Mar 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added refresh interval option, integrated glade
- Loading branch information
Rolandas Barysas
committed
Mar 20, 2015
1 parent
46132b5
commit 2efc147
Showing
3 changed files
with
159 additions
and
26 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Generated with glade 3.18.3 --> | ||
<interface> | ||
<requires lib="gtk+" version="3.12"/> | ||
<object class="GtkAdjustment" id="adjustment1"> | ||
<property name="lower">1</property> | ||
<property name="upper">60</property> | ||
<property name="value">1</property> | ||
<property name="step_increment">1</property> | ||
<property name="page_increment">1</property> | ||
</object> | ||
<object class="GtkBox" id="box1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="margin_left">15</property> | ||
<property name="margin_right">15</property> | ||
<property name="margin_top">10</property> | ||
<property name="margin_bottom">10</property> | ||
<property name="orientation">vertical</property> | ||
<property name="spacing">10</property> | ||
<child> | ||
<object class="GtkGrid" id="grid1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="column_spacing">10</property> | ||
<child> | ||
<object class="GtkLabel" id="label1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="tooltip_text" translatable="yes">Your twitch.tv username.</property> | ||
<property name="margin_left">7</property> | ||
<property name="xalign">1</property> | ||
<property name="label" translatable="yes">Twitch username:</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">0</property> | ||
<property name="top_attach">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry" id="twitch_username"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">1</property> | ||
<property name="top_attach">0</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkGrid" id="grid2"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="column_spacing">10</property> | ||
<child> | ||
<object class="GtkLabel" id="label2"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="tooltip_text" translatable="yes">Shows notifications when your followed channels go live.</property> | ||
<property name="label" translatable="yes">Show notifications:</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">0</property> | ||
<property name="top_attach">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkSwitch" id="show_notifications"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">1</property> | ||
<property name="top_attach">0</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkGrid" id="grid3"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="column_spacing">10</property> | ||
<child> | ||
<object class="GtkLabel" id="label3"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="tooltip_text" translatable="yes">How many minutes should indicator wait between refreshing your followed channels.</property> | ||
<property name="margin_left">16</property> | ||
<property name="label" translatable="yes">Refresh interval:</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">0</property> | ||
<property name="top_attach">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkLabel" id="label4"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes">min.</property> | ||
<property name="ellipsize">start</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">2</property> | ||
<property name="top_attach">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkSpinButton" id="refresh_interval"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="progress_pulse_step">1</property> | ||
<property name="adjustment">adjustment1</property> | ||
<property name="climb_rate">1</property> | ||
</object> | ||
<packing> | ||
<property name="left_attach">1</property> | ||
<property name="top_attach">0</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">2</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</interface> |