activate signal for Entry

2021-07-18 Thread Deep Majumder via gtkmm-list
Hi everyone, The Gtkmm book mentions that Entry can accept a signal handler for the "activate" signal. However, I found no method called "signal_activate" for the Entry class. What is this method actually called? Warm regards, Deep ___ gtkmm-list mailing

Icon in GtkEntry too small

2021-07-22 Thread Deep Majumder via gtkmm-list
Hi everyone, I am setting the icon of a GtkEntry from a Gdk::PixBuf (using set_icon_from_pixbuf). The image I am using is an SVG. The `get_width()` method on the PixBuf returns 744 while the `get_height()` method returns 1052. However, in the GtkEntry I get a very tiny (almost invisible) image.

Re: Icon in GtkEntry too small

2021-07-22 Thread Deep Majumder via gtkmm-list
Please ignore this. I messed up the SVG badly. On Thu, Jul 22, 2021 at 11:50 PM Deep Majumder wrote: > Hi everyone, > I am setting the icon of a GtkEntry from a Gdk::PixBuf (using > set_icon_from_pixbuf). The image I am using is an SVG. The `get_width()` > method on the PixBuf returns 744 while