Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Gtk::Invisible Class Reference

A GtkInvisible C++ wrapper class. More...

#include <inti/gtk/invisible.h>

Inheritance diagram for Inti::Gtk::Invisible:

Inti::Gtk::Widget Inti::Gtk::Object Inti::Atk::Implementor Inti::G::Object Inti::G::TypeInterface Inti::G::TypeInstance Inti::MemoryHandler Inti::G::TypeInstance Inti::ReferencedBase Inti::ReferencedBase List of all members.

Public Member Functions

Constructors
Accessors
Methods
Property Proxies

Protected Member Functions

Constructors

Detailed Description

A GtkInvisible C++ wrapper class.

The Invisible widget is used internally in GTK+, and is probably not useful for application developers. It is used for reliable pointer grabs and selection handling in the code for drag-and-drop. If you ever need to implement manual drag-and-drop you might find this widget useful.


Constructor & Destructor Documentation

Inti::Gtk::Invisible::Invisible GtkInvisible *  invisible,
bool  reference = false
[explicit, protected]
 

Construct a new Invisible from an existing GtkInvisible.

Parameters:
invisible A pointer to a GtkInvisible.
reference Set false if the initial reference count is floating, set true if it's not.

The invisible can be a newly created GtkInvisible or an existing GtkInvisible (see G::Object::Object).

Inti::Gtk::Invisible::Invisible const Gdk::Screen screen  )  [explicit]
 

Construct a new Invisible object for the specified screen.

Parameters:
screen A Screen which identifies on which screen the new Invisible will be created.


Member Function Documentation

Gdk::Screen* Inti::Gtk::Invisible::get_screen  )  const
 

Returns the Gdk::Screen object associated with the invisible.

Returns:
The associated Gdk::Screen.

If no screen was explicitly set this method returns the default screen.

Reimplemented from Inti::Gtk::Widget.

void Inti::Gtk::Invisible::set_screen const Gdk::Screen screen  ) 
 

Sets the Gdk::Screen where the Invisible object will be displayed.

Parameters:
screen A Gdk::Screen.


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:16 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002