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.
|
- // ------------------------------------------------------------------------------
- // <autogenerated>
- // This code was generated by a tool.
- // Mono Runtime Version: 2.0.50727.42
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </autogenerated>
- // ------------------------------------------------------------------------------
-
- namespace ThePimp {
-
-
- public partial class PictureView {
-
- private Gtk.DrawingArea drawingarea1;
-
- protected virtual void Build() {
- Stetic.Gui.Initialize(this);
- // Widget ThePimp.PictureView
- Stetic.BinContainer.Attach(this);
- this.Name = "ThePimp.PictureView";
- // Container child ThePimp.PictureView.Gtk.Container+ContainerChild
- this.drawingarea1 = new Gtk.DrawingArea();
- this.drawingarea1.Name = "drawingarea1";
- this.Add(this.drawingarea1);
- if ((this.Child != null)) {
- this.Child.ShowAll();
- }
- this.Show();
- }
- }
- }
|