Class Index Cross Index Namespace Index

Class Gnome::PropertyBox

Dialog with Apply, OK, Cancel, and Help buttons.
Contained in: Gnome
Derived from: Gnome::Dialog
Derived by: none

#include <gtk--/propertybox.h>


public function member index:

PropertyBox();
gint append_page(Gtk::Widget& child, Gtk::Widget& tab_label);
void changed();
static GtkType get_type();
GnomePropertyBox* gtkobj();
const GnomePropertyBox* gtkobj() const;
static bool isA(Gtk::Object* checkcast);
void set_modified(bool state);
virtual ~PropertyBox();
 

protected function member index:

explicit PropertyBox(GnomePropertyBox* castitem);
virtual void apply_impl(gint page_num);
virtual void help_impl(gint page_num);
void initialize_class();
 

private function member index:

PropertyBox(const PropertyBox&);
PropertyBox& operator =(const PropertyBox&);
 

Description:

Unlike GnomePropertyBox in C, Gnome::PropertyBox does not self-destruct when run() or run_and_close() returns, so you can use it again. Just delete it later, like any other Window.


Function Member Descriptions:


Variable Member Descriptions: