Class: Iup::Node
- Inherits:
-
Object
- Object
- Iup::Node
- Defined in:
- ext/iup.c
Direct Known Subclasses
Button, Canvas, Cbox, Control, Dialog, FileDlg, Fill, Frame, Hbox, Image, Item, Label, List, Menu, MultiLine, ProgressBar, Radio, Sbox, Separator, Spin, Spinbox, Submenu, Text, Timer, Toggle, Tree, User, Vbox, Zbox
Instance Attribute Summary collapse
- #ihandle ⇒ Object readonly
Instance Method Summary collapse
- #[] ⇒ Object
- #[]= ⇒ Object
- #Destroy ⇒ Object
- #GetAttribute ⇒ Object
- #GetAttributeHandle ⇒ Object
- #GetAttributePtr ⇒ Object
- #GetAttributes ⇒ Object
- #GetCallback ⇒ Object
- #GetClassName ⇒ Object
- #GetFloat ⇒ Object
- #GetInt ⇒ Object
- #GetNode ⇒ Object
- #Hide ⇒ Object
-
#initialize ⇒ Object
constructor
rb_define_module_function(rb_mIup, “Createv”, rb_IupCreatev, -1);.
- #Map ⇒ Object
- #method_missing ⇒ Object
- #Popup ⇒ Object
- #SetAttribute ⇒ Object
- #SetAttributeHandle ⇒ Object
- #SetAttributePtr ⇒ Object
- #SetAttributes ⇒ Object
- #SetCallback ⇒ Object
- #Show ⇒ Object
- #ShowXY ⇒ Object
- #StoreAttribute ⇒ Object
Constructor Details
#initialize ⇒ Object
rb_define_module_function(rb_mIup, “Createv”, rb_IupCreatev, -1);
Dynamic Method Handling
This class handles dynamic methods through the method_missing method