Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=701807207af830255ff6a08a7efc8b3d1ce2a131

commit 701807207af830255ff6a08a7efc8b3d1ce2a131
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Nov 14 15:54:24 2010 +0100

*added pastbin

diff --git a/frugal-mono-tools/WID_Support.cs b/frugal-mono-tools/WID_Support.cs
index ca8c377..415c6aa 100644
--- a/frugal-mono-tools/WID_Support.cs
+++ b/frugal-mono-tools/WID_Support.cs
@@ -76,6 +76,13 @@ namespace frugalmonotools
_joinIrc("frugalware.hu");
}

+               protected virtual void OnBTNPastbinClicked (object sender, 
System.EventArgs e)
+               {
+                       WebkitBrowser browser = new 
WebkitBrowser("http://www.frugalware.org/paste/";);
+                       browser.Show();
+               }
+
+



diff --git a/frugal-mono-tools/gtk-gui/gui.stetic 
b/frugal-mono-tools/gtk-gui/gui.stetic
index 7586758..04c8ee7 100644
--- a/frugal-mono-tools/gtk-gui/gui.stetic
+++ b/frugal-mono-tools/gtk-gui/gui.stetic
@@ -2037,12 +2037,28 @@ irc : irc.freenode.net channel #frugalware</property>
</packing>
</child>
<child>
+          <widget class="Gtk.Button" id="BTN_Pastbin">
+            <property name="MemberName" />
+            <property name="CanFocus">True</property>
+            <property name="Type">TextOnly</property>
+            <property name="Label" translatable="yes">Pastbin</property>
+            <property name="UseUnderline">True</property>
+            <signal name="Clicked" handler="OnBTNPastbinClicked" />
+          </widget>
+          <packing>
+            <property name="Position">5</property>
+            <property name="AutoSize">True</property>
+            <property name="Expand">False</property>
+            <property name="Fill">False</property>
+          </packing>
+        </child>
+        <child>
<widget class="Gtk.Label" id="label8">
<property name="MemberName" />
<property name="LabelProp" translatable="yes">Internationalized Frugalware 
sites</property>
</widget>
<packing>
-            <property name="Position">5</property>
+            <property name="Position">6</property>
<property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
@@ -2058,7 +2074,7 @@ irc : irc.freenode.net channel #frugalware</property>
<signal name="Clicked" handler="OnBTNFrenchClicked" />
</widget>
<packing>
-            <property name="Position">6</property>
+            <property name="Position">7</property>
<property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
@@ -2074,7 +2090,7 @@ irc : irc.freenode.net channel #frugalware</property>
<signal name="Clicked" handler="OnBTNDanishClicked" />
</widget>
<packing>
-            <property name="Position">7</property>
+            <property name="Position">8</property>
<property name="AutoSize">True</property>
<property name="Expand">False</property>
<property name="Fill">False</property>
@@ -3312,7 +3328,7 @@ Public License instead of this License.
</widget>
</child>
</widget>
-  <widget class="Gtk.Bin" id="frugalmonotools.WID_DateTime" design-size="300 
300">
+  <widget class="Gtk.Bin" id="frugalmonotools.WID_DateTime" design-size="414 
310">
<property name="MemberName" />
<property name="Visible">False</property>
<child>
@@ -3377,6 +3393,19 @@ Public License instead of this License.
<property name="AutoSize">True</property>
</packing>
</child>
+            <child>
+              <widget class="Gtk.Calendar" id="calendar1">
+                <property name="MemberName" />
+                <property name="CanFocus">True</property>
+                <property name="DisplayOptions">35</property>
+              </widget>
+              <packing>
+                <property name="Position">2</property>
+                <property name="AutoSize">True</property>
+                <property name="Expand">False</property>
+                <property name="Fill">False</property>
+              </packing>
+            </child>
</widget>
<packing>
<property name="Position">1</property>
@@ -3406,6 +3435,8 @@ Public License instead of this License.
<property name="MemberName" />
<property name="CanFocus">True</property>
<property name="IsEditable">True</property>
+                <property name="WidthChars">8</property>
+                <property name="MaxLength">8</property>
<property name="InvisibleChar">•</property>
</widget>
<packing>
@@ -3714,6 +3745,7 @@ Public License instead of this License.
<property name="Icon">stock:gtk-apply Menu</property>
<property name="Label" translatable="yes">Apply</property>
<property name="UseUnderline">True</property>
+                    <signal name="Clicked" handler="OnBTNApplyClicked" />
</widget>
<packing>
<property name="Position">2</property>
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to