Class: Fidgit::List::Item

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

Constant Summary

Constants inherited from Fidgit::Label

Fidgit::Label::ICON_POSITIONS

Constants inherited from Composite

Composite::DEBUG_BORDER_COLOR

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, #icon_position

Attributes inherited from Packer

#spacing_h, #spacing_v

Attributes inherited from Element

#align_h, #align_v, #background_color, #border_thickness, #font, #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

#hit_element, #icon, #icon=, #initialize

Methods inherited from Composite

#initialize

Methods inherited from Packer

#initialize

Methods inherited from Container

#add, #button, #clear, #color_picker, #color_well, #combo_box, #file_browser, #grid, #group, #hit_element, #horizontal, #image_frame, #initialize, #insert, #label, #list, #radio_button, #remove, #scroll_area, #scroll_window, #slider, #text_area, #to_s, #toggle_button, #update, #vertical, #write_tree, #x=, #y=

Methods inherited from Element

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

Methods included from Event

#events, included, new_event_handlers, #publish, #subscribe, #unsubscribe

Constructor Details

This class inherits a constructor from Fidgit::RadioButton