Class Index | Cross Index | Namespace Index |
Contained in: Gtk
Derived from:
Gtk::Bin
Derived by:
none
#include <gtk--/scrolledwindow.h>
public function member index: |
||
ScrolledWindow | (); | |
ScrolledWindow | (Adjustment& hadjustment, Adjustment& vadjustment); | |
void | add_with_viewport | (Gtk::Widget& child); |
Adjustment* | get_hadjustment | () const; |
HScrollbar* | get_hscrollbar | () const; |
GtkPolicyType | get_hscrollbar_policy | () const; |
bool | get_hscrollbar_visible | () const; |
GtkCornerType | get_placement | () const; |
Adjustment* | get_vadjustment | () const; |
VScrollbar* | get_vscrollbar | () const; |
GtkPolicyType | get_vscrollbar_policy | () const; |
bool | get_vscrollbar_visible | () const; |
GtkScrolledWindow* | gtkobj | (); |
const GtkScrolledWindow* | gtkobj | () const; |
static bool | isA | (Object* object); |
void | set_hadjustment | (Adjustment& hadjustment); |
void | set_hadjustment | (Adjustment* hadjustment=0); |
void | set_placement | (GtkCornerType window_placement); |
void | set_policy | (GtkPolicyType hscrollbar_policy, GtkPolicyType vscrollbar_policy); |
void | set_vadjustment | (Adjustment& vadjustment); |
void | set_vadjustment | (Adjustment* vadjustment=0); |
virtual | ~ScrolledWindow | (); |