DockItem
Object Hierarchy:
Description:
public abstract class DockItem :
DockElement
Content:
Properties:
Creation methods:
Methods:
- public void @delete ()
- public void copy_values_to (DockItem target)
- protected virtual void draw_icon (Surface surface)
- protected virtual void draw_icon_fast (Surface surface)
- public Surface? get_background_surface (int width, int height, Surface model, DrawDataFunc<DockItem>? draw_data_func)
- public Surface? get_foreground_surface (int width, int height, Surface model, DrawDataFunc<DockItem>? draw_data_func)
- public Surface get_surface (int width, int height, Surface model)
- public Surface get_surface_copy (int width, int height, Surface model)
- public virtual bool is_valid ()
- protected virtual void load_from_launcher ()
- public override void reset_buffers ()
- protected void reset_icon_buffer ()
- public void unset_move_state ()
Signals:
Inherited Members:
All known members inherited from class Plank.DockElement
All known members inherited from class GLib.Object