Class: Iup::Separator

Inherits:
Widget
  • Object
show all
Defined in:
lib/wrapped/separator.rb

Overview

A Separator is used within a menu, appears as a horizontal line.

Instance Attribute Summary

Attributes inherited from Widget

#handle

Instance Method Summary collapse

Methods inherited from Widget

#assign_handle, #enterwindow_cb, #getfocus_cb, #help_cb, #k_any, #killfocus_cb, #leavewindow_cb, #map_cb, #open_controls, #unmap_cb

Methods included from AttributeBuilders

#define_attribute, #define_id_attribute, #define_id_readonly, #define_id_writeonly, #define_property_attribute, #define_property_writeonly, #define_readonly, #define_writeonly

Methods included from CallbackSetter

#define_callback

Constructor Details

#initializeSeparator

Creates an instance.



7
8
9
# File 'lib/wrapped/separator.rb', line 7

def initialize
  @handle = IupLib.IupSeparator
end