Hello,
I use gtk3 on CentOS 6 by building it and all of the dependencies myself. I
recently updated to version gtk+-3.22 from gtk+-3.8. When I run the
gtk3-widget-factory program the cursor image does not switch to the col-resize
cursor when over the GtkPaned widget handle. The cursor changes
> On 7/19/17, Stu Whitman wrote:
>> Hello,
>>
>> I use gtk3 on CentOS 6 by building it and all of the dependencies myself. I
>> recently updated to version gtk+-3.22 from gtk+-3.8. When I run the
>> gtk3-widget-factory program the cursor image does not switch
Hello,
Is there a way to freeze the first row and column of a GtkGrid when it is
scrolled using a GtkScrolledWindow? In some cases it would be nice to freeze
the first and last row and/or column.
Thanks,
-Stu
___
gtk-list mailing list
gtk-list@gno
- On Apr 17, 2018, at 7:31 PM, Stu Whitman wrote:
> Hello,
> Is there a way to freeze the first row and column of a GtkGrid when it is
> scrolled using a GtkScrolledWindow? In some cases it would be nice to freeze
> the first and last row and/or column.
> Thanks,
>
- On Apr 19, 2018, at 4:10 PM, Stu Whitman wrote:
> - On Apr 17, 2018, at 7:31 PM, Stu Whitman wrote:
>> Hello,
>> Is there a way to freeze the first row and column of a GtkGrid when it is
>> scrolled using a GtkScrolledWindow? In some cases it would be nice t
Since upgrading to GTK+ 3.22 I have been getting the message:
Gtk-WARNING **: Allocating size to GtkScrolledWindow 0x2df9240 without calling
gtk_widget_get_preferred_width/height(). How does the code know the size to
allocate?
I have tried googling for a solution. I have reviewed the code. I