Class: Fidgit::List::Item

Inherits:
RadioButton show all
Defined in:
lib/fidgit/elements/list.rb

Constant Summary

Constants inherited from Fidgit::Label

Fidgit::Label::VALID_JUSTIFICATION

Constants inherited from Element

Element::DEFAULT_SCHEMA_FILE, Element::VALID_ALIGN_H, Element::VALID_ALIGN_V

Instance Attribute Summary

Attributes inherited from RadioButton

#group, #value

Attributes inherited from Fidgit::Label

#background_color, #border_color, #color, #icon, #text

Attributes inherited from Element

#align_h, #align_v, #background_color, #border_thickness, #font_size, #padding_bottom, #padding_left, #padding_right, #padding_top, #parent, #tip, #z

Method Summary

Methods inherited from RadioButton

#check, #checked?, #clicked_left_mouse_button, #initialize, #uncheck

Methods inherited from Button

#activate, #clicked_left_mouse_button, #enabled=, #enter, #initialize, #leave, #parent=, #text=

Methods inherited from Fidgit::Label

#draw_foreground, #initialize

Methods inherited from Element

#default, #drag?, #draw, #draw_frame, #draw_rect, #enabled=, #enabled?, #font, #height, #height=, #hit?, #initialize, #max_height, #max_width, #min_height, #min_width, new, original_new, #outer_height, #outer_width, #recalc, schema, #update, #width, #width=, #with, #x, #x=, #y, #y=

Methods included from Event

#events, included, #publish, #subscribe

Constructor Details

This class inherits a constructor from Fidgit::RadioButton