PreviousUpNext

11.8.3  Gtk Call to Mythryl Binding

This section is intended primarily for people who already know the C Gtk function names and need to find the Mythryl binding equivalents. It contains the same information as the table in the preceding section, but sorted by Gtk function name:

C callMythryl callURLType
g_signal_connectset_activate_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_button_press_event_callbackdocSession -> Widget -> Button_Event_Callback -> Void
g_signal_connectset_button_release_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_clicked_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_client_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_configure_event_callbackdocSession -> Widget -> Configure_Event_Callback -> Void
g_signal_connectset_delete_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_destroy_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_enter_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_enter_notify_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_expose_event_callbackdocSession -> Widget -> Expose_Event_Callback -> Void
g_signal_connectset_focus_in_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_focus_out_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_key_press_event_callbackdocSession -> Widget -> Key_Event_Callback -> Void
g_signal_connectset_key_release_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_leave_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_leave_notify_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_map_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_motion_notify_event_callbackdocSession -> Widget -> Motion_Event_Callback -> Void
g_signal_connectset_no_expose_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_pressed_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_property_notify_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_proximity_in_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_proximity_out_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_realize_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_release_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_scroll_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_selection_clear_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_selection_notify_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_selection_request_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_toggled_callbackdocSession -> Widget -> Bool_Callback -> Void
g_signal_connectset_unmap_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_connectset_value_changed_callbackdocSession -> Widget -> Float_Callback -> Void
g_signal_connectset_window_state_event_callbackdocSession -> Widget -> Void_Callback -> Void
g_signal_emit_by_nameemit_changed_signaldoc(Session, Widget) -> Void
gdk_draw_drawabledraw_drawabledoc session: Session, drawable: Widget, gcontext: Widget, from: Widget, from_x: Int, from_y: Int, to_x: Int, to_y: Int, wide: Int, high: Int -> Void
gdk_draw_rectangledraw_rectangledoc session: Session, drawable: Widget, gcontext: Widget, filled: Bool, x: Int, y: Int, wide: Int, high: Int -> Void
gdk_pixmap_newmake_pixmapdoc session: Session, window: Widget, wide: Int, high: Int -> Widget
gtk_adjustment_get_valueget_adjustment_valuedoc(Session, Widget) -> Float
gtk_adjustment_newmake_adjustmentdoc session: Session, value: Float, lower: Float, upper: Float, step_increment: Float, page_increment: Float, page_size: Float -> Widget
gtk_adjustment_set_valueset_adjustment_valuedoc(Session, Widget, Float) -> Void
gtk_arrow_newmake_arrowdoc(Session, Arrow_Direction, Shadow_Style) -> Widget
gtk_arrow_setset_arrowdoc(Session, Widget, Arrow_Direction, Shadow_Style) -> Void
gtk_box_pack_startpack_boxdoc session: Session, box: Widget, kid: Widget, pack: Pack_From, expand: Bool, fill: Bool, padding: Int -> Void
gtk_button_clickedclick_buttondoc(Session, Widget) -> Void
gtk_button_enterenter_buttondoc(Session, Widget) -> Void
gtk_button_leaveleave_buttondoc(Session, Widget) -> Void
gtk_button_newmake_buttondocSession -> Widget
gtk_button_new_with_labelmake_button_with_labeldoc(Session, String) -> Widget
gtk_button_new_with_mnemonicmake_button_with_mnemonicdoc(Session, String) -> Widget
gtk_button_pressedpress_buttondoc(Session, Widget) -> Void
gtk_button_releasedrelease_buttondoc(Session, Widget) -> Void
gtk_check_button_newmake_check_buttondocSession -> Widget
gtk_check_button_new_with_labelmake_check_button_with_labeldoc(Session, String) -> Widget
gtk_check_button_new_with_mnemonicmake_check_button_with_mnemonicdoc(Session, String) -> Widget
gtk_combo_box_append_textappend_text_to_combo_boxdoc(Session, Widget, String) -> Void
gtk_combo_box_newmake_combo_boxdocSession -> Widget
gtk_combo_box_new_textmake_text_combo_boxdocSession -> Widget
gtk_combo_box_popdownpop_down_combo_boxdoc(Session, Widget) -> Void
gtk_combo_box_popuppop_up_combo_boxdoc(Session, Widget) -> Void
gtk_combo_box_set_titleset_combo_box_titledoc(Session, Widget, String) -> Void
gtk_container_addadd_kiddoc session: Session, mom: Widget, kid: Widget -> Void
gtk_container_set_border_widthset_border_widthdoc(Session, Widget, Int) -> Void
gtk_drawing_area_newmake_drawing_areadocSession -> Widget
gtk_event_box_newmake_event_boxdocSession -> Widget
gtk_event_box_set_visible_windowset_event_box_visibilitydoc(Session, Widget, Bool) -> Void
gtk_fixed_movefixed_movedoc session: Session, layout: Widget, kid: Widget, x: Int, y: Int -> Void
gtk_fixed_newmake_fixed_containerdocSession -> Widget
gtk_fixed_putfixed_putdoc session: Session, layout: Widget, kid: Widget, x: Int, y: Int -> Void
gtk_frame_newmake_framedoc(Session, String) -> Widget
gtk_hbox_newmake_horizontal_boxdoc(Session, Bool, Int) -> Widget
gtk_hbutton_box_newmake_horizontal_button_boxdocSession -> Widget
gtk_hruler_newmake_horizontal_rulerdocSession -> Widget
gtk_hscale_newmake_horizontal_scaledoc(Session, Null_Or(Widget)) -> Widget
gtk_hscale_new_with_rangemake_horizontal_scale_with_rangedoc session: Session, min: Float, max: Float, step: Float -> Widget
gtk_hscrollbar_newmake_horizontal_scrollbardoc(Session, Null_Or(Widget)) -> Widget
gtk_hseparator_newmake_horizontal_separatordocSession -> Widget
gtk_image_new_from_filemake_image_from_filedoc(Session, String) -> Widget
gtk_label_newmake_labeldoc(Session, String) -> Widget
gtk_label_set_justifyset_label_justificationdoc(Session, Widget, Justification) -> Void
gtk_label_set_line_wrapset_label_line_wrappingdoc(Session, Widget, Bool) -> Void
gtk_label_set_patternset_label_underlinesdoc(Session, Widget, String) -> Void
gtk_layout_movelayout_movedoc session: Session, layout: Widget, kid: Widget, x: Int, y: Int -> Void
gtk_layout_newmake_layout_containerdocSession -> Widget
gtk_layout_putlayout_putdoc session: Session, layout: Widget, kid: Widget, x: Int, y: Int -> Void
gtk_menu_bar_appendmenu_bar_appenddoc session: Session, menu: Widget, kid: Widget -> Void
gtk_menu_bar_newmake_menu_bardocSession -> Widget
gtk_menu_item_newmake_menu_itemdocSession -> Widget
gtk_menu_item_new_with_labelmake_menu_item_with_labeldoc(Session, String) -> Widget
gtk_menu_item_new_with_mnemonicmake_menu_item_with_mnemonicdoc(Session, String) -> Widget
gtk_menu_newmake_menudocSession -> Widget
gtk_menu_shell_appendmenu_shell_appenddoc session: Session, menu: Widget, kid: Widget -> Void
gtk_misc_set_alignmentset_widget_alignmentdoc session: Session, widget: Widget, x: Float, y: Float -> Void
gtk_option_menu_newmake_option_menudocSession -> Widget
gtk_option_menu_set_menuset_option_menu_menudoc session: Session, option_menu: Widget, menu: Widget -> Void
gtk_radio_button_newmake_first_radio_buttondocSession -> Widget
gtk_radio_button_new_from_widgetmake_next_radio_buttondoc(Session, Widget) -> Widget
gtk_radio_button_new_with_labelmake_first_radio_button_with_labeldoc(Session, String) -> Widget
gtk_radio_button_new_with_label_from_widgetmake_next_radio_button_with_labeldoc(Session, Widget, String) -> Widget
gtk_radio_button_new_with_mnemonicmake_first_radio_button_with_mnemonicdoc(Session, String) -> Widget
gtk_radio_button_new_with_mnemonic_from_widgetmake_next_radio_button_with_mnemonicdoc(Session, Widget, String) -> Widget
gtk_range_set_update_policyset_range_update_policydoc(Session, Widget, Update_Policy) -> Void
gtk_ruler_set_metricset_ruler_metricdoc(Session, Widget, Metric) -> Void
gtk_ruler_set_rangeset_ruler_rangedoc session: Session, ruler: Widget, lower: Float, upper: Float, position: Float, max_size: Float -> Void
gtk_scale_get_digitsget_scale_value_digits_showndoc(Session, Widget) -> Int
gtk_scale_set_digitsset_scale_value_digits_showndoc(Session, Widget, Int) -> Void
gtk_scale_set_draw_valueset_draw_scale_valuedoc(Session, Widget, Bool) -> Void
gtk_scale_set_value_posset_scale_value_positiondoc(Session, Widget, Position_Type) -> Void
gtk_scrolled_window_add_with_viewportadd_scrolled_window_kiddoc session: Session, window: Widget, kid: Widget -> Void
gtk_scrolled_window_newmake_scrolled_windowdoc session: Session, horizontal_adjustment: Null_Or(Widget), vertical_adjustment: Null_Or(Widget) -> Widget
gtk_scrolled_window_set_policyset_scrollbar_policydoc session: Session, window: Widget, horizontal_scrollbar: Scrollbar_Policy, vertical_scrollbar: Scrollbar_Policy -> Void
gtk_statusbar_get_context_idmake_status_bar_context_iddoc(Session, Widget, String) -> Int
gtk_statusbar_newmake_status_bardocSession -> Widget
gtk_statusbar_poppop_text_off_status_bardoc(Session, Widget, Int) -> Void
gtk_statusbar_pushpush_text_on_status_bardoc(Session, Widget, Int, String) -> Int
gtk_statusbar_removeremove_text_from_status_bardoc session: Session, status_bar: Widget, context: Int, message: Int -> Void
gtk_table_attachadd_table_kid’doc session: Session, table: Widget, kid: Widget, left: Int, right: Int, top: Int, bottom: Int, xoptions: List( Table_Attach_Option ), yoptions: List( Table_Attach_Option ), xpadding: Int, ypadding: Int -> Void
gtk_table_attach_defaultsadd_table_kiddoc session: Session, table: Widget, kid: Widget, left: Int, right: Int, top: Int, bottom: Int -> Void
gtk_table_newmake_tabledoc session: Session, rows: Int, cols: Int, homogeneous: Bool -> Widget
gtk_table_set_col_spacingset_table_col_spacingdoc session: Session, table: Widget, col: Int, spacing: Int -> Void
gtk_table_set_col_spacingsset_table_col_spacingsdoc(Session, Widget, Int) -> Void
gtk_table_set_row_spacingset_table_row_spacingdoc session: Session, table: Widget, row: Int, spacing: Int -> Void
gtk_table_set_row_spacingsset_table_row_spacingsdoc(Session, Widget, Int) -> Void
gtk_toggle_button_get_activeget_toggle_button_statedoc(Session, Widget) -> Bool
gtk_toggle_button_newmake_toggle_buttondocSession -> Widget
gtk_toggle_button_new_with_labelmake_toggle_button_with_labeldoc(Session, String) -> Widget
gtk_toggle_button_new_with_mnemonicmake_toggle_button_with_mnemonicdoc(Session, String) -> Widget
gtk_toggle_button_set_activeset_toggle_button_statedoc(Session, Widget, Bool) -> Void
gtk_vbox_newmake_vertical_boxdoc(Session, Bool, Int) -> Widget
gtk_vbutton_box_newmake_vertical_button_boxdocSession -> Widget
gtk_viewport_get_hadjustmentget_viewport_horizontal_adjustmentdoc(Session, Widget) -> Widget
gtk_viewport_get_vadjustmentget_viewport_vertical_adjustmentdoc(Session, Widget) -> Widget
gtk_viewport_newmake_viewportdoc session: Session, horizontal_adjustment: Null_Or(Widget), vertical_adjustment: Null_Or(Widget) -> Widget
gtk_vruler_newmake_vertical_rulerdocSession -> Widget
gtk_vscale_newmake_vertical_scaledoc(Session, Null_Or(Widget)) -> Widget
gtk_vscale_new_with_rangemake_vertical_scale_with_rangedoc session: Session, min: Float, max: Float, step: Float -> Widget
gtk_vscrollbar_newmake_vertical_scrollbardoc(Session, Null_Or(Widget)) -> Widget
gtk_vseparator_newmake_vertical_separatordocSession -> Widget
gtk_widget->style->bg_gc[ GTK_WIDGET_STATE(gtk_widget) ]get_current_background_graphics_context (Session, Widget) -> Widget
gtk_widget->style->black_gcget_black_graphics_context (Session, Widget) -> Widget
gtk_widget->style->fg_gc[ GTK_WIDGET_STATE(gtk_widget) ]get_current_foreground_graphics_context (Session, Widget) -> Widget
gtk_widget->style->white_gcget_white_graphics_context (Session, Widget) -> Widget
gtk_widget->windowget_widget_window (Session, Widget) -> Widget
gtk_widget_destroydestroy_widgetdoc(Session, Widget) -> Void
gtk_widget_queue_draw_areaqueue_redrawdoc session: Session, widget: Widget, x: Int, y: Int, wide: Int, high: Int -> Void
gtk_widget_set_eventsset_widget_eventsdoc(Session, Widget, List( Event_Mask )) -> Void
gtk_widget_set_nameset_widget_namedoc(Session, Widget, String) -> Void
gtk_widget_set_size_requestset_minimum_widget_sizedoc(Session, Widget, (Int,Int)) -> Void
gtk_widget_set_tooltip_textset_text_tooltip_on_widgetdoc(Session, Widget, String) -> Void
gtk_widget_showshow_widgetdoc(Session, Widget) -> Void
gtk_widget_show_allshow_widget_treedoc(Session, Widget) -> Void
gtk_window_newmake_windowdocSession -> Widget
gtk_window_set_default_sizeset_window_default_sizedoc(Session, Widget, (Int,Int)) -> Void
gtk_window_set_titleset_window_titledoc(Session, Widget, String) -> Void

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext