Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

34 rader
1.1 KiB

  1. // ------------------------------------------------------------------------------
  2. // <autogenerated>
  3. // This code was generated by a tool.
  4. // Mono Runtime Version: 2.0.50727.42
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </autogenerated>
  9. // ------------------------------------------------------------------------------
  10. namespace ThePimp {
  11. public partial class PictureView {
  12. private Gtk.DrawingArea drawingarea1;
  13. protected virtual void Build() {
  14. Stetic.Gui.Initialize(this);
  15. // Widget ThePimp.PictureView
  16. Stetic.BinContainer.Attach(this);
  17. this.Name = "ThePimp.PictureView";
  18. // Container child ThePimp.PictureView.Gtk.Container+ContainerChild
  19. this.drawingarea1 = new Gtk.DrawingArea();
  20. this.drawingarea1.Name = "drawingarea1";
  21. this.Add(this.drawingarea1);
  22. if ((this.Child != null)) {
  23. this.Child.ShowAll();
  24. }
  25. this.Show();
  26. }
  27. }
  28. }