Re: How to make Own Decorated window

2006-03-11 Thread Claudio Polegato Junior
Amitesh Singh escreveu: Hi i have able to write a new decorated window .. its only minimize till now ... but one problem is that how to make it move by sticking it to Cursor .. its not happening in this case :( Any suggestions ? Hi, Work arround button_press_event, motion_notify_event and

How to make Own Decorated window

2006-03-11 Thread Amitesh Singh
Hi i have able to write a new decorated window .. its only minimize till now ... but one problem is that how to make it move by sticking it to Cursor .. its not happening in this case :( #include GtkWidget * make_window (void) { GtkWidget *window; GdkColor color; gdk_color_parse ("#a1c0f5",