Re: [Vala] I need to print Gdk.NativeWindow as an actual value, how do I print it?
- From: Arkadi Viner <arkashkin gmail com>
- To: vala-list gnome org
- Subject: Re: [Vala] I need to print Gdk.NativeWindow as an actual value, how do I print it?
- Date: Thu, 22 Apr 2010 14:54:19 +0300
By the way, in terminal it prints out:
(valide:3060): Gtk-CRITICAL **: gtk_socket_get_id: assertion
`GTK_WIDGET_ANCHORED (socket)' failed
Socket ID=0
On Thu, Apr 22, 2010 at 2:31 PM, Arkadi Viner <arkashkin gmail com> wrote:
private static Gtk.Socket sock;
sock = new Gtk.Socket();
sock.show();
this.scrolled_window.add_with_viewport(sock);
stdout.printf("Socket ID=%ld \n", (long)sock.get_id());
it prints - "Socket ID=0"
some how in Python, this line prints an actual number on a screen:
print "Socket ID=", socket.get_id()
How do I properly do it?
Thanks in advance.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]