Class Index | Cross Index | Namespace Index |
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&); |
override this if you want the child to have something other than the child name.
This must be derived