Class Index | Cross Index | Namespace Index |
Contained in: Gnome
Derived from:
Gtk::Container
Derived by:
none
#include <gtk--/dock-band.h>
public function member index: |
||
DockBand | (); | |
bool | append | (Gtk::Widget& child, guint offset); |
void | band_drag_begin | (DockItem& item); |
void | band_drag_end | (DockItem& item); |
bool | band_drag_to | (DockItem& item, gint x, gint y); |
guint | get_child_offset | (Gtk::Widget& child); |
DockItem* | get_item_by_name | (const Gtk::nstring& name, guint& position_return, guint& offset_return); |
guint | get_num_children | (); |
GtkOrientation | get_orientation | (); |
static GtkType | get_type | (); |
GnomeDockBand* | gtkobj | (); |
const GnomeDockBand* | gtkobj | () const; |
bool | insert | (Gtk::Widget& child, guint offset, gint position); |
static bool | isA | (Gtk::Object* checkcast); |
void | layout_add | (DockLayout& layout, GnomeDockPlacement placement, guint band_num); |
void | move_child | (GList* old_child, guint new_num); |
bool | prepend | (Gtk::Widget& child, guint offset); |
void | set_child_offset | (Gtk::Widget& child, guint offset); |
void | set_orientation | (GtkOrientation orientation); |
virtual | ~DockBand | (); |
protected function member index: |
||
explicit | DockBand | (GnomeDockBand* castitem); |
void | initialize_class | (); |
private function member index: |
||
DockBand | (const DockBand&); | |
DockBand& | operator = | (const DockBand&); |