Re: [Vala] [Genie] Problem with creating GtkSwitch widget



Sorry

 /* Genie */
 [indent = 4]

 init
    var gtk_switch_button = new Gtk.Button ()

 /* Vala */
 int main () {
  var gtk_switch_button = new Gtk.Button ();
  return 0;
 }

vs.

 /* Genie */
 [indent = 4]

 init
    var gtk_switch_button = new Gtk.Switch ()

 /* Vala */
 int main () {
  var gtk_switch_button = new Gtk.Switch ();
  return 0;
 }


-- 
Banzai,
Dmitriy Kovalenko



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]