GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::Gtk::Invisible Class Reference

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

#include <gfc/gtk/invisible.hh>

Inheritance diagram for GFC::Gtk::Invisible:

GFC::Gtk::Widget GFC::Gtk::Object GFC::Atk::Implementor GFC::G::Object GFC::G::TypeInterface GFC::G::TypeInstance GFC::G::TypeInstance GFC::Trackable GFC::Trackable List of all members.

Public Member Functions

Constructors
Accessors
Methods

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

GFC::Gtk::Invisible::Invisible GtkInvisible *  invisible,
bool  owns_reference = false
[explicit, protected]
 

Construct a new Invisible from an existing GtkInvisible.

Parameters:
invisible A pointer to a GtkInvisible.
owns_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).

GFC::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* GFC::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 GFC::Gtk::Widget.

void GFC::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:
Generated on Tue Aug 24 00:34:40 2004 for GFC-UI by doxygen 1.3.8