libgnomeuimm 2.28.0
Public Member Functions | Protected Member Functions | Related Functions | List of all members
Gnome::UI::IconEntry Class Reference

#include <icon-entry.h>

Inheritance diagram for Gnome::UI::IconEntry:

Public Member Functions

virtual ~IconEntry ()
 
GnomeIconEntry * gobj ()
 Provides access to the underlying C GtkObject. More...
 
const GnomeIconEntry * gobj () const
 Provides access to the underlying C GtkObject. More...
 
 IconEntry (const Glib::ustring &history_id, const Glib::ustring &browse_dialog_title)
 
void set_pixmap_subdir (const Glib::ustring &subdir)
 
Glib::ustring get_filename () const
 
bool set_filename (const Glib::ustring &filename)
 
void set_browse_dialog_title (const Glib::ustring &browse_dialog_title)
 
void set_history_id (const Glib::ustring &history_id)
 
void set_max_saved (guint max_saved)
 
Gtk::Widget * get_pick_dialog ()
 
const Gtk::Widget * get_pick_dialog () const
 
Glib::SignalProxy0< void > signal_changed ()
 
Glib::SignalProxy0< void > signal_browse ()
 

Protected Member Functions

virtual void on_changed ()
 
virtual void on_browse ()
 

Related Functions

(Note that these are not member functions.)

Gnome::UI::IconEntrywrap (GnomeIconEntry *object, bool take_copy=false)
 A Glib::wrap() method for this object. More...
 

Constructor & Destructor Documentation

◆ ~IconEntry()

virtual Gnome::UI::IconEntry::~IconEntry ( )
virtual

◆ IconEntry()

Gnome::UI::IconEntry::IconEntry ( const Glib::ustring &  history_id,
const Glib::ustring &  browse_dialog_title 
)

Member Function Documentation

◆ get_filename()

Glib::ustring Gnome::UI::IconEntry::get_filename ( ) const

◆ get_pick_dialog() [1/2]

Gtk::Widget * Gnome::UI::IconEntry::get_pick_dialog ( )

◆ get_pick_dialog() [2/2]

const Gtk::Widget * Gnome::UI::IconEntry::get_pick_dialog ( ) const

◆ gobj() [1/2]

GnomeIconEntry * Gnome::UI::IconEntry::gobj ( )
inline

Provides access to the underlying C GtkObject.

◆ gobj() [2/2]

const GnomeIconEntry * Gnome::UI::IconEntry::gobj ( ) const
inline

Provides access to the underlying C GtkObject.

◆ on_browse()

virtual void Gnome::UI::IconEntry::on_browse ( )
protectedvirtual

◆ on_changed()

virtual void Gnome::UI::IconEntry::on_changed ( )
protectedvirtual

◆ set_browse_dialog_title()

void Gnome::UI::IconEntry::set_browse_dialog_title ( const Glib::ustring &  browse_dialog_title)

◆ set_filename()

bool Gnome::UI::IconEntry::set_filename ( const Glib::ustring &  filename)

◆ set_history_id()

void Gnome::UI::IconEntry::set_history_id ( const Glib::ustring &  history_id)

◆ set_max_saved()

void Gnome::UI::IconEntry::set_max_saved ( guint  max_saved)

◆ set_pixmap_subdir()

void Gnome::UI::IconEntry::set_pixmap_subdir ( const Glib::ustring &  subdir)

◆ signal_browse()

Glib::SignalProxy0< void > Gnome::UI::IconEntry::signal_browse ( )
Prototype:
void on_my_browse()

◆ signal_changed()

Glib::SignalProxy0< void > Gnome::UI::IconEntry::signal_changed ( )
Prototype:
void on_my_changed()

Friends And Related Function Documentation

◆ wrap()

Gnome::UI::IconEntry * wrap ( GnomeIconEntry *  object,
bool  take_copy = false 
)
related

A Glib::wrap() method for this object.

Parameters
objectThe C instance.
take_copyFalse if the result should take ownership of the C instance. True if it should take a new copy or ref.
Returns
A C++ instance that wraps this C instance.

The documentation for this class was generated from the following file: