Class virtual AXOWidgets.widget_plugin


class virtual widget_plugin : object .. end
Inherits
method get_width : int
method get_height : int
method get_x : int
method get_y : int
method set_width : int -> unit
method set_height : int -> unit
method set_x : int -> unit
method set_anti_x : int -> unit
method set_y : int -> unit
method set_anti_y : int -> unit
method move_x : int -> unit
method move_y : int -> unit
method set_position : position -> unit
method get_position : position
method set_z_index : int -> unit
method get_z_index : int
method auto_set_z_index : int
method set_background : color -> unit
method get_background : color
method set_margin_left : int -> unit
method set_margin_right : int -> unit
method set_margin_top : int -> unit
method set_margin_bottom : int -> unit
method set_attribute : string -> string -> unit
method get_attribute : string -> string
method remove_attribute : string -> unit
method set_style_property : string -> color -> unit
method get_style_property : string -> color