Browse Source

ThePimp: minor GUI changes.

git-svn-id: file:///srv/caca.zoy.org/var/lib/svn/libpipi/trunk@2932 92316355-f0b4-4df1-b90c-862c8a59935f
remotes/tiles
sam 16 years ago
parent
commit
51bb11cf75
4 changed files with 27 additions and 25 deletions
  1. +3
    -1
      ThePimp/gtk-gui/ThePimp.ErrorWindow.cs
  2. +2
    -2
      ThePimp/gtk-gui/ThePimp.MainWindow.cs
  3. +9
    -9
      ThePimp/gtk-gui/ThePimp.ToolBox.cs
  4. +13
    -13
      ThePimp/gtk-gui/gui.stetic

+ 3
- 1
ThePimp/gtk-gui/ThePimp.ErrorWindow.cs View File

@@ -25,9 +25,11 @@ namespace ThePimp {
Stetic.Gui.Initialize(this); Stetic.Gui.Initialize(this);
// Widget ThePimp.ErrorWindow // Widget ThePimp.ErrorWindow
this.Name = "ThePimp.ErrorWindow"; this.Name = "ThePimp.ErrorWindow";
this.Title = Mono.Unix.Catalog.GetString("Error");
this.Title = Mono.Unix.Catalog.GetString("Pimp Error");
this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-error", Gtk.IconSize.Menu, 16); this.Icon = Stetic.IconLoader.LoadIcon(this, "gtk-dialog-error", Gtk.IconSize.Menu, 16);
this.TypeHint = ((Gdk.WindowTypeHint)(1));
this.WindowPosition = ((Gtk.WindowPosition)(4)); this.WindowPosition = ((Gtk.WindowPosition)(4));
this.Modal = true;
this.HasSeparator = false; this.HasSeparator = false;
// Internal child ThePimp.ErrorWindow.VBox // Internal child ThePimp.ErrorWindow.VBox
Gtk.VBox w1 = this.VBox; Gtk.VBox w1 = this.VBox;


+ 2
- 2
ThePimp/gtk-gui/ThePimp.MainWindow.cs View File

@@ -214,7 +214,7 @@ namespace ThePimp {
this.hpaned1 = new Gtk.HPaned(); this.hpaned1 = new Gtk.HPaned();
this.hpaned1.CanFocus = true; this.hpaned1.CanFocus = true;
this.hpaned1.Name = "hpaned1"; this.hpaned1.Name = "hpaned1";
this.hpaned1.Position = 27;
this.hpaned1.Position = 33;
// Container child hpaned1.Gtk.Paned+PanedChild // Container child hpaned1.Gtk.Paned+PanedChild
this.vpaned1 = new Gtk.VPaned(); this.vpaned1 = new Gtk.VPaned();
this.vpaned1.CanFocus = true; this.vpaned1.CanFocus = true;
@@ -227,7 +227,7 @@ namespace ThePimp {
this.hpaned2 = new Gtk.HPaned(); this.hpaned2 = new Gtk.HPaned();
this.hpaned2.CanFocus = true; this.hpaned2.CanFocus = true;
this.hpaned2.Name = "hpaned2"; this.hpaned2.Name = "hpaned2";
this.hpaned2.Position = 889;
this.hpaned2.Position = 883;
// Container child hpaned2.Gtk.Paned+PanedChild // Container child hpaned2.Gtk.Paned+PanedChild
this.notebook1 = new Gtk.Notebook(); this.notebook1 = new Gtk.Notebook();
this.notebook1.CanFocus = true; this.notebook1.CanFocus = true;


+ 9
- 9
ThePimp/gtk-gui/ThePimp.ToolBox.cs View File

@@ -67,7 +67,7 @@ namespace ThePimp {
// Container child button5.Gtk.Container+ContainerChild // Container child button5.Gtk.Container+ContainerChild
this.image1 = new Gtk.Image(); this.image1 = new Gtk.Image();
this.image1.Name = "image1"; this.image1.Name = "image1";
this.image1.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_show-draw-functions", Gtk.IconSize.Menu, 16);
this.image1.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_show-draw-functions", Gtk.IconSize.SmallToolbar, 18);
this.button5.Add(this.image1); this.button5.Add(this.image1);
this.button5.Label = null; this.button5.Label = null;
this.vbox2.Add(this.button5); this.vbox2.Add(this.button5);
@@ -82,7 +82,7 @@ namespace ThePimp {
// Container child button8.Gtk.Container+ContainerChild // Container child button8.Gtk.Container+ContainerChild
this.image2 = new Gtk.Image(); this.image2 = new Gtk.Image();
this.image2.Name = "image2"; this.image2.Name = "image2";
this.image2.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_insert-fields-author", Gtk.IconSize.Menu, 16);
this.image2.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_insert-fields-author", Gtk.IconSize.SmallToolbar, 18);
this.button8.Add(this.image2); this.button8.Add(this.image2);
this.button8.Label = null; this.button8.Label = null;
this.vbox2.Add(this.button8); this.vbox2.Add(this.button8);
@@ -97,7 +97,7 @@ namespace ThePimp {
// Container child button7.Gtk.Container+ContainerChild // Container child button7.Gtk.Container+ContainerChild
this.image3 = new Gtk.Image(); this.image3 = new Gtk.Image();
this.image3.Name = "image3"; this.image3.Name = "image3";
this.image3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-clear", Gtk.IconSize.Menu, 16);
this.image3.Pixbuf = Stetic.IconLoader.LoadIcon(this, "gtk-clear", Gtk.IconSize.SmallToolbar, 18);
this.button7.Add(this.image3); this.button7.Add(this.image3);
this.button7.Label = null; this.button7.Label = null;
this.vbox2.Add(this.button7); this.vbox2.Add(this.button7);
@@ -112,7 +112,7 @@ namespace ThePimp {
// Container child button9.Gtk.Container+ContainerChild // Container child button9.Gtk.Container+ContainerChild
this.image4 = new Gtk.Image(); this.image4 = new Gtk.Image();
this.image4.Name = "image4"; this.image4.Name = "image4";
this.image4.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-line", Gtk.IconSize.Menu, 16);
this.image4.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-line", Gtk.IconSize.SmallToolbar, 18);
this.button9.Add(this.image4); this.button9.Add(this.image4);
this.button9.Label = null; this.button9.Label = null;
this.vbox2.Add(this.button9); this.vbox2.Add(this.button9);
@@ -127,7 +127,7 @@ namespace ThePimp {
// Container child button10.Gtk.Container+ContainerChild // Container child button10.Gtk.Container+ContainerChild
this.image5 = new Gtk.Image(); this.image5 = new Gtk.Image();
this.image5.Name = "image5"; this.image5.Name = "image5";
this.image5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-rectangle", Gtk.IconSize.Menu, 16);
this.image5.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-rectangle", Gtk.IconSize.SmallToolbar, 18);
this.button10.Add(this.image5); this.button10.Add(this.image5);
this.button10.Label = null; this.button10.Label = null;
this.vbox2.Add(this.button10); this.vbox2.Add(this.button10);
@@ -142,7 +142,7 @@ namespace ThePimp {
// Container child button11.Gtk.Container+ContainerChild // Container child button11.Gtk.Container+ContainerChild
this.image6 = new Gtk.Image(); this.image6 = new Gtk.Image();
this.image6.Name = "image6"; this.image6.Name = "image6";
this.image6.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-ellipse", Gtk.IconSize.Menu, 16);
this.image6.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-ellipse", Gtk.IconSize.SmallToolbar, 18);
this.button11.Add(this.image6); this.button11.Add(this.image6);
this.button11.Label = null; this.button11.Label = null;
this.vbox2.Add(this.button11); this.vbox2.Add(this.button11);
@@ -157,7 +157,7 @@ namespace ThePimp {
// Container child button6.Gtk.Container+ContainerChild // Container child button6.Gtk.Container+ContainerChild
this.image7 = new Gtk.Image(); this.image7 = new Gtk.Image();
this.image7.Name = "image7"; this.image7.Name = "image7";
this.image7.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-polygon", Gtk.IconSize.Menu, 16);
this.image7.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-polygon", Gtk.IconSize.SmallToolbar, 18);
this.button6.Add(this.image7); this.button6.Add(this.image7);
this.button6.Label = null; this.button6.Label = null;
this.vbox2.Add(this.button6); this.vbox2.Add(this.button6);
@@ -172,7 +172,7 @@ namespace ThePimp {
// Container child button13.Gtk.Container+ContainerChild // Container child button13.Gtk.Container+ContainerChild
this.image8 = new Gtk.Image(); this.image8 = new Gtk.Image();
this.image8.Name = "image8"; this.image8.Name = "image8";
this.image8.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-text", Gtk.IconSize.Menu, 16);
this.image8.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_draw-text", Gtk.IconSize.SmallToolbar, 18);
this.button13.Add(this.image8); this.button13.Add(this.image8);
this.button13.Label = null; this.button13.Label = null;
this.vbox2.Add(this.button13); this.vbox2.Add(this.button13);
@@ -187,7 +187,7 @@ namespace ThePimp {
// Container child button12.Gtk.Container+ContainerChild // Container child button12.Gtk.Container+ContainerChild
this.image9 = new Gtk.Image(); this.image9 = new Gtk.Image();
this.image9.Name = "image9"; this.image9.Name = "image9";
this.image9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_3d-color-picker", Gtk.IconSize.Menu, 16);
this.image9.Pixbuf = Stetic.IconLoader.LoadIcon(this, "stock_3d-color-picker", Gtk.IconSize.SmallToolbar, 18);
this.button12.Add(this.image9); this.button12.Add(this.image9);
this.button12.Label = null; this.button12.Label = null;
this.vbox2.Add(this.button12); this.vbox2.Add(this.button12);


+ 13
- 13
ThePimp/gtk-gui/gui.stetic View File

@@ -5,7 +5,7 @@
<target-gtk-version>2.12.1</target-gtk-version> <target-gtk-version>2.12.1</target-gtk-version>
</configuration> </configuration>
<import> <import>
<widget-library name="../Pimp.exe" internal="true" />
<widget-library name="../ThePimp.exe" internal="true" />
</import> </import>
<widget class="Gtk.Window" id="ThePimp.MainWindow" design-size="954 680"> <widget class="Gtk.Window" id="ThePimp.MainWindow" design-size="954 680">
<action-group name="Default"> <action-group name="Default">
@@ -260,7 +260,7 @@
<widget class="Gtk.HPaned" id="hpaned1"> <widget class="Gtk.HPaned" id="hpaned1">
<property name="MemberName" /> <property name="MemberName" />
<property name="CanFocus">True</property> <property name="CanFocus">True</property>
<property name="Position">27</property>
<property name="Position">33</property>
<child> <child>
<widget class="Gtk.VPaned" id="vpaned1"> <widget class="Gtk.VPaned" id="vpaned1">
<property name="MemberName" /> <property name="MemberName" />
@@ -281,7 +281,7 @@
<widget class="Gtk.HPaned" id="hpaned2"> <widget class="Gtk.HPaned" id="hpaned2">
<property name="MemberName" /> <property name="MemberName" />
<property name="CanFocus">True</property> <property name="CanFocus">True</property>
<property name="Position">889</property>
<property name="Position">883</property>
<child> <child>
<widget class="Gtk.Notebook" id="notebook1"> <widget class="Gtk.Notebook" id="notebook1">
<property name="MemberName" /> <property name="MemberName" />
@@ -410,7 +410,7 @@
</widget> </widget>
</child> </child>
</widget> </widget>
<widget class="Gtk.Bin" id="ThePimp.ToolBox" design-size="26 234">
<widget class="Gtk.Bin" id="ThePimp.ToolBox" design-size="34 300">
<property name="MemberName" /> <property name="MemberName" />
<child> <child>
<widget class="Gtk.VBox" id="vbox2"> <widget class="Gtk.VBox" id="vbox2">
@@ -424,7 +424,7 @@
<child> <child>
<widget class="Gtk.Image" id="image1"> <widget class="Gtk.Image" id="image1">
<property name="MemberName" /> <property name="MemberName" />
<property name="Pixbuf">stock:stock_show-draw-functions Menu</property>
<property name="Pixbuf">stock:stock_show-draw-functions SmallToolbar</property>
</widget> </widget>
</child> </child>
</widget> </widget>
@@ -443,7 +443,7 @@
<child> <child>
<widget class="Gtk.Image" id="image2"> <widget class="Gtk.Image" id="image2">
<property name="MemberName" /> <property name="MemberName" />
<property name="Pixbuf">stock:stock_insert-fields-author Menu</property>
<property name="Pixbuf">stock:stock_insert-fields-author SmallToolbar</property>
</widget> </widget>
</child> </child>
</widget> </widget>
@@ -462,7 +462,7 @@
<child> <child>
<widget class="Gtk.Image" id="image3"> <widget class="Gtk.Image" id="image3">
<property name="MemberName" /> <property name="MemberName" />
<property name="Pixbuf">stock:gtk-clear Menu</property>
<property name="Pixbuf">stock:gtk-clear SmallToolbar</property>
</widget> </widget>
</child> </child>
</widget> </widget>
@@ -481,7 +481,7 @@
<child> <child>
<widget class="Gtk.Image" id="image4"> <widget class="Gtk.Image" id="image4">
<property name="MemberName" /> <property name="MemberName" />
<property name="Pixbuf">stock:stock_draw-line Menu</property>
<property name="Pixbuf">stock:stock_draw-line SmallToolbar</property>
</widget> </widget>
</child> </child>
</widget> </widget>
@@ -500,7 +500,7 @@
<child> <child>
<widget class="Gtk.Image" id="image5"> <widget class="Gtk.Image" id="image5">
<property name="MemberName" /> <property name="MemberName" />
<property name="Pixbuf">stock:stock_draw-rectangle Menu</property>
<property name="Pixbuf">stock:stock_draw-rectangle SmallToolbar</property>
</widget> </widget>
</child> </child>
</widget> </widget>
@@ -519,7 +519,7 @@
<child> <child>
<widget class="Gtk.Image" id="image6"> <widget class="Gtk.Image" id="image6">
<property name="MemberName" /> <property name="MemberName" />
<property name="Pixbuf">stock:stock_draw-ellipse Menu</property>
<property name="Pixbuf">stock:stock_draw-ellipse SmallToolbar</property>
</widget> </widget>
</child> </child>
</widget> </widget>
@@ -538,7 +538,7 @@
<child> <child>
<widget class="Gtk.Image" id="image7"> <widget class="Gtk.Image" id="image7">
<property name="MemberName" /> <property name="MemberName" />
<property name="Pixbuf">stock:stock_draw-polygon Menu</property>
<property name="Pixbuf">stock:stock_draw-polygon SmallToolbar</property>
</widget> </widget>
</child> </child>
</widget> </widget>
@@ -557,7 +557,7 @@
<child> <child>
<widget class="Gtk.Image" id="image8"> <widget class="Gtk.Image" id="image8">
<property name="MemberName" /> <property name="MemberName" />
<property name="Pixbuf">stock:stock_draw-text Menu</property>
<property name="Pixbuf">stock:stock_draw-text SmallToolbar</property>
</widget> </widget>
</child> </child>
</widget> </widget>
@@ -576,7 +576,7 @@
<child> <child>
<widget class="Gtk.Image" id="image9"> <widget class="Gtk.Image" id="image9">
<property name="MemberName" /> <property name="MemberName" />
<property name="Pixbuf">stock:stock_3d-color-picker Menu</property>
<property name="Pixbuf">stock:stock_3d-color-picker SmallToolbar</property>
</widget> </widget>
</child> </child>
</widget> </widget>


Loading…
Cancel
Save