6 #include <gxwmm/portdisplay.h> 7 #include <gxwmm/private/portdisplay_p.h> 28 #include <gxw/GxPortDisplay.h> 33 Gxw::
VSlider(
Glib::ConstructParams(portdisplay_class_.
init(),
"adjustment",adjustment.gobj(), static_cast<char*>(0)))
46 return dynamic_cast<Gxw::PortDisplay *
> (Glib::wrap_auto ((GObject*)(
object), take_copy));
56 gx_port_display_set_state(
gobj(), cutoff_low, cutoff_high);
67 class_init_func_ = &PortDisplay_Class::class_init_function;
84 void PortDisplay_Class::class_init_function(
void* g_class,
void* class_data)
87 CppClassParent::class_init_function(klass, class_data);
123 return portdisplay_class_.init().get_type();
static GType get_base_type() G_GNUC_CONST
GType gx_port_display_get_type(void)
GxPortDisplay * gobj()
Provides access to the underlying C GtkObject.
Gxw::PortDisplay * wrap(GxPortDisplay *object, bool take_copy=false)
A Glib::wrap() method for this object.
static GType get_type() G_GNUC_CONST
struct _GxVSlider GxVSlider
void set_state(int cutoff_low, int cutoff_high)
struct _GxPortDisplay GxPortDisplay
static Glib::ObjectBase * wrap_new(GObject *)
GxControlParameterIface BaseClassType