[MonoDevelop] more gui.stetic confusion

Vasili I. Galchin vigalchin at gmail.com
Wed Apr 14 16:42:42 EDT 2010


Hello,

    I realize I have to use the built-in Stetic GUI Designer
functionality. However, I still don't understand which MonoDevelop
panel corresponds to a particular language's (say C$#) gui.stetic.
E.g. in C#'s generated code:

        private Gtk.VBox container;

        private Gtk.Label Indentation;

        private Gtk.HBox hboxIndentation;

        private Gtk.Label indentationSpacer;

        private Gtk.VBox vboxIndentation;

        private Gtk.CheckButton indentCaseLabels;

        private Gtk.Label LabelIndentation;

        private Gtk.HBox hboxLabelIndentation;

        private Gtk.Label labelIndentationSpacer;

These state variables seem to allude to GUI stuff on a panel. Which panel??

Vasili


More information about the Monodevelop-list mailing list