Re: clipboards under win32

2006-02-24 Thread Christian Neumair
Am Samstag, den 25.02.2006, 09:30 +1100 schrieb Nick Watts: > (application.exe:612): GLib-GObject-CRITICAL **: gtype.c:2254: > initialization asser > tion failed, use g_type_init() prior to this function Are you sure that you called gtk_init (&argc, &argv); before using GObject? -- Christian

clipboards under win32

2006-02-24 Thread Nick Watts
I'm having a little difficulty understanding the concepts behind clipboards in GTK. I want to use these functions in a text editing app: gtk_text_buffer_paste_clipboard() gtk_text_buffer_copy_clipboard() gtk_text_buffer_cut_clipboard() but they all require a GtkClipboard object as an argument.