Class Index Cross Index Namespace Index

Class Gnome::MDIChild


Contained in: Gnome
Derived from: Gtk::Object
Derived by: Gnome::MDIGenericChild

#include <gtk--/mdi-child.h>


public function member index:

MDIChild();
void create_menus(const UI::Array<SubTree>& menu_tmpl);
Gtk::Widget* create_toplevel_view();
Gtk::Widget* create_view();
Gtk::Widget* get_active();
Gtk::string get_name() const;
MDI* get_parent() const;
static GtkType get_type();
GnomeMDIChild* gtkobj();
const GnomeMDIChild* gtkobj() const;
static bool isA(Gtk::Object* checkcast);
bool remove_view(Gtk::Widget& view, bool force = false);
void set_active(Gtk::Widget& view);
void set_config_string(const Gtk::string& config_string);
void set_name(const Gtk::string& name);
void update();
virtual ~MDIChild();
 

protected function member index:

explicit MDIChild(GnomeMDIChild* castitem);
virtual Gtk::Widget* create_title_impl();
virtual Gtk::Widget* create_view_impl();
void initialize_class();
virtual void update_title_impl(Gtk::Widget&);
 

private function member index:

MDIChild(const MDIChild&);
MDIChild& operator =(const MDIChild&);
 

Description:



Function Member Descriptions:

Gnome::MDIChild::create_menus - Set the template from which child menus will be created.

void create_menus(const UI::Array<SubTree>& menu_tmpl);

Gnome::MDIChild::create_title_impl - Create a custom title for this child

virtual Gtk::Widget* create_title_impl();
override this if you want the child to have something other than the child name.


Gnome::MDIChild::create_view_impl - Create a view of this widget.

virtual Gtk::Widget* create_view_impl();
This must be derived



Variable Member Descriptions: