Re: questions regarding gtkcheckbutton

2017-05-21 Thread Chris Moller
In theory, this should probably be done with CSS, but I've been unable to make that work. Instead, I'm using the sequence GtkWidget *image = gtk_image_new (); gtk_widget_set_size_request (image, 16, 16); g_signal_connect (G_OBJECT (image), "draw", G_CALLBACK (c

questions regarding gtkcheckbutton

2017-05-21 Thread songqing shan
Hello, I have a few questions regarding using gtkcheckbutton as follows. 1. how can I change or reduce the size of gtkcheckbutton (small square) in gtkcheckbutton? It is too big and makes a big space between lines. I want to make it smaller so that the space between lines are similar to the

gtkbuilder.*.xml

2017-05-21 Thread Matt Postiff
I have a bunch of files called gtkbuilder.*.xml in my gtk2 program. I am having trouble on msys2 to use gettext to extract strings from them for i18n. xgettext says that it doesn't recognize the extension xml. Are these files named in a non-standard way? Should they be rather called gtkbuilde