Index

C++ Code Documentation

gtk::widget0::ScrolledWindow

Derived from: gtk::widget0::Bin

File: WIDGET/gtk/widget0/ScrolledWindow.H

public:
  • ScrolledWindow() : Bin( gtk_scrolled_window_new( (GtkAdjustment *)0, (GtkAdjustment *)0) );
  • void policy( GtkPolicyType hscrollbar_policy, GtkPolicyType vscrollbar_policy );
  • ScrolledWindow( GtkAdjustment *hadjustment, GtkAdjustment *vadjustment ) : Bin( gtk_scrolled_window_new( hadjustment, vadjustment ) );
  • void set_hadjustment( GtkAdjustment *hadjustment );
  • void set_vadjustment( GtkAdjustment *hadjustment );
  • GtkAdjustment* get_hadjustment();
  • GtkAdjustment* get_vadjustment();
  • void set_policy( GtkPolicyType hscrollbar_policy, GtkPolicyType vscrollbar_policy );
  • void set_placement( GtkCornerType window_placement );
  • void add_with_viewport( GtkWidget *child );
protected:
  • ScrolledWindow( GtkWidget *x ) : Bin(x);
private:


gtk::widget0::ScrolledWindow GANG