Re: gtk_widget_class_set_template_from_resource

2022-08-18 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi Kjell Do you have any suggestions? I make some progress using the EXTRA_INIT but the creation that is not correct I have tried to bind_child using gtk_widget and then wrap but does not work and I lost even simple property of derived label. Michael On Sat, Aug 13, 2022 at 2:19 PM Michael

gtk webview wrong rendering on load and small artifact

2022-08-03 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi I have created a simple example using gtkmm and webkit here: https://github.com/panicking/gtkmm_alexa I restart to work on it in my spare time but I found a rendering problem on the first load of the page. If I resize it the artifact disappears. Another problem is that resizing is presenting

Re: gtk webview wrong rendering on load and small artifact

2022-08-03 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Wed, Aug 3, 2022 at 11:55 AM Michael Nazzareno Trimarchi wrote: > > Hi > > I have created a simple example using gtkmm and webkit here: > > https://github.com/panicking/gtkmm_alexa > > I restart to work on it in my spare time but I found a rendering > problem on the first load of the page.

Re: gtk webview wrong rendering on load and small artifact

2022-08-05 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Fri, Aug 5, 2022 at 9:01 AM Kjell Ahlstedt wrote: > > Den 2022-08-04 kl. 22:47, skrev Michael Nazzareno Trimarchi: > > Did you get this strange resize effect? Seems the window is resized > and the webview part resizes later, so it's totally not fluent. Anyway > the idea behind the project

Re: gtk webview wrong rendering on load and small artifact

2022-08-06 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Fri, Aug 5, 2022 at 9:08 AM Michael Nazzareno Trimarchi wrote: > > Hi > > On Fri, Aug 5, 2022 at 9:01 AM Kjell Ahlstedt wrote: > > > > Den 2022-08-04 kl. 22:47, skrev Michael Nazzareno Trimarchi: > > > > Did you get this strange resize effect? Seems the window is resized > > and the

gtk_widget_class_set_template_from_resource

2022-08-13 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi all What is the equivalent of this? Trying to write gtkmm derived widget and it will be nice that will be possible to use it. According to an old thread seems not really easy. Now true New False True 0

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Thu, Aug 4, 2022 at 5:21 PM Kjell Ahlstedt wrote: > > Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno Trimarchi: > > Are you building with gnome-builder? > > Michael > > No, I'm building as described in README.md. But I had defined the environment > variable GSETTINGS_SCHEMA_DIR. It's

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
, 2022 at 4:13 PM Michael Nazzareno Trimarchi wrote: > > Hi Kjell > > On Thu, Aug 4, 2022 at 3:57 PM Kjell Ahlstedt wrote: > > > > Den 2022-08-03 kl. 12:07, skrev Michael Nazzareno Trimarchi via gtkmm-list: > > > Hi > > > > > > On Wed, Aug 3, 2022 a

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi Kjell On Thu, Aug 4, 2022 at 3:57 PM Kjell Ahlstedt wrote: > > Den 2022-08-03 kl. 12:07, skrev Michael Nazzareno Trimarchi via gtkmm-list: > > Hi > > > > On Wed, Aug 3, 2022 at 11:55 AM Michael Nazzareno Trimarchi > > wrote: > > > > Hi > >

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi Kjell On Thu, Aug 4, 2022 at 5:40 PM Michael Nazzareno Trimarchi wrote: > > Hi > > On Thu, Aug 4, 2022 at 5:21 PM Kjell Ahlstedt wrote: > > > > Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno Trimarchi: > > > > Are you building with gnome-builder? > > > > Michael > > > > No, I'm building

Re: gtk webview wrong rendering on load and small artifact

2022-08-04 Thread Michael Nazzareno Trimarchi via gtkmm-list
Hi On Thu, Aug 4, 2022 at 10:47 PM Michael Nazzareno Trimarchi wrote: > > Hi Kjell > > On Thu, Aug 4, 2022 at 5:40 PM Michael Nazzareno Trimarchi > wrote: > > > > Hi > > > > On Thu, Aug 4, 2022 at 5:21 PM Kjell Ahlstedt > > wrote: > > > > > > Den 2022-08-04 kl. 16:13, skrev Michael Nazzareno