Re: [Vala] "as" word

2011-03-18 Thread Anatol Pomozov
Hi 2011/3/18 Pavol Klačanský : > var window = builder.get_object("window") as Gtk.Window; Dynamic type casting http://live.gnome.org/Vala/Tutorial#Dynamic_Type_Casting ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinf

Re: [Vala] "as" word

2011-03-18 Thread Aleksander Wabik
>var window = builder.get_object("window") as Gtk.Window; > >what means this word in this string? Dynamic cast: if the object returned by builder.get_object() is inheriting Gtk.Window, window will be of type Gtk.Window; if not, window will be null (and of type Gtk.Window). best regards, -- Mój

[Vala] "as" word

2011-03-18 Thread Pavol Klačanský
var window = builder.get_object("window") as Gtk.Window; what means this word in this string? signature.asc Description: This is a digitally signed message part ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-