Changing cursor in GtkTextView

2017-03-14 Thread Michael K via gtk-list
I'm trying to change the cursor in a GtkTextView but with no success. I have a signal that is being triggered  g_signal_connect_after( View->Information, "realize",                      (GCallback) on_TextViewRealize, userData ); calling this callback on the GtkTextView's creation static

Text in progressbar

2016-10-01 Thread Michael K
I am migrating an application from GTK+2 to GTK+3 and have not been able to resolve two issues. The first is that in my GTK+2 program I was able to show a progressbar with text  displayed in front of the bar (saving screen real estate).I cannot replicate this in GTK-3 unless I create another