You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_PinUp object:

Class

Cvo_PinUp

Base

Cvo_Window

Syntax

#include <Cvo/PinUp.h++>

new Cvo_PinUp ( char *resource_name,
[ Cvo_Object *parent | Display *display ],
[ char *title ] )

Overview

A Cvo_PinUp object is a window with a push pin and a title. If the title argument is given it is used as the title for the pinup window. If no parent or display arguments are passed, it is created on the default display. When the user pulls the push pin out, the object will be destroyed.

Member Functions

This object defines the following member functions in addition to those defined by its parent and ancestor objects.

Children Objects

This object is composed of the following Cvo objects. Each object has the shown resource name. This link displays the composition of the parent object.


See the example source code for an example of how to use this object.


See the legend for information about the conventions used in this documentation.