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
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",