Having trouble with cursors

2017-07-19 Thread Stu Whitman
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

Re: Having trouble with cursors

2017-07-20 Thread Stu Whitman
> 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

Freeze rows and columns of GtkGrid

2018-04-17 Thread Stu Whitman
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

Re: Freeze rows and columns of GtkGrid

2018-04-19 Thread Stu Whitman
- 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, >

Re: Freeze rows and columns of GtkGrid

2018-04-27 Thread Stu Whitman
- 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

Size allocation warning message

2018-06-14 Thread Stu Whitman
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