Re: Info needed on gtk_window_begin_move_drag()



"Santhana Krishnan" <santhana krishnan wipro com> writes:
>   Could anyone please tell me in which context  the following calls will be
> used?.Also if u have any examples please do send me.
> 
> gtk_window_begin_move_drag ()
> gtk_window_begin_resize_drag ()
> 

These are normally called in response to button_press_event, and will
start moving or resizing a GtkWindow. So for example
begin_resize_drag() gets called when users click on the resize grip on
the bottom-right corner.

Havoc



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]