I've seen some statusbar with a "grip" to resize window, after some research i've found this function gtk_statusbar_set_has_resize_grip_
But the code below doesn't work. Maybe an error with handle.
Fred >> is exists a flag to activate this grip easily with CreateStatusBar command ?
Code: Select all
handle = CreateStatusBar(125, WindowID(254))
gtk_statusbar_set_has_resize_grip_ (handle, #True);


