|
|
| Author |
Message |
|
|
cnu_sree GTK+ Geek
Joined: 06 Oct 2006 Posts: 57
|
Posted: Wed Nov 01, 2006 9:03 am Post subject: cursor |
|
|
;how to change the cursor type
Last edited by cnu_sree on Thu Nov 02, 2006 10:54 am; edited 2 times in total |
|
| Back to top |
|
 |
openldev Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 376 Location: State College, Pennsylvania
|
Posted: Wed Nov 01, 2006 3:06 pm Post subject: |
|
|
Why do you want to change it for the whole window? That's really not the thing you should be doing in most applications because the cursor in all applications should be consistent with others. The only time you should be messing with the cursor is if you have an event box or you have a special case ...
Also, what is "widget"? Is that the GtkWindow or a GtkButton? |
|
| Back to top |
|
 |
cnu_sree GTK+ Geek
Joined: 06 Oct 2006 Posts: 57
|
Posted: Thu Nov 02, 2006 4:04 am Post subject: thank u |
|
|
thank u
exactly
wht i want is changing the cursor for button
and my widgeet is GtkButton.
when we move cursor on to the button then it will change to hand.
that's wht i required. |
|
| Back to top |
|
 |
openldev Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 376 Location: State College, Pennsylvania
|
Posted: Thu Nov 02, 2006 4:31 am Post subject: |
|
|
| I'm confused ... is your problem solved then? |
|
| Back to top |
|
 |
|