Gladeui.Cursor¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| add_widget | Gdk.Cursor | r/w | |
| add_widget_pixbuf | GdkPixbuf.Pixbuf | r/w | |
| drag | Gdk.Cursor | r/w | |
| resize_bottom | Gdk.Cursor | r/w | |
| resize_bottom_left | Gdk.Cursor | r/w | |
| resize_bottom_right | Gdk.Cursor | r/w | |
| resize_left | Gdk.Cursor | r/w | |
| resize_right | Gdk.Cursor | r/w | |
| resize_top | Gdk.Cursor | r/w | |
| resize_top_left | Gdk.Cursor | r/w | |
| resize_top_right | Gdk.Cursor | r/w | |
| selector | Gdk.Cursor | r/w | 
Methods¶
| class | get_add_widget_pixbuf() | 
| class | init() | 
| class | set(project, window, type) | 
Details¶
- 
class Gladeui.Cursor¶
- 
classmethod get_add_widget_pixbuf()¶
- Return type: - GdkPixbuf.Pixbuf
 - 
classmethod init()¶
- Initializes cursors for use with - Gladeui.Cursor.set().
 - 
classmethod set(project, window, type)¶
- Parameters: - project (Gladeui.Project) –
- window (Gdk.Window) – aGdk.Window
- type (Gladeui.CursorType) – aGladeui.CursorType
 - Sets the cursor for window to something appropriate based on type. (also sets the cursor on all visible project widgets) 
- project (
 
- 
classmethod