Home | Trees | Index | Help |
|
---|
Package gtk :: Class ScrolledWindow |
|
object
--+ |GObject
--+ |Object
--+ |Widget
--+ |Container
--+ |Bin
--+ | ScrolledWindow
Object GtkScrolledWindow Signals from GObject: notify (GParam) Signals from GtkObject: destroy () Signals from GtkWidget: show () hide () map () unmap () realize () unrealize () size-request (GtkRequisition) size-allocate (GdkRectangle) state-changed (GtkStateType) parent-set (GtkWidget) hierarchy-changed (GtkWidget) style-set (GtkStyle) direction-changed (GtkTextDirection) grab-notify (gboolean) child-notify (GParam) mnemonic-activate (gboolean) -> gboolean grab-focus () focus (GtkDirectionType) -> gboolean event (GdkEvent) -> gboolean event-after (GdkEvent) button-press-event (GdkEvent) -> gboolean button-release-event (GdkEvent) -> gboolean scroll-event (GdkEvent) -> gboolean motion-notify-event (GdkEvent) -> gboolean delete-event (GdkEvent) -> gboolean destroy-event (GdkEvent) -> gboolean expose-event (GdkEvent) -> gboolean key-press-event (GdkEvent) -> gboolean key-release-event (GdkEvent) -> gboolean enter-notify-event (GdkEvent) -> gboolean leave-notify-event (GdkEvent) -> gboolean configure-event (GdkEvent) -> gboolean focus-in-event (GdkEvent) -> gboolean focus-out-event (GdkEvent) -> gboolean map-event (GdkEvent) -> gboolean unmap-event (GdkEvent) -> gboolean property-notify-event (GdkEvent) -> gboolean selection-clear-event (GdkEvent) -> gboolean selection-request-event (GdkEvent) -> gboolean selection-notify-event (GdkEvent) -> gboolean selection-received (GtkSelectionData, guint) selection-get (GtkSelectionData, guint, guint) proximity-in-event (GdkEvent) -> gboolean proximity-out-event (GdkEvent) -> gboolean drag-leave (GdkDragContext, guint) drag-begin (GdkDragContext) drag-end (GdkDragContext) drag-data-delete (GdkDragContext) drag-motion (GdkDragContext, gint, gint, guint) -> gboolean drag-drop (GdkDragContext, gint, gint, guint) -> gboolean drag-data-get (GdkDragContext, GtkSelectionData, guint, guint) drag-data-received (GdkDragContext, gint, gint, GtkSelectionData, guint, guint) visibility-notify-event (GdkEvent) -> gboolean client-event (GdkEvent) -> gboolean no-expose-event (GdkEvent) -> gboolean window-state-event (GdkEvent) -> gboolean grab-broken-event (GdkEvent) -> gboolean popup-menu () -> gboolean show-help (GtkWidgetHelpType) -> gboolean accel-closures-changed () screen-changed (GdkScreen) can-activate-accel (guint) -> gboolean Signals from GtkContainer: add (GtkWidget) remove (GtkWidget) check-resize () set-focus-child (GtkWidget) Signals from GtkScrolledWindow: changed () scroll-child (GtkScrollType, gboolean) move-focus-out (GtkDirectionType) Properties from GtkObject: user-data -> gpointer: User Data Anonymous User Data Pointer Properties from GtkWidget: name -> gchararray: Widget name The name of the widget parent -> GtkContainer: Parent widget The parent widget of this widget. Must be a Container widget width-request -> gint: Width request Override for width request of the widget, or -1 if natural request should be used height-request -> gint: Height request Override for height request of the widget, or -1 if natural request should be used visible -> gboolean: Visible Whether the widget is visible sensitive -> gboolean: Sensitive Whether the widget responds to input app-paintable -> gboolean: Application paintable Whether the application will paint directly on the widget can-focus -> gboolean: Can focus Whether the widget can accept the input focus has-focus -> gboolean: Has focus Whether the widget has the input focus is-focus -> gboolean: Is focus Whether the widget is the focus widget within the toplevel can-default -> gboolean: Can default Whether the widget can be the default widget has-default -> gboolean: Has default Whether the widget is the default widget receives-default -> gboolean: Receives default If TRUE, the widget will receive the default action when it is focused composite-child -> gboolean: Composite child Whether the widget is part of a composite widget style -> GtkStyle: Style The style of the widget, which contains information about how it will look (colors etc) events -> GdkEventMask: Events The event mask that decides what kind of GdkEvents this widget gets extension-events -> GdkExtensionMode: Extension events The mask that decides what kind of extension events this widget gets no-show-all -> gboolean: No show all Whether gtk_widget_show_all() should not affect this widget Properties from GtkContainer: border-width -> guint: Border width The width of the empty border outside the containers children resize-mode -> GtkResizeMode: Resize mode Specify how resize events are handled child -> GtkWidget: Child Can be used to add a new child to the container Properties from GtkScrolledWindow: hadjustment -> GtkAdjustment: Horizontal Adjustment The GtkAdjustment for the horizontal position vadjustment -> GtkAdjustment: Vertical Adjustment The GtkAdjustment for the vertical position hscrollbar-policy -> GtkPolicyType: Horizontal Scrollbar Policy When the horizontal scrollbar is displayed vscrollbar-policy -> GtkPolicyType: Vertical Scrollbar Policy When the vertical scrollbar is displayed window-placement -> GtkCornerType: Window Placement Where the contents are located with respect to the scrollbars shadow-type -> GtkShadowType: Shadow Type Style of bevel around the contents
Class Variable Summary | |
---|---|
GType |
__gtype__ = <GType GtkScrolledWindow (136446776)>
|
Inherited from Bin | |
getset_descriptor |
child = <attribute 'child' of 'gtk.Bin' objects>
|
Inherited from Container | |
getset_descriptor |
border_width = <attribute 'border_width' of 'gtk.Contain...
|
getset_descriptor |
focus_child = <attribute 'focus_child' of 'gtk.Container...
|
getset_descriptor |
has_focus_chain = <attribute 'has_focus_chain' of 'gtk.C...
|
getset_descriptor |
need_resize = <attribute 'need_resize' of 'gtk.Container...
|
getset_descriptor |
reallocate_redraws = <attribute 'reallocate_redraws' of ...
|
getset_descriptor |
resize_mode = <attribute 'resize_mode' of 'gtk.Container...
|
Inherited from Widget | |
getset_descriptor |
allocation = <attribute 'allocation' of 'gtk.Widget' obj...
|
getset_descriptor |
name = <attribute 'name' of 'gtk.Widget' objects>
|
getset_descriptor |
parent = <attribute 'parent' of 'gtk.Widget' objects>
|
getset_descriptor |
saved_state = <attribute 'saved_state' of 'gtk.Widget' o...
|
getset_descriptor |
state = <attribute 'state' of 'gtk.Widget' objects>
|
getset_descriptor |
style = <attribute 'style' of 'gtk.Widget' objects>
|
getset_descriptor |
window = <attribute 'window' of 'gtk.Widget' objects>
|
Inherited from GObject | |
str |
__gdoc__ = 'Object GObject\n\nSignals from GObject:\n n...
|
getset_descriptor |
__grefcount__ = <attribute '__grefcount__' of 'gobject.G...
|
GProps |
props = <gobject.GProps object at 0xb6a1deac>
|
Method Details |
---|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature
|
Class Variable Details |
---|
__gtype__
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Apr 27 16:28:55 2006 | http://epydoc.sf.net |