Exemple #1
0
 public LGEditText(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
 public LGDatePicker(LuaContext context)
     : base(context)
 {
 }
Exemple #3
0
 public LGScrollView(LuaContext context)
     : base(context)
 {
 }
Exemple #4
0
 public static LGCheckBox Create(LuaContext lc)
 {
     return(new LGCheckBox(lc));
 }
Exemple #5
0
 public LGCheckBox(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
 public LGComboBox(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Exemple #7
0
 public LGButton(LuaContext context)
     : base(context)
 {
 }
 /**
  * (Ignore)
  */
 public LGAdapterView(LuaContext lc, String id)
 {
     mLc     = lc;
     this.id = id;
 }
 public LGImageView(LuaContext context)
     : base(context)
 {
 }
 public static Object CreateForTab(LuaContext lc, String luaId)
 {
     return(LuaForm.activeForm);
 }
        public static LGAdapterView Create(LuaContext lc, String id)
        {
            LGAdapterView lgav = new LGAdapterView(lc, id);

            return(lgav);
        }
Exemple #12
0
 public LGProgressBar(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Exemple #13
0
 public LGProgressBar(LuaContext context)
     : base(context)
 {
 }
 public LGRadioButton(LuaContext context)
     : base(context)
 {
 }
 public LGRadioGroup(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
 public LGImageView(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
 public LGComboBox(LuaContext context)
     : base(context)
 {
 }
Exemple #18
0
 public static LGView Create(LuaContext lc)
 {
     return(new LGView(lc));
 }
 public LGHorizontalScrollView(LuaContext context)
     : base(context)
 {
 }
Exemple #20
0
 public LGView(LuaContext context)
 {
     this.lc = context;
     Setup();
     AfterSetup();
 }
Exemple #21
0
 public LGButton(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
 public LGTextView(LuaContext context)
     : base(context)
 {
 }
Exemple #23
0
 public LGCheckBox(LuaContext context)
     : base(context)
 {
 }
 public LGListView(LuaContext context)
     : base(context)
 {
 }
 public static LGDatePicker Create(LuaContext lc)
 {
     return(new LGDatePicker(lc));
 }
 public LGListView(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
 public LGDatePicker(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
 //Buttonları listeye ekleyecez
 //Eklerken but.groupname = this.groupname
 public LGRadioGroup(LuaContext context)
     : base(context)
 {
 }
Exemple #29
0
 public LGScrollView(LuaContext context, String luaId)
     : base(context, luaId)
 {
 }
Exemple #30
0
 public LGEditText(LuaContext context)
     : base(context)
 {
 }