Index

C++ Code Documentation

gtk::widget0::Box

Derived from: gtk::widget0::Container

Children: gtk::widget0::ButtonBox, gtk::widget0::HBox, gtk::widget0::VBox

File: WIDGET/gtk/widget0/Box.H

public:
  • virtual void add( Widget *x, bool expand, bool fill, int padding );
  • void add_end( Widget *x, bool expand, bool fill, int padding );
  • void pack_start( GtkWidget *child, bool expand, bool fill, uint padding );
  • void pack_end( GtkWidget *child, bool expand, bool fill, uint padding );
  • void pack_start_defaults( GtkWidget *widget );
  • void pack_end_defaults( GtkWidget *widget );
  • void set_homogeneous( bool homogeneous );
  • void set_spacing( int spacing );
  • void reorder_child( GtkWidget *child, int position );
  • void query_child_packing( GtkWidget *child, bool *expand, bool *fill, uint *padding, GtkPackType *pack_type );
  • void set_child_packing( GtkWidget *child, bool expand, bool fill, uint padding, GtkPackType pack_type );
protected:
  • Box( GtkWidget *x ) : Container(x);
private:


gtk::widget0::Box GANG