Re: Gtk::Label text Orientation
- From: pedro morais sousa gmail com
- To: Daniel Boles <dboles src gmail com>, gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Gtk::Label text Orientation
- Date: Mon, 30 Aug 2021 10:21:09 +0100
Hi Daniel,
Thanks for your answer.
Regards,
Pedro
On Sun, 2021-08-29 at 12:25 +0100, Daniel Boles via gtkmm-list wrote:
GTK4 removed the :angle property *. Unfortunately the reasoning wasn't documented in the commit message, nor is it mentioned in the migration guide **, so the question of how or whether it can be replaced is a topic (or perhaps bug) for the GTK project, not gtkmm (as gtkmm can only wrap what GTK makes available).
Hello,
I am trying to change the text orientation for a Gtk::Label to vertical.
Using Gtkmm3 we could do it with
Gtk::Label tab;
tab.set_angle(90);
but in Gtkmm4 this function does not exist.
Can you tell me the substituting function to change the text orientation?
Regards,
Pedro Sousa
_______________________________________________
gtkmm-list mailing list
_______________________________________________
gtkmm-list mailing list
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]