Index

C++ Code Documentation

gtk::widget0::ButtonBox

Derived from: gtk::widget0::Box

Children: gtk::widget0::HButtonBox, gtk::widget0::VButtonBox

File: WIDGET/gtk/widget0/ButtonBox.H

public:
  • void get_child_size_default( int *min_height );
  • void get_child_ipadding_default( int *ipad_y );
  • void set_child_size_default( int min_height );
  • void set_child_ipadding_default( int ipad_y );
  • int get_spacing();
  • GtkButtonBoxStyle get_layout();
  • void get_child_size( int *min_width, int *min_height );
  • void get_child_ipadding( int *ipad_x, int *ipad_y );
  • void set_spacing( int spacing );
  • void set_layout( GtkButtonBoxStyle layout_style );
  • void set_child_size( int min_width, int min_height );
  • void set_child_ipadding( int ipad_x, int ipad_y );
  • void child_requisition( int *nvis_children, int *width, int *height );
protected:
  • ButtonBox( GtkWidget *x ) : Box(x);
private:


gtk::widget0::ButtonBox GANG