I hope to disable the cursor’s blinking of Gtk::Entry
.
But the revelant methods are
set_cursor()
set_property()
set_property_value
.
It seems that I should use set_property()
, right ?
So how can I know the property name supported? I can’t find any document about it.
I have tried blink
and blinking
. It throw error:
g_object_set_is_valid_property: object class 'gtkmm__GtkEntry' has no property named 'blink'