Class Index Cross Index Namespace Index

Class Gtk::Packer_Helpers::Child


Contained in: Gtk::Packer_Helpers
Derived from: _GtkPackerChild
Derived by: none

#include <gtk--/packer.h>


public function member index:

GtkAnchorType get_anchor() const;
guint get_border_width() const;
guint get_ipad_x() const;
guint get_ipad_y() const;
guint get_options() const;
guint get_pad_x() const;
guint get_pad_y() const;
GtkSideType get_side() const;
Widget* get_widget() const;
inline _GtkPackerChild* gtkobj();
inline const _GtkPackerChild* gtkobj() const;
void set_anchor(GtkAnchorType a);
void set_border_width(guint b);
void set_ipad(guint x, guint y);
void set_options(guint o);
void set_packing(GtkSideType s, GtkAnchorType a, guint o, guint b=GTKMM_PACKER_DEFAULT, guint x=GTKMM_PACKER_DEFAULT, guint y=GTKMM_PACKER_DEFAULT, guint ix=GTKMM_PACKER_DEFAULT, guint iy=GTKMM_PACKER_DEFAULT);
void set_pad(guint x, guint y);
void set_side(GtkSideType s);
 

protected function member index:

Child(void* do_not_derive_this);
inline GtkPacker* parent();
void redraw();
 

private function member index:

Child(const Child&);
Child& operator =(const Child&);
 

Description:



Function Member Descriptions: