Re: Font selection panel





Where do you want to set the font? The gtk_font_chooser_set_font() function will set it in the chooser.

What version of GTK+ and OS are you using to test with? I only have GTK3.18 to test with right now and the code worked with that.

The gtk font chooser widget only has one function but it can use functions present in the derivation chain and also the interfaces it implements. If you think that a widget really should have a certain function, and don't see it there, always check to see how it is derived and if it implements one or more interfaces.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]