abstract class GPhoto2::CameraWidget
 
  - GPhoto2::CameraWidget
 - Reference
 - Object
 
Overview
Represents a widget.
Defined in:
gphoto2/camera_widget.crgphoto2/camera_widgets/base.cr
gphoto2/camera_widgets/button.cr
gphoto2/camera_widgets/date.cr
gphoto2/camera_widgets/menu.cr
gphoto2/camera_widgets/radio.cr
gphoto2/camera_widgets/range.cr
gphoto2/camera_widgets/section.cr
gphoto2/camera_widgets/text.cr
gphoto2/camera_widgets/toggle.cr
gphoto2/camera_widgets/window.cr
Class Method Summary
- 
        .factory(ptr : Pointer(LibGPhoto2::CameraWidget), parent : Base | Nil = nil) : Base
        
          
Creates a new widget from the given pointer.
 - 
        .widgets : Hash(String, Base.class)
        
          
Returns the list of all available widgets.
 
Class Method Detail
Creates a new widget from the given pointer.
Returns the list of all available widgets.