Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

34 lignes
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. }