GimpUi.objects
IntComboBox
- :Constructors:
::
IntComboBox(**properties)
new(labels:list) -> Gtk.Widget
Runtime attributes
- container
- g_type_instance
- parent_instance
- priv
- props
- qdata
- ref_count
- widget
Runtime functions
- activate
(*args, **kwargs)
- add
(*args, **kwargs)
- add(self, widget:Gtk.Widget)
- add_accelerator
(*args, **kwargs)
- add_accelerator(self, accel_signal:str, accel_group:Gtk.AccelGroup, accel_key:int, accel_mods:Gdk.ModifierType, accel_flags:Gtk.AccelFlags)
- add_attribute
(*args, **kwargs)
- add_attribute(self, cell:Gtk.CellRenderer, attribute:str, column:int)
- add_child
(*args, **kwargs)
- add_child(self, builder:Gtk.Builder, child:GObject.Object, type:str=None)
- add_device_events
(*args, **kwargs)
- add_device_events(self, device:Gdk.Device, events:Gdk.EventMask)
- add_events
(*args, **kwargs)
- add_events(self, events:int)
- add_mnemonic_label
(*args, **kwargs)
- add_mnemonic_label(self, label:Gtk.Widget)
- add_tick_callback
(*args, **kwargs)
- add_tick_callback(self, callback:Gtk.TickCallback, user_data=None) -> int
- bind_property
(bound native)
- documentation unavailable
- bind_property_full
(self, *args, **kargs)
- documentation unavailable
- bind_template_callback_full
(*args, **kwargs)
- bind_template_callback_full(self, callback_name:str, callback_symbol:GObject.Callback)
- bind_template_child_full
(*args, **kwargs)
- bind_template_child_full(self, name:str, internal_child:bool, struct_offset:int)
- can_activate_accel
(*args, **kwargs)
- can_activate_accel(self, signal_id:int) -> bool
- chain
(bound native)
- documentation unavailable
- check_resize
(*args, **kwargs)
- child_focus
(*args, **kwargs)
- child_focus(self, direction:Gtk.DirectionType) -> bool
- child_get
(self, child, *prop_names)
- Returns a list of child property values for the given names.
- child_get_property
(self, child, property_name, value=None)
- child_get_property(self, child:Gtk.Widget, property_name:str, value:GObject.Value)
- child_notify
(*args, **kwargs)
- child_notify(self, child:Gtk.Widget, child_property:str)
- child_notify_by_pspec
(*args, **kwargs)
- child_notify_by_pspec(self, child:Gtk.Widget, pspec:GObject.ParamSpec)
- child_set
(self, child, **kwargs)
- Set a child properties on the given child to key/value pairs.
- child_set_property
(*args, **kwargs)
- child_set_property(self, child:Gtk.Widget, property_name:str, value:GObject.Value)
- child_type
(*args, **kwargs)
- child_type(self) -> GType
- class_path
(*args, **kwargs)
- class_path(self) -> path_length:int, path:str, path_reversed:str
- clear
(*args, **kwargs)
- clear_attributes
(*args, **kwargs)
- clear_attributes(self, cell:Gtk.CellRenderer)
- compat_control
(self, *args, **kargs)
- documentation unavailable
- compute_expand
(*args, **kwargs)
- compute_expand(self, orientation:Gtk.Orientation) -> bool
- connect
(*args, **kwargs)
- connect(self, value:int, callback:GObject.Callback, data=None) -> int
- connect_after
(bound native)
- documentation unavailable
- connect_data
(self, detailed_signal, handler, *data, **kwargs)
- Connect a callback to the given signal with optional user data.
:param str detailed_signal:
A detailed signal to connect to.
:param callable handler:
Callback handler to connect to the signal.
:param *data:
Variable data which is passed through to the signal handler.
:param GObject.ConnectFlags connect_flags:
Flags used for connection options.
:returns:
A signal id which can be used with disconnect.
- connect_object
(bound native)
- documentation unavailable
- connect_object_after
(bound native)
- documentation unavailable
- construct_child
(*args, **kwargs)
- construct_child(self, builder:Gtk.Builder, name:str) -> GObject.Object
- create_pango_context
(*args, **kwargs)
- create_pango_context(self) -> Pango.Context
- create_pango_layout
(*args, **kwargs)
- create_pango_layout(self, text:str=None) -> Pango.Layout
- custom_finished
(*args, **kwargs)
- custom_finished(self, builder:Gtk.Builder, child:GObject.Object=None, tagname:str, data=None)
- custom_tag_end
(*args, **kwargs)
- custom_tag_end(self, builder:Gtk.Builder, child:GObject.Object=None, tagname:str, data=None)
- custom_tag_start
(*args, **kwargs)
- custom_tag_start(self, builder:Gtk.Builder, child:GObject.Object=None, tagname:str) -> bool, parser:GLib.MarkupParser, data
- destroy
(*args, **kwargs)
- destroyed
(*args, **kwargs)
- destroyed(self, widget_pointer:Gtk.Widget) -> widget_pointer:Gtk.Widget
- device_is_shadowed
(*args, **kwargs)
- device_is_shadowed(self, device:Gdk.Device) -> bool
- disconnect
(*args, **kwargs)
- signal_handler_disconnect(instance:GObject.Object, handler_id:int)
- disconnect_by_func
(bound native)
- documentation unavailable
- do_add
(bound native)
- add(self, widget:Gtk.Widget)
- do_adjust_baseline_allocation
(bound native)
- adjust_baseline_allocation(self, baseline:int)
- do_adjust_baseline_request
(bound native)
- adjust_baseline_request(self, minimum_baseline:int, natural_baseline:int)
- do_adjust_size_allocation
(bound native)
- adjust_size_allocation(self, orientation:Gtk.Orientation, minimum_size:int, natural_size:int, allocated_pos:int, allocated_size:int)
- do_adjust_size_request
(bound native)
- adjust_size_request(self, orientation:Gtk.Orientation, minimum_size:int, natural_size:int)
- do_button_press_event
(bound native)
- button_press_event(self, event:Gdk.EventButton) -> bool
- do_button_release_event
(bound native)
- button_release_event(self, event:Gdk.EventButton) -> bool
- do_can_activate_accel
(bound native)
- can_activate_accel(self, signal_id:int) -> bool
- do_changed
(bound native)
- do_check_resize
(bound native)
- do_child_notify
(bound native)
- child_notify(self, child_property:GObject.ParamSpec)
- do_child_type
(bound native)
- child_type(self) -> GType
- do_composite_name
(bound native)
- composite_name(self, child:Gtk.Widget) -> str
- do_composited_changed
(bound native)
- do_compute_expand
(bound native)
- compute_expand(self, hexpand_p:bool, vexpand_p:bool)
- do_configure_event
(bound native)
- configure_event(self, event:Gdk.EventConfigure) -> bool
- do_damage_event
(bound native)
- damage_event(self, event:Gdk.EventExpose) -> bool
- do_delete_event
(bound native)
- delete_event(self, event:Gdk.EventAny) -> bool
- do_destroy
(bound native)
- do_destroy_event
(bound native)
- destroy_event(self, event:Gdk.EventAny) -> bool
- do_direction_changed
(bound native)
- direction_changed(self, previous_direction:Gtk.TextDirection)
- do_dispatch_child_properties_changed
(bound native)
- dispatch_child_properties_changed(self, n_pspecs:int, pspecs:GObject.ParamSpec)
- do_drag_begin
(bound native)
- drag_begin(self, context:Gdk.DragContext)
- do_drag_data_delete
(bound native)
- drag_data_delete(self, context:Gdk.DragContext)
- do_drag_data_get
(bound native)
- drag_data_get(self, context:Gdk.DragContext, selection_data:Gtk.SelectionData, info:int, time_:int)
- do_drag_data_received
(bound native)
- drag_data_received(self, context:Gdk.DragContext, x:int, y:int, selection_data:Gtk.SelectionData, info:int, time_:int)
- do_drag_drop
(bound native)
- drag_drop(self, context:Gdk.DragContext, x:int, y:int, time_:int) -> bool
- do_drag_end
(bound native)
- drag_end(self, context:Gdk.DragContext)
- do_drag_failed
(bound native)
- drag_failed(self, context:Gdk.DragContext, result:Gtk.DragResult) -> bool
- do_drag_leave
(bound native)
- drag_leave(self, context:Gdk.DragContext, time_:int)
- do_drag_motion
(bound native)
- drag_motion(self, context:Gdk.DragContext, x:int, y:int, time_:int) -> bool
- do_draw
(bound native)
- draw(self, cr:cairo.Context) -> bool
- do_enter_notify_event
(bound native)
- enter_notify_event(self, event:Gdk.EventCrossing) -> bool
- do_event
(bound native)
- event(self, event:Gdk.Event) -> bool
- do_focus
(bound native)
- focus(self, direction:Gtk.DirectionType) -> bool
- do_focus_in_event
(bound native)
- focus_in_event(self, event:Gdk.EventFocus) -> bool
- do_focus_out_event
(bound native)
- focus_out_event(self, event:Gdk.EventFocus) -> bool
- do_forall
(bound native)
- forall(self, include_internals:bool, callback:Gtk.Callback, callback_data=None)
- do_format_entry_text
(bound native)
- format_entry_text(self, path:str) -> str
- do_get_accessible
(bound native)
- get_accessible(self) -> Atk.Object
- do_get_child_property
(bound native)
- get_child_property(self, child:Gtk.Widget, property_id:int, value:GObject.Value, pspec:GObject.ParamSpec)
- do_get_path_for_child
(bound native)
- get_path_for_child(self, child:Gtk.Widget) -> Gtk.WidgetPath
- do_get_preferred_height
(bound native)
- get_preferred_height(self) -> minimum_height:int, natural_height:int
- do_get_preferred_height_and_baseline_for_width
(bound native)
- get_preferred_height_and_baseline_for_width(self, width:int) -> minimum_height:int, natural_height:int, minimum_baseline:int, natural_baseline:int
- do_get_preferred_height_for_width
(bound native)
- get_preferred_height_for_width(self, width:int) -> minimum_height:int, natural_height:int
- do_get_preferred_width
(bound native)
- get_preferred_width(self) -> minimum_width:int, natural_width:int
- do_get_preferred_width_for_height
(bound native)
- get_preferred_width_for_height(self, height:int) -> minimum_width:int, natural_width:int
- do_get_request_mode
(bound native)
- get_request_mode(self) -> Gtk.SizeRequestMode
- do_grab_broken_event
(bound native)
- grab_broken_event(self, event:Gdk.EventGrabBroken) -> bool
- do_grab_focus
(bound native)
- do_grab_notify
(bound native)
- grab_notify(self, was_grabbed:bool)
- do_hide
(bound native)
- do_hierarchy_changed
(bound native)
- hierarchy_changed(self, previous_toplevel:Gtk.Widget)
- do_key_press_event
(bound native)
- key_press_event(self, event:Gdk.EventKey) -> bool
- do_key_release_event
(bound native)
- key_release_event(self, event:Gdk.EventKey) -> bool
- do_keynav_failed
(bound native)
- keynav_failed(self, direction:Gtk.DirectionType) -> bool
- do_leave_notify_event
(bound native)
- leave_notify_event(self, event:Gdk.EventCrossing) -> bool
- do_map
(bound native)
- do_map_event
(bound native)
- map_event(self, event:Gdk.EventAny) -> bool
- do_mnemonic_activate
(bound native)
- mnemonic_activate(self, group_cycling:bool) -> bool
- do_motion_notify_event
(bound native)
- motion_notify_event(self, event:Gdk.EventMotion) -> bool
- do_move_focus
(bound native)
- move_focus(self, direction:Gtk.DirectionType)
- do_parent_set
(bound native)
- parent_set(self, previous_parent:Gtk.Widget)
- do_popup_menu
(bound native)
- do_property_notify_event
(bound native)
- property_notify_event(self, event:Gdk.EventProperty) -> bool
- do_proximity_in_event
(bound native)
- proximity_in_event(self, event:Gdk.EventProximity) -> bool
- do_proximity_out_event
(bound native)
- proximity_out_event(self, event:Gdk.EventProximity) -> bool
- do_query_tooltip
(bound native)
- query_tooltip(self, x:int, y:int, keyboard_tooltip:bool, tooltip:Gtk.Tooltip) -> bool
- do_queue_draw_region
(bound native)
- queue_draw_region(self, region:cairo.Region)
- do_realize
(bound native)
- do_remove
(bound native)
- remove(self, widget:Gtk.Widget)
- do_screen_changed
(bound native)
- screen_changed(self, previous_screen:Gdk.Screen)
- do_scroll_event
(bound native)
- scroll_event(self, event:Gdk.EventScroll) -> bool
- do_selection_clear_event
(bound native)
- selection_clear_event(self, event:Gdk.EventSelection) -> bool
- do_selection_get
(bound native)
- selection_get(self, selection_data:Gtk.SelectionData, info:int, time_:int)
- do_selection_notify_event
(bound native)
- selection_notify_event(self, event:Gdk.EventSelection) -> bool
- do_selection_received
(bound native)
- selection_received(self, selection_data:Gtk.SelectionData, time_:int)
- do_selection_request_event
(bound native)
- selection_request_event(self, event:Gdk.EventSelection) -> bool
- do_set_child_property
(bound native)
- set_child_property(self, child:Gtk.Widget, property_id:int, value:GObject.Value, pspec:GObject.ParamSpec)
- do_set_focus_child
(bound native)
- set_focus_child(self, child:Gtk.Widget=None)
- do_show
(bound native)
- do_show_all
(bound native)
- do_show_help
(bound native)
- show_help(self, help_type:Gtk.WidgetHelpType) -> bool
- do_size_allocate
(bound native)
- size_allocate(self, allocation:Gdk.Rectangle)
- do_state_changed
(bound native)
- state_changed(self, previous_state:Gtk.StateType)
- do_state_flags_changed
(bound native)
- state_flags_changed(self, previous_state_flags:Gtk.StateFlags)
- do_style_set
(bound native)
- style_set(self, previous_style:Gtk.Style)
- do_style_updated
(bound native)
- do_touch_event
(bound native)
- touch_event(self, event:Gdk.EventTouch) -> bool
- do_unmap
(bound native)
- do_unmap_event
(bound native)
- unmap_event(self, event:Gdk.EventAny) -> bool
- do_unrealize
(bound native)
- do_visibility_notify_event
(bound native)
- visibility_notify_event(self, event:Gdk.EventVisibility) -> bool
- do_window_state_event
(bound native)
- window_state_event(self, event:Gdk.EventWindowState) -> bool
- drag_begin
(*args, **kwargs)
- drag_begin(self, targets:Gtk.TargetList, actions:Gdk.DragAction, button:int, event:Gdk.Event=None) -> Gdk.DragContext
- drag_begin_with_coordinates
(*args, **kwargs)
- drag_begin_with_coordinates(self, targets:Gtk.TargetList, actions:Gdk.DragAction, button:int, event:Gdk.Event=None, x:int, y:int) -> Gdk.DragContext
- drag_check_threshold
(*args, **kwargs)
- drag_check_threshold(self, start_x:int, start_y:int, current_x:int, current_y:int) -> bool
- drag_dest_add_image_targets
(*args, **kwargs)
- drag_dest_add_image_targets(self)
- drag_dest_add_text_targets
(*args, **kwargs)
- drag_dest_add_text_targets(self)
- drag_dest_add_uri_targets
(*args, **kwargs)
- drag_dest_add_uri_targets(self)
- drag_dest_find_target
(*args, **kwargs)
- drag_dest_find_target(self, context:Gdk.DragContext, target_list:Gtk.TargetList=None) -> Gdk.Atom
- drag_dest_get_target_list
(*args, **kwargs)
- drag_dest_get_target_list(self) -> Gtk.TargetList or None
- drag_dest_get_track_motion
(*args, **kwargs)
- drag_dest_get_track_motion(self) -> bool
- drag_dest_set
(*args, **kwargs)
- drag_dest_set(self, flags:Gtk.DestDefaults, targets:list=None, actions:Gdk.DragAction)
- drag_dest_set_proxy
(*args, **kwargs)
- drag_dest_set_proxy(self, proxy_window:Gdk.Window, protocol:Gdk.DragProtocol, use_coordinates:bool)
- drag_dest_set_target_list
(self, target_list)
- drag_dest_set_target_list(self, target_list:Gtk.TargetList=None)
- drag_dest_set_track_motion
(*args, **kwargs)
- drag_dest_set_track_motion(self, track_motion:bool)
- drag_dest_unset
(*args, **kwargs)
- drag_get_data
(*args, **kwargs)
- drag_get_data(self, context:Gdk.DragContext, target:Gdk.Atom, time_:int)
- drag_highlight
(*args, **kwargs)
- drag_source_add_image_targets
(*args, **kwargs)
- drag_source_add_image_targets(self)
- drag_source_add_text_targets
(*args, **kwargs)
- drag_source_add_text_targets(self)
- drag_source_add_uri_targets
(*args, **kwargs)
- drag_source_add_uri_targets(self)
- drag_source_get_target_list
(*args, **kwargs)
- drag_source_get_target_list(self) -> Gtk.TargetList or None
- drag_source_set
(*args, **kwargs)
- drag_source_set(self, start_button_mask:Gdk.ModifierType, targets:list=None, actions:Gdk.DragAction)
- drag_source_set_icon_gicon
(*args, **kwargs)
- drag_source_set_icon_gicon(self, icon:Gio.Icon)
- drag_source_set_icon_name
(*args, **kwargs)
- drag_source_set_icon_name(self, icon_name:str)
- drag_source_set_icon_pixbuf
(*args, **kwargs)
- drag_source_set_icon_pixbuf(self, pixbuf:GdkPixbuf.Pixbuf)
- drag_source_set_icon_stock
(*args, **kwargs)
- drag_source_set_icon_stock(self, stock_id:str)
- drag_source_set_target_list
(self, target_list)
- drag_source_set_target_list(self, target_list:Gtk.TargetList=None)
- drag_source_unset
(*args, **kwargs)
- drag_unhighlight
(*args, **kwargs)
- draw
(*args, **kwargs)
- draw(self, cr:cairo.Context)
- editing_done
(*args, **kwargs)
- emit
(bound native)
- documentation unavailable
- emit_stop_by_name
(self, detailed_signal)
- Deprecated, please use stop_emission_by_name.
- ensure_style
(*args, **kwargs)
- error_bell
(*args, **kwargs)
- event
(*args, **kwargs)
- event(self, event:Gdk.Event) -> bool
- find_child_property
(*args, **kwargs)
- find_child_property(self, property_name:str) -> GObject.ParamSpec or None
- find_property
(*args, **kwargs)
- find_property(self, property_name:str) -> GObject.ParamSpec
- find_style_property
(*args, **kwargs)
- find_style_property(self, property_name:str) -> GObject.ParamSpec
- forall
(*args, **kwargs)
- forall(self, callback:Gtk.Callback, callback_data=None)
- force_floating
(self, *args, **kargs)
- documentation unavailable
- foreach
(*args, **kwargs)
- foreach(self, callback:Gtk.Callback, callback_data=None)
- freeze_child_notify
(self)
- freeze_child_notify(self)
- freeze_notify
(self)
- Freezes the object’s property-changed notification queue.
:returns:
A context manager which optionally can be used to
automatically thaw notifications.
This will freeze the object so that “notify” signals are blocked until
the thaw_notify() method is called.
.. code-block:: python
with obj.freeze_notify():
pass
- get_accessible
(*args, **kwargs)
- get_accessible(self) -> Atk.Object
- get_action_group
(*args, **kwargs)
- get_action_group(self, prefix:str) -> Gio.ActionGroup or None
- get_active
(*args, **kwargs)
- get_active(self) -> bool, value:int
- get_active_id
(*args, **kwargs)
- get_active_id(self) -> str or None
- get_active_iter
(*args, **kwargs)
- get_active_iter(self) -> bool, iter:Gtk.TreeIter
- get_active_user_data
(*args, **kwargs)
- get_active_user_data(self) -> bool, user_data
- get_add_tearoffs
(*args, **kwargs)
- get_add_tearoffs(self) -> bool
- get_allocated_baseline
(*args, **kwargs)
- get_allocated_baseline(self) -> int
- get_allocated_height
(*args, **kwargs)
- get_allocated_height(self) -> int
- get_allocated_size
(*args, **kwargs)
- get_allocated_size(self) -> allocation:Gdk.Rectangle, baseline:int
- get_allocated_width
(*args, **kwargs)
- get_allocated_width(self) -> int
- get_allocation
(*args, **kwargs)
- get_allocation(self) -> allocation:Gdk.Rectangle
- get_ancestor
(*args, **kwargs)
- get_ancestor(self, widget_type:GType) -> Gtk.Widget or None
- get_app_paintable
(*args, **kwargs)
- get_app_paintable(self) -> bool
- get_area
(*args, **kwargs)
- get_area(self) -> Gtk.CellArea or None
- get_border_width
(*args, **kwargs)
- get_border_width(self) -> int
- get_button_sensitivity
(*args, **kwargs)
- get_button_sensitivity(self) -> Gtk.SensitivityType
- get_can_default
(*args, **kwargs)
- get_can_default(self) -> bool
- get_can_focus
(*args, **kwargs)
- get_can_focus(self) -> bool
- get_cells
(*args, **kwargs)
- get_child
(*args, **kwargs)
- get_child(self) -> Gtk.Widget or None
- get_child_requisition
(*args, **kwargs)
- get_child_requisition(self) -> requisition:Gtk.Requisition
- get_child_visible
(*args, **kwargs)
- get_child_visible(self) -> bool
- get_children
(*args, **kwargs)
- get_children(self) -> list
- get_clip
(*args, **kwargs)
- get_clip(self) -> clip:Gdk.Rectangle
- get_clipboard
(*args, **kwargs)
- get_clipboard(self, selection:Gdk.Atom) -> Gtk.Clipboard
- get_column_span_column
(*args, **kwargs)
- get_column_span_column(self) -> int
- get_composite_name
(*args, **kwargs)
- get_composite_name(self) -> str
- get_css_name
(*args, **kwargs)
- get_css_name(self) -> str
- get_data
(self, *args, **kargs)
- documentation unavailable
- get_default_direction
(*args, **kwargs)
- get_default_direction() -> Gtk.TextDirection
- get_default_style
(*args, **kwargs)
- get_default_style() -> Gtk.Style
- get_device_enabled
(*args, **kwargs)
- get_device_enabled(self, device:Gdk.Device) -> bool
- get_device_events
(*args, **kwargs)
- get_device_events(self, device:Gdk.Device) -> Gdk.EventMask
- get_direction
(*args, **kwargs)
- get_direction(self) -> Gtk.TextDirection
- get_display
(*args, **kwargs)
- get_display(self) -> Gdk.Display
- get_double_buffered
(*args, **kwargs)
- get_double_buffered(self) -> bool
- get_entry_text_column
(*args, **kwargs)
- get_entry_text_column(self) -> int
- get_events
(*args, **kwargs)
- get_focus_chain
(*args, **kwargs)
- get_focus_chain(self) -> bool, focusable_widgets:list
- get_focus_child
(*args, **kwargs)
- get_focus_child(self) -> Gtk.Widget or None
- get_focus_hadjustment
(*args, **kwargs)
- get_focus_hadjustment(self) -> Gtk.Adjustment or None
- get_focus_on_click
(*args, **kwargs)
- get_focus_on_click(self) -> bool
- get_focus_vadjustment
(*args, **kwargs)
- get_focus_vadjustment(self) -> Gtk.Adjustment or None
- get_font_map
(*args, **kwargs)
- get_font_map(self) -> Pango.FontMap or None
- get_font_options
(*args, **kwargs)
- get_font_options(self) -> cairo.FontOptions or None
- get_frame_clock
(*args, **kwargs)
- get_frame_clock(self) -> Gdk.FrameClock or None
- get_halign
(*args, **kwargs)
- get_halign(self) -> Gtk.Align
- get_has_entry
(*args, **kwargs)
- get_has_entry(self) -> bool
- get_has_tooltip
(*args, **kwargs)
- get_has_tooltip(self) -> bool
- get_has_window
(*args, **kwargs)
- get_has_window(self) -> bool
- get_hexpand
(*args, **kwargs)
- get_hexpand(self) -> bool
- get_hexpand_set
(*args, **kwargs)
- get_hexpand_set(self) -> bool
- get_id_column
(*args, **kwargs)
- get_id_column(self) -> int
- get_internal_child
(*args, **kwargs)
- get_internal_child(self, builder:Gtk.Builder, childname:str) -> GObject.Object
- get_label
(*args, **kwargs)
- get_layout
(*args, **kwargs)
- get_layout(self) -> GimpUi.IntComboBoxLayout
- get_mapped
(*args, **kwargs)
- get_margin_bottom
(*args, **kwargs)
- get_margin_bottom(self) -> int
- get_margin_end
(*args, **kwargs)
- get_margin_end(self) -> int
- get_margin_left
(*args, **kwargs)
- get_margin_left(self) -> int
- get_margin_right
(*args, **kwargs)
- get_margin_right(self) -> int
- get_margin_start
(*args, **kwargs)
- get_margin_start(self) -> int
- get_margin_top
(*args, **kwargs)
- get_margin_top(self) -> int
- get_model
(*args, **kwargs)
- get_model(self) -> Gtk.TreeModel
- get_modifier_mask
(*args, **kwargs)
- get_modifier_mask(self, intent:Gdk.ModifierIntent) -> Gdk.ModifierType
- get_modifier_style
(*args, **kwargs)
- get_modifier_style(self) -> Gtk.RcStyle
- get_name
(*args, **kwargs)
- get_no_show_all
(*args, **kwargs)
- get_no_show_all(self) -> bool
- get_opacity
(*args, **kwargs)
- get_opacity(self) -> float
- get_pango_context
(*args, **kwargs)
- get_pango_context(self) -> Pango.Context
- get_parent
(*args, **kwargs)
- get_parent(self) -> Gtk.Widget or None
- get_parent_window
(*args, **kwargs)
- get_parent_window(self) -> Gdk.Window or None
- get_path
(*args, **kwargs)
- get_path(self) -> Gtk.WidgetPath
- get_path_for_child
(*args, **kwargs)
- get_path_for_child(self, child:Gtk.Widget) -> Gtk.WidgetPath
- get_pointer
(*args, **kwargs)
- get_pointer(self) -> x:int, y:int
- get_popup_accessible
(*args, **kwargs)
- get_popup_accessible(self) -> Atk.Object
- get_popup_fixed_width
(*args, **kwargs)
- get_popup_fixed_width(self) -> bool
- get_preferred_height
(*args, **kwargs)
- get_preferred_height(self) -> minimum_height:int, natural_height:int
- get_preferred_height_and_baseline_for_width
(*args, **kwargs)
- get_preferred_height_and_baseline_for_width(self, width:int) -> minimum_height:int, natural_height:int, minimum_baseline:int, natural_baseline:int
- get_preferred_height_for_width
(*args, **kwargs)
- get_preferred_height_for_width(self, width:int) -> minimum_height:int, natural_height:int
- get_preferred_size
(*args, **kwargs)
- get_preferred_size(self) -> minimum_size:Gtk.Requisition, natural_size:Gtk.Requisition
- get_preferred_width
(*args, **kwargs)
- get_preferred_width(self) -> minimum_width:int, natural_width:int
- get_preferred_width_for_height
(*args, **kwargs)
- get_preferred_width_for_height(self, height:int) -> minimum_width:int, natural_width:int
- get_properties
(bound native)
- documentation unavailable
- get_property
(bound native)
- documentation unavailable
- get_qdata
(self, *args, **kargs)
- documentation unavailable
- get_realized
(*args, **kwargs)
- get_realized(self) -> bool
- get_receives_default
(*args, **kwargs)
- get_receives_default(self) -> bool
- get_request_mode
(*args, **kwargs)
- get_request_mode(self) -> Gtk.SizeRequestMode
- get_requisition
(*args, **kwargs)
- get_requisition(self) -> requisition:Gtk.Requisition
- get_resize_mode
(*args, **kwargs)
- get_resize_mode(self) -> Gtk.ResizeMode
- get_root_window
(*args, **kwargs)
- get_root_window(self) -> Gdk.Window
- get_row_span_column
(*args, **kwargs)
- get_row_span_column(self) -> int
- get_scale_factor
(*args, **kwargs)
- get_scale_factor(self) -> int
- get_screen
(*args, **kwargs)
- get_screen(self) -> Gdk.Screen
- get_sensitive
(*args, **kwargs)
- get_sensitive(self) -> bool
- get_settings
(*args, **kwargs)
- get_settings(self) -> Gtk.Settings
- get_size_request
(*args, **kwargs)
- get_size_request(self) -> width:int, height:int
- get_state
(*args, **kwargs)
- get_state(self) -> Gtk.StateType
- get_state_flags
(*args, **kwargs)
- get_state_flags(self) -> Gtk.StateFlags
- get_style
(*args, **kwargs)
- get_style(self) -> Gtk.Style
- get_style_context
(*args, **kwargs)
- get_style_context(self) -> Gtk.StyleContext
- get_support_multidevice
(*args, **kwargs)
- get_support_multidevice(self) -> bool
- get_template_child
(*args, **kwargs)
- get_template_child(self, widget_type:GType, name:str) -> GObject.Object
- get_title
(*args, **kwargs)
- get_tooltip_markup
(*args, **kwargs)
- get_tooltip_markup(self) -> str or None
- get_tooltip_text
(*args, **kwargs)
- get_tooltip_text(self) -> str or None
- get_tooltip_window
(*args, **kwargs)
- get_tooltip_window(self) -> Gtk.Window
- get_toplevel
(*args, **kwargs)
- get_toplevel(self) -> Gtk.Widget
- get_valign
(*args, **kwargs)
- get_valign(self) -> Gtk.Align
- get_valign_with_baseline
(*args, **kwargs)
- get_valign_with_baseline(self) -> Gtk.Align
- get_vexpand
(*args, **kwargs)
- get_vexpand(self) -> bool
- get_vexpand_set
(*args, **kwargs)
- get_vexpand_set(self) -> bool
- get_visible
(*args, **kwargs)
- get_visible(self) -> bool
- get_visual
(*args, **kwargs)
- get_visual(self) -> Gdk.Visual
- get_window
(*args, **kwargs)
- get_window(self) -> Gdk.Window or None
- get_wrap_width
(*args, **kwargs)
- get_wrap_width(self) -> int
- getv
(*args, **kwargs)
- getv(self, names:list, values:list)
- grab_add
(*args, **kwargs)
- grab_default
(*args, **kwargs)
- grab_focus
(*args, **kwargs)
- grab_remove
(*args, **kwargs)
- handle_border_width
(*args, **kwargs)
- handle_border_width(self)
- handler_block
(obj, handler_id)
- Blocks the signal handler from being invoked until
handler_unblock() is called.
:param GObject.Object obj:
Object instance to block handlers for.
:param int handler_id:
Id of signal to block.
:returns:
A context manager which optionally can be used to
automatically unblock the handler:
.. code-block:: python
with GObject.signal_handler_block(obj, id):
pass
- handler_block_by_func
(bound native)
- documentation unavailable
- handler_disconnect
(*args, **kwargs)
- signal_handler_disconnect(instance:GObject.Object, handler_id:int)
- handler_is_connected
(*args, **kwargs)
- signal_handler_is_connected(instance:GObject.Object, handler_id:int) -> bool
- handler_unblock
(*args, **kwargs)
- signal_handler_unblock(instance:GObject.Object, handler_id:int)
- handler_unblock_by_func
(bound native)
- documentation unavailable
- has_default
(*args, **kwargs)
- has_default(self) -> bool
- has_focus
(*args, **kwargs)
- has_grab
(*args, **kwargs)
- has_rc_style
(*args, **kwargs)
- has_rc_style(self) -> bool
- has_screen
(*args, **kwargs)
- has_visible_focus
(*args, **kwargs)
- has_visible_focus(self) -> bool
- hide
(*args, **kwargs)
- hide_on_delete
(*args, **kwargs)
- hide_on_delete(self) -> bool
- in_destruction
(*args, **kwargs)
- in_destruction(self) -> bool
- init_template
(*args, **kwargs)
- input_shape_combine_region
(*args, **kwargs)
- input_shape_combine_region(self, region:cairo.Region=None)
- insert_action_group
(*args, **kwargs)
- insert_action_group(self, name:str, group:Gio.ActionGroup=None)
- install_child_properties
(*args, **kwargs)
- install_child_properties(self, pspecs:list)
- install_child_property
(*args, **kwargs)
- install_child_property(self, property_id:int, pspec:GObject.ParamSpec)
- install_properties
(*args, **kwargs)
- install_properties(self, pspecs:list)
- install_property
(*args, **kwargs)
- install_property(self, property_id:int, pspec:GObject.ParamSpec)
- install_style_property
(*args, **kwargs)
- install_style_property(self, pspec:GObject.ParamSpec)
- interface_find_property
(self, *args, **kargs)
- documentation unavailable
- interface_install_property
(self, *args, **kargs)
- documentation unavailable
- interface_list_properties
(self, *args, **kargs)
- documentation unavailable
- intersect
(*args, **kwargs)
- intersect(self, area:Gdk.Rectangle) -> bool, intersection:Gdk.Rectangle
- is_ancestor
(*args, **kwargs)
- is_ancestor(self, ancestor:Gtk.Widget) -> bool
- is_composited
(*args, **kwargs)
- is_composited(self) -> bool
- is_drawable
(*args, **kwargs)
- is_drawable(self) -> bool
- is_floating
(*args, **kwargs)
- is_floating(self) -> bool
- is_focus
(*args, **kwargs)
- is_sensitive
(*args, **kwargs)
- is_sensitive(self) -> bool
- is_toplevel
(*args, **kwargs)
- is_toplevel(self) -> bool
- is_visible
(*args, **kwargs)
- keynav_failed
(*args, **kwargs)
- keynav_failed(self, direction:Gtk.DirectionType) -> bool
- list_accel_closures
(*args, **kwargs)
- list_accel_closures(self) -> list
- list_action_prefixes
(*args, **kwargs)
- list_action_prefixes(self) -> list
- list_child_properties
(*args, **kwargs)
- list_child_properties(self) -> list
- list_mnemonic_labels
(*args, **kwargs)
- list_mnemonic_labels(self) -> list
- list_properties
(*args, **kwargs)
- list_properties(self) -> list
- list_style_properties
(*args, **kwargs)
- list_style_properties(self) -> list
- map
(*args, **kwargs)
- mnemonic_activate
(*args, **kwargs)
- mnemonic_activate(self, group_cycling:bool) -> bool
- modify_base
(*args, **kwargs)
- modify_base(self, state:Gtk.StateType, color:Gdk.Color=None)
- modify_bg
(*args, **kwargs)
- modify_bg(self, state:Gtk.StateType, color:Gdk.Color=None)
- modify_cursor
(*args, **kwargs)
- modify_cursor(self, primary:Gdk.Color=None, secondary:Gdk.Color=None)
- modify_fg
(*args, **kwargs)
- modify_fg(self, state:Gtk.StateType, color:Gdk.Color=None)
- modify_font
(*args, **kwargs)
- modify_font(self, font_desc:Pango.FontDescription=None)
- modify_style
(*args, **kwargs)
- modify_style(self, style:Gtk.RcStyle)
- modify_text
(*args, **kwargs)
- modify_text(self, state:Gtk.StateType, color:Gdk.Color=None)
- new
(*args, **kwargs)
- new(labels:list) -> Gtk.Widget
- new_with_area
(*args, **kwargs)
- new_with_area(area:Gtk.CellArea) -> Gtk.Widget
- new_with_area_and_entry
(*args, **kwargs)
- new_with_area_and_entry(area:Gtk.CellArea) -> Gtk.Widget
- new_with_entry
(*args, **kwargs)
- new_with_entry() -> Gtk.Widget
- new_with_model
(*args, **kwargs)
- new_with_model(model:Gtk.TreeModel) -> Gtk.Widget
- new_with_model_and_entry
(*args, **kwargs)
- new_with_model_and_entry(model:Gtk.TreeModel) -> Gtk.Widget
- newv
(*args, **kwargs)
- newv(object_type:GType, parameters:list) -> GObject.Object
- notify
(*args, **kwargs)
- notify(self, property_name:str)
- notify_by_pspec
(self, *args, **kargs)
- documentation unavailable
- override_background_color
(*args, **kwargs)
- override_background_color(self, state:Gtk.StateFlags, color:Gdk.RGBA=None)
- override_color
(*args, **kwargs)
- override_color(self, state:Gtk.StateFlags, color:Gdk.RGBA=None)
- override_cursor
(*args, **kwargs)
- override_cursor(self, cursor:Gdk.RGBA=None, secondary_cursor:Gdk.RGBA=None)
- override_font
(*args, **kwargs)
- override_font(self, font_desc:Pango.FontDescription=None)
- override_property
(*args, **kwargs)
- override_property(self, property_id:int, name:str)
- override_symbolic_color
(*args, **kwargs)
- override_symbolic_color(self, name:str, color:Gdk.RGBA=None)
- pack_end
(*args, **kwargs)
- pack_end(self, cell:Gtk.CellRenderer, expand:bool)
- pack_start
(*args, **kwargs)
- pack_start(self, cell:Gtk.CellRenderer, expand:bool)
- parser_finished
(*args, **kwargs)
- parser_finished(self, builder:Gtk.Builder)
- path
(*args, **kwargs)
- path(self) -> path_length:int, path:str, path_reversed:str
- pop_composite_child
(*args, **kwargs)
- popdown
(*args, **kwargs)
- popup
(*args, **kwargs)
- popup_for_device
(*args, **kwargs)
- popup_for_device(self, device:Gdk.Device)
- propagate_draw
(*args, **kwargs)
- propagate_draw(self, child:Gtk.Widget, cr:cairo.Context)
- push_composite_child
(*args, **kwargs)
- queue_allocate
(*args, **kwargs)
- queue_compute_expand
(*args, **kwargs)
- queue_compute_expand(self)
- queue_draw
(*args, **kwargs)
- queue_draw_area
(*args, **kwargs)
- queue_draw_area(self, x:int, y:int, width:int, height:int)
- queue_draw_region
(*args, **kwargs)
- queue_draw_region(self, region:cairo.Region)
- queue_resize
(*args, **kwargs)
- queue_resize_no_redraw
(*args, **kwargs)
- queue_resize_no_redraw(self)
- realize
(*args, **kwargs)
- ref
(self, *args, **kargs)
- documentation unavailable
- ref_sink
(self, *args, **kargs)
- documentation unavailable
- region_intersect
(*args, **kwargs)
- region_intersect(self, region:cairo.Region) -> cairo.Region
- register_window
(*args, **kwargs)
- register_window(self, window:Gdk.Window)
- remove
(*args, **kwargs)
- remove(self, widget:Gtk.Widget)
- remove_accelerator
(*args, **kwargs)
- remove_accelerator(self, accel_group:Gtk.AccelGroup, accel_key:int, accel_mods:Gdk.ModifierType) -> bool
- remove_mnemonic_label
(*args, **kwargs)
- remove_mnemonic_label(self, label:Gtk.Widget)
- remove_tick_callback
(*args, **kwargs)
- remove_tick_callback(self, id:int)
- remove_widget
(*args, **kwargs)
- render_icon
(*args, **kwargs)
- render_icon(self, stock_id:str, size:int, detail:str=None) -> GdkPixbuf.Pixbuf or None
- render_icon_pixbuf
(*args, **kwargs)
- render_icon_pixbuf(self, stock_id:str, size:int) -> GdkPixbuf.Pixbuf or None
- reorder
(*args, **kwargs)
- reorder(self, cell:Gtk.CellRenderer, position:int)
- reparent
(*args, **kwargs)
- reparent(self, new_parent:Gtk.Widget)
- replace_data
(self, *args, **kargs)
- documentation unavailable
- replace_qdata
(self, *args, **kargs)
- documentation unavailable
- reset_rc_styles
(*args, **kwargs)
- reset_style
(*args, **kwargs)
- resize_children
(*args, **kwargs)
- run_dispose
(*args, **kwargs)
- send_expose
(*args, **kwargs)
- send_expose(self, event:Gdk.Event) -> int
- send_focus_change
(*args, **kwargs)
- send_focus_change(self, event:Gdk.Event) -> bool
- set_accel_path
(*args, **kwargs)
- set_accel_path(self, accel_path:str=None, accel_group:Gtk.AccelGroup=None)
- set_accessible_role
(*args, **kwargs)
- set_accessible_role(self, role:Atk.Role)
- set_accessible_type
(*args, **kwargs)
- set_accessible_type(self, type:GType)
- set_active
(*args, **kwargs)
- set_active(self, value:int) -> bool
- set_active_by_user_data
(*args, **kwargs)
- set_active_by_user_data(self, user_data=None) -> bool
- set_active_id
(*args, **kwargs)
- set_active_id(self, active_id:str=None) -> bool
- set_active_iter
(*args, **kwargs)
- set_active_iter(self, iter:Gtk.TreeIter=None)
- set_add_tearoffs
(*args, **kwargs)
- set_add_tearoffs(self, add_tearoffs:bool)
- set_allocation
(*args, **kwargs)
- set_allocation(self, allocation:Gdk.Rectangle)
- set_app_paintable
(*args, **kwargs)
- set_app_paintable(self, app_paintable:bool)
- set_border_width
(*args, **kwargs)
- set_border_width(self, border_width:int)
- set_buildable_property
(*args, **kwargs)
- set_buildable_property(self, builder:Gtk.Builder, name:str, value:GObject.Value)
- set_button_sensitivity
(*args, **kwargs)
- set_button_sensitivity(self, sensitivity:Gtk.SensitivityType)
- set_can_default
(*args, **kwargs)
- set_can_default(self, can_default:bool)
- set_can_focus
(*args, **kwargs)
- set_can_focus(self, can_focus:bool)
- set_cell_data_func
(*args, **kwargs)
- set_cell_data_func(self, cell:Gtk.CellRenderer, func:Gtk.CellLayoutDataFunc=None, func_data=None)
- set_child_visible
(*args, **kwargs)
- set_child_visible(self, is_visible:bool)
- set_clip
(*args, **kwargs)
- set_clip(self, clip:Gdk.Rectangle)
- set_column_span_column
(*args, **kwargs)
- set_column_span_column(self, column_span:int)
- set_composite_name
(*args, **kwargs)
- set_composite_name(self, name:str)
- set_connect_func
(*args, **kwargs)
- set_connect_func(self, connect_func:Gtk.BuilderConnectFunc, connect_data=None)
- set_css_name
(*args, **kwargs)
- set_css_name(self, name:str)
- set_data
(self, *args, **kargs)
- documentation unavailable
- set_default_direction
(*args, **kwargs)
- set_default_direction(dir:Gtk.TextDirection)
- set_device_enabled
(*args, **kwargs)
- set_device_enabled(self, device:Gdk.Device, enabled:bool)
- set_device_events
(*args, **kwargs)
- set_device_events(self, device:Gdk.Device, events:Gdk.EventMask)
- set_direction
(*args, **kwargs)
- set_direction(self, dir:Gtk.TextDirection)
- set_double_buffered
(*args, **kwargs)
- set_double_buffered(self, double_buffered:bool)
- set_entry_text_column
(*args, **kwargs)
- set_entry_text_column(self, text_column:int)
- set_events
(*args, **kwargs)
- set_events(self, events:int)
- set_focus_chain
(*args, **kwargs)
- set_focus_chain(self, focusable_widgets:list)
- set_focus_child
(*args, **kwargs)
- set_focus_child(self, child:Gtk.Widget=None)
- set_focus_hadjustment
(*args, **kwargs)
- set_focus_hadjustment(self, adjustment:Gtk.Adjustment)
- set_focus_on_click
(*args, **kwargs)
- set_focus_on_click(self, focus_on_click:bool)
- set_focus_vadjustment
(*args, **kwargs)
- set_focus_vadjustment(self, adjustment:Gtk.Adjustment)
- set_font_map
(*args, **kwargs)
- set_font_map(self, font_map:Pango.FontMap=None)
- set_font_options
(*args, **kwargs)
- set_font_options(self, options:cairo.FontOptions=None)
- set_halign
(*args, **kwargs)
- set_halign(self, align:Gtk.Align)
- set_has_tooltip
(*args, **kwargs)
- set_has_tooltip(self, has_tooltip:bool)
- set_has_window
(*args, **kwargs)
- set_has_window(self, has_window:bool)
- set_hexpand
(*args, **kwargs)
- set_hexpand(self, expand:bool)
- set_hexpand_set
(*args, **kwargs)
- set_hexpand_set(self, set:bool)
- set_id_column
(*args, **kwargs)
- set_id_column(self, id_column:int)
- set_label
(*args, **kwargs)
- set_label(self, label:str)
- set_layout
(*args, **kwargs)
- set_layout(self, layout:GimpUi.IntComboBoxLayout)
- set_mapped
(*args, **kwargs)
- set_mapped(self, mapped:bool)
- set_margin_bottom
(*args, **kwargs)
- set_margin_bottom(self, margin:int)
- set_margin_end
(*args, **kwargs)
- set_margin_end(self, margin:int)
- set_margin_left
(*args, **kwargs)
- set_margin_left(self, margin:int)
- set_margin_right
(*args, **kwargs)
- set_margin_right(self, margin:int)
- set_margin_start
(*args, **kwargs)
- set_margin_start(self, margin:int)
- set_margin_top
(*args, **kwargs)
- set_margin_top(self, margin:int)
- set_model
(*args, **kwargs)
- set_model(self, model:Gtk.TreeModel=None)
- set_name
(*args, **kwargs)
- set_no_show_all
(*args, **kwargs)
- set_no_show_all(self, no_show_all:bool)
- set_opacity
(*args, **kwargs)
- set_opacity(self, opacity:float)
- set_parent
(*args, **kwargs)
- set_parent(self, parent:Gtk.Widget)
- set_parent_window
(*args, **kwargs)
- set_parent_window(self, parent_window:Gdk.Window)
- set_popup_fixed_width
(*args, **kwargs)
- set_popup_fixed_width(self, fixed:bool)
- set_properties
(bound native)
- documentation unavailable
- set_property
(bound native)
- documentation unavailable
- set_realized
(*args, **kwargs)
- set_realized(self, realized:bool)
- set_reallocate_redraws
(*args, **kwargs)
- set_reallocate_redraws(self, needs_redraws:bool)
- set_receives_default
(*args, **kwargs)
- set_receives_default(self, receives_default:bool)
- set_redraw_on_allocate
(*args, **kwargs)
- set_redraw_on_allocate(self, redraw_on_allocate:bool)
- set_resize_mode
(*args, **kwargs)
- set_resize_mode(self, resize_mode:Gtk.ResizeMode)
- set_row_separator_func
(*args, **kwargs)
- set_row_separator_func(self, func:Gtk.TreeViewRowSeparatorFunc, data=None)
- set_row_span_column
(*args, **kwargs)
- set_row_span_column(self, row_span:int)
- set_sensitive
(*args, **kwargs)
- set_sensitive(self, sensitive:bool)
- set_sensitivity
(*args, **kwargs)
- set_sensitivity(self, func:GimpUi.IntSensitivityFunc, data=None)
- set_size_request
(*args, **kwargs)
- set_size_request(self, width:int, height:int)
- set_state
(*args, **kwargs)
- set_state(self, state:Gtk.StateType)
- set_state_flags
(*args, **kwargs)
- set_state_flags(self, flags:Gtk.StateFlags, clear:bool)
- set_style
(*args, **kwargs)
- set_style(self, style:Gtk.Style=None)
- set_support_multidevice
(*args, **kwargs)
- set_support_multidevice(self, support_multidevice:bool)
- set_template
(*args, **kwargs)
- set_template(self, template_bytes:GLib.Bytes)
- set_template_from_resource
(*args, **kwargs)
- set_template_from_resource(self, resource_name:str)
- set_title
(*args, **kwargs)
- set_title(self, title:str)
- set_tooltip_markup
(*args, **kwargs)
- set_tooltip_markup(self, markup:str=None)
- set_tooltip_text
(*args, **kwargs)
- set_tooltip_text(self, text:str=None)
- set_tooltip_window
(*args, **kwargs)
- set_tooltip_window(self, custom_window:Gtk.Window=None)
- set_valign
(*args, **kwargs)
- set_valign(self, align:Gtk.Align)
- set_vexpand
(*args, **kwargs)
- set_vexpand(self, expand:bool)
- set_vexpand_set
(*args, **kwargs)
- set_vexpand_set(self, set:bool)
- set_visible
(*args, **kwargs)
- set_visible(self, visible:bool)
- set_visual
(*args, **kwargs)
- set_visual(self, visual:Gdk.Visual=None)
- set_window
(*args, **kwargs)
- set_window(self, window:Gdk.Window)
- set_wrap_width
(*args, **kwargs)
- set_wrap_width(self, width:int)
- shape_combine_region
(*args, **kwargs)
- shape_combine_region(self, region:cairo.Region=None)
- show
(*args, **kwargs)
- show_all
(*args, **kwargs)
- show_now
(*args, **kwargs)
- size_allocate
(*args, **kwargs)
- size_allocate(self, allocation:Gdk.Rectangle)
- size_allocate_with_baseline
(*args, **kwargs)
- size_allocate_with_baseline(self, allocation:Gdk.Rectangle, baseline:int)
- size_request
(*args, **kwargs)
- size_request(self) -> requisition:Gtk.Requisition
- start_editing
(*args, **kwargs)
- start_editing(self, event:Gdk.Event=None)
- steal_data
(self, *args, **kargs)
- documentation unavailable
- steal_qdata
(self, *args, **kargs)
- documentation unavailable
- stop_emission
(self, detailed_signal)
- Deprecated, please use stop_emission_by_name.
- stop_emission_by_name
(*args, **kwargs)
- signal_stop_emission_by_name(instance:GObject.Object, detailed_signal:str)
- style_attach
(*args, **kwargs)
- style_get_property
(self, property_name, value=None)
- style_get_property(self, property_name:str, value:GObject.Value)
- thaw_child_notify
(*args, **kwargs)
- thaw_notify
(*args, **kwargs)
- translate_coordinates
(*args, **kwargs)
- translate_coordinates(self, dest_widget:Gtk.Widget, src_x:int, src_y:int) -> bool, dest_x:int, dest_y:int
- trigger_tooltip_query
(*args, **kwargs)
- trigger_tooltip_query(self)
- unmap
(*args, **kwargs)
- unparent
(*args, **kwargs)
- unrealize
(*args, **kwargs)
- unref
(self, *args, **kargs)
- documentation unavailable
- unregister_window
(*args, **kwargs)
- unregister_window(self, window:Gdk.Window)
- unset_focus_chain
(*args, **kwargs)
- unset_state_flags
(*args, **kwargs)
- unset_state_flags(self, flags:Gtk.StateFlags)
- watch_closure
(self, *args, **kargs)
- documentation unavailable
- weak_ref
(bound native)
- documentation unavailable