#include "ut_types.h"#include <gtk/gtk.h>#include <gdk/gdkkeysyms.h>Go to the source code of this file.
Defines | |
| #define | GDK_KEY_3270_Enter GDK_3270_Enter |
| #define | GDK_KEY_BackSpace GDK_BackSpace |
| #define | GDK_KEY_Delete GDK_Delete |
| #define | GDK_KEY_Down GDK_Down |
| #define | GDK_KEY_Escape GDK_Escape |
| #define | GDK_KEY_F1 GDK_F1 |
| #define | GDK_KEY_Help GDK_Help |
| #define | GDK_KEY_ISO_Enter GDK_ISO_Enter |
| #define | GDK_KEY_KP_0 GDK_KP_0 |
| #define | GDK_KEY_KP_9 GDK_KP_9 |
| #define | GDK_KEY_KP_Down GDK_KP_Down |
| #define | GDK_KEY_KP_Enter GDK_KP_Enter |
| #define | GDK_KEY_KP_Escape GDK_KP_Escape |
| #define | GDK_KEY_KP_Left GDK_KP_Left |
| #define | GDK_KEY_KP_Right GDK_KP_Right |
| #define | GDK_KEY_KP_Space GDK_KP_Space |
| #define | GDK_KEY_KP_Up GDK_KP_Up |
| #define | GDK_KEY_Left GDK_Left |
| #define | GDK_KEY_Return GDK_Return |
| #define | GDK_KEY_Right GDK_Right |
| #define | GDK_KEY_space GDK_space |
| #define | GDK_KEY_Tab GDK_Tab |
| #define | GDK_KEY_ISO_Left_Tab GDK_ISO_Left_Tab |
| #define | GDK_KEY_Up GDK_Up |
| #define | GDK_KEY_VoidSymbol GDK_VoidSymbol |
| #define | GTK_COMBO_BOX_TEXT GTK_COMBO_BOX |
| #define | GtkComboBoxText GtkComboBox |
| #define | GTK_COLOR_CHOOSER GTK_COLOR_SELECTION |
Typedefs | |
| typedef GdkColor | GdkRGBA |
| typedef GtkColorSelection | GtkColorChooserWidget |
| typedef GtkColorSelection | GtkColorChooser |
Functions | |
| GdkWindow * | gtk_widget_get_window (GtkWidget *w) |
| const guchar * | gtk_selection_data_get_data (const GtkSelectionData *s) |
| GdkAtom | gtk_selection_data_get_target (const GtkSelectionData *s) |
| gint | gtk_selection_data_get_length (const GtkSelectionData *s) |
| GtkWidget * | gtk_dialog_get_action_area (GtkDialog *dialog) |
| GtkWidget * | gtk_dialog_get_content_area (GtkDialog *dialog) |
| GtkWidget * | gtk_color_selection_dialog_get_color_selection (GtkColorSelectionDialog *d) |
| void | gtk_adjustment_configure (GtkAdjustment *adjustment, gdouble value, gdouble lower, gdouble upper, gdouble step_increment, gdouble page_increment, gdouble page_size) |
| void | gtk_widget_get_allocation (GtkWidget *widget, GtkAllocation *alloc) |
| gboolean | gtk_widget_has_focus (GtkWidget *widget) |
| gboolean | gtk_widget_has_grab (GtkWidget *widget) |
| gboolean | gtk_widget_is_toplevel (GtkWidget *widget) |
| gboolean | gtk_widget_get_double_buffered (GtkWidget *widget) |
| void | gtk_widget_set_can_default (GtkWidget *w, gboolean can_default) |
| void | gtk_widget_set_can_focus (GtkWidget *w, gboolean can_focus) |
| gboolean | gtk_widget_get_sensitive (GtkWidget *widget) |
| gboolean | gtk_widget_get_visible (GtkWidget *widget) |
| void | gtk_widget_set_visible (GtkWidget *widget, gboolean visible) |
| void | gtk_widget_get_requisition (GtkWidget *widget, GtkRequisition *requisition) |
| gboolean | gtk_widget_get_mapped (GtkWidget *w) |
| gboolean | gtk_widget_get_realized (GtkWidget *w) |
| GtkWidget * | gtk_combo_box_text_new () |
| GtkWidget * | gtk_combo_box_text_new_with_entry () |
| void | gtk_combo_box_text_append_text (GtkComboBox *combo, const gchar *text) |
| gchar * | gtk_combo_box_text_get_active_text (GtkComboBox *combo) |
| void | gtk_combo_box_text_remove (GtkComboBox *combo, gint position) |
| GtkWidget * | gtk_combo_box_new_with_model_and_entry (GtkTreeModel *model) |
| GdkDisplay * | gdk_window_get_display (GdkWindow *window) |
| GtkWidget * | gtk_color_chooser_dialog_new (const gchar *title, GtkWindow *parent) |
| void | gtk_color_selection_get_current_rgba (GtkColorSelection *colorsel, GdkColor *color) |
| void | gtk_color_selection_set_current_rgba (GtkColorSelection *colorsel, GdkColor *color) |
| void | gdk_rgba_free (GdkColor *color) |
| void | gtk_color_button_set_rgba (GtkColorButton *button, const GdkColor *color) |
| void | gtk_color_button_get_rgba (GtkColorButton *button, GdkColor *color) |
| GtkWidget * | gtk_box_new (GtkOrientation orientation, gint spacing) |
| GtkWidget * | gtk_scrollbar_new (GtkOrientation orientation, GtkAdjustment *adj) |
| GtkWidget * | gtk_separator_new (GtkOrientation orientation) |
| void | gtk_combo_box_text_remove_all (GtkComboBoxText *combo_box) |
| void | gtk_widget_get_preferred_size (GtkWidget *widget, GtkRequisition *minimum_size, GtkRequisition *) |
| GtkWidget * | gtk_color_chooser_widget_new () |
| void | gtk_color_chooser_set_use_alpha (GtkColorSelection *chooser, gboolean opacity) |
| void | gtk_color_chooser_get_rgba (GtkColorSelection *chooser, GdkRGBA *color) |
| void | gtk_color_chooser_set_rgba (GtkColorSelection *chooser, GdkRGBA *color) |
| void | XAP_gtk_color_button_set_rgba (GtkColorButton *colorbtn, const GdkRGBA *color) |
| void | XAP_gtk_color_button_get_rgba (GtkColorButton *colorbtn, GdkRGBA *color) |
| GdkGrabStatus | XAP_gdk_keyboard_grab (GdkWindow *window, gboolean owner_events, guint32 time_) |
| GdkGrabStatus | XAP_gdk_pointer_grab (GdkWindow *window, gboolean owner_events, GdkEventMask event_mask, GdkWindow *confine_to, GdkCursor *cursor, guint32 time_) |
| void | XAP_gdk_keyboard_ungrab (guint32 t) |
| void | XAP_gdk_pointer_ungrab (guint32 t) |
| #define GDK_KEY_3270_Enter GDK_3270_Enter |
Referenced by on_key_event().
| #define GDK_KEY_BackSpace GDK_BackSpace |
Referenced by __onKeyPressed().
| #define GDK_KEY_Delete GDK_Delete |
Referenced by __onKeyPressed().
| #define GDK_KEY_Down GDK_Down |
| #define GDK_KEY_Escape GDK_Escape |
Referenced by cb_combo_keypress(), cb_non_modal_dialog_keypress(), fsel_key_event(), and on_key_event().
| #define GDK_KEY_F1 GDK_F1 |
Referenced by modal_keypress_cb(), and nonmodal_keypress_cb().
| #define GDK_KEY_Help GDK_Help |
Referenced by modal_keypress_cb(), and nonmodal_keypress_cb().
| #define GDK_KEY_ISO_Enter GDK_ISO_Enter |
Referenced by on_key_event().
| #define GDK_KEY_ISO_Left_Tab GDK_ISO_Left_Tab |
Referenced by XAP_UnixFrameImpl::_fe::key_press_event().
| #define GDK_KEY_KP_0 GDK_KP_0 |
Referenced by s_isVirtualKeyCode().
| #define GDK_KEY_KP_9 GDK_KP_9 |
Referenced by s_isVirtualKeyCode().
| #define GDK_KEY_KP_Down GDK_KP_Down |
Referenced by on_key_event().
| #define GDK_KEY_KP_Enter GDK_KP_Enter |
Referenced by cb_swatch_key_press(), on_key_event(), and s_isVirtualKeyCode().
| #define GDK_KEY_KP_Escape GDK_KP_Escape |
| #define GDK_KEY_KP_Left GDK_KP_Left |
Referenced by on_key_event().
| #define GDK_KEY_KP_Right GDK_KP_Right |
Referenced by on_key_event().
| #define GDK_KEY_KP_Space GDK_KP_Space |
Referenced by on_key_event().
| #define GDK_KEY_KP_Up GDK_KP_Up |
Referenced by on_key_event().
| #define GDK_KEY_Left GDK_Left |
| #define GDK_KEY_Return GDK_Return |
| #define GDK_KEY_Right GDK_Right |
| #define GDK_KEY_space GDK_space |
Referenced by cb_swatch_key_press(), and on_key_event().
| #define GDK_KEY_Tab GDK_Tab |
Referenced by XAP_UnixFrameImpl::_fe::key_press_event().
| #define GDK_KEY_Up GDK_Up |
| #define GDK_KEY_VoidSymbol GDK_VoidSymbol |
Referenced by EV_UnixMenu::synthesizeMenu().
| #define GTK_COLOR_CHOOSER GTK_COLOR_SELECTION |
Referenced by AP_UnixDialog_Background::_constructWindowContents(), XAP_UnixDialog_FontChooser::bgColorChanged(), AP_UnixDialog_Background::colorCleared(), XAP_UnixDialog_FontChooser::constructWindowContents(), AP_UnixDialog_Options::event_ChooseTransparentColor(), XAP_UnixDialog_FontChooser::fgColorChanged(), XAP_UnixDialog_FontChooser::runModal(), s_color_changed(), XAP_gtk_color_button_get_rgba(), XAP_gtk_color_button_set_rgba(), and XAP_UnixDlg_RunColorChooser().
| #define GTK_COMBO_BOX_TEXT GTK_COMBO_BOX |
Referenced by AP_UnixDialog_Styles::_constructFormatList(), AP_UnixDialog_Tab::_constructWindow(), AP_UnixDialog_Lists::_constructWindowContents(), XAP_UnixDialog_Insert_Symbol::_createComboboxWithFonts(), AP_UnixDialog_Styles::_populateModify(), AP_UnixDialog_InsertBookmark::_setList(), EV_UnixToolbar::refreshToolbar(), EV_UnixToolbar::repopulateStyles(), _wd::s_combo_apply_changes(), and EV_UnixToolbar::synthesize().
| #define GtkComboBoxText GtkComboBox |
Referenced by AP_UnixDialog_Styles::_constructFormatList(), and AP_UnixDialog_InsertBookmark::_setList().
| typedef GdkColor GdkRGBA |
| typedef GtkColorSelection GtkColorChooser |
| typedef GtkColorSelection GtkColorChooserWidget |
| void gdk_rgba_free | ( | GdkColor * | color | ) | [inline] |
Referenced by AP_UnixDialog_Background::_constructWindowContents(), AP_UnixDialog_Options::event_ChooseTransparentColor(), XAP_UnixDialog_FontChooser::runModal(), AP_UnixDialog_FormatTable::setBackgroundColorInGUI(), AP_UnixDialog_Border_Shading::setBorderColorInGUI(), and AP_UnixDialog_Border_Shading::setShadingColorInGUI().
| GdkDisplay* gdk_window_get_display | ( | GdkWindow * | window | ) | [inline] |
Referenced by ev_UnixKeyboard::keyPressEvent().
| void gtk_adjustment_configure | ( | GtkAdjustment * | adjustment, | |
| gdouble | value, | |||
| gdouble | lower, | |||
| gdouble | upper, | |||
| gdouble | step_increment, | |||
| gdouble | page_increment, | |||
| gdouble | page_size | |||
| ) | [inline] |
Referenced by AP_UnixFrameImpl::_setScrollRange().
| GtkWidget* gtk_box_new | ( | GtkOrientation | orientation, | |
| gint | spacing | |||
| ) | [inline] |
Referenced by AP_UnixDialog_Styles::_constructModifyDialogContents(), XAP_UnixDialog_Insert_Symbol::_constructWindow(), AP_UnixDialog_ToggleCase::_constructWindow(), AP_UnixDialog_InsertXMLID::_constructWindow(), AP_UnixDialog_InsertHyperlink::_constructWindow(), AP_UnixDialog_InsertBookmark::_constructWindow(), AP_UnixDialog_SplitCells::_constructWindowContents(), AP_UnixDialog_Paragraph::_constructWindowContents(), AP_UnixDialog_MergeCells::_constructWindowContents(), AP_UnixDialog_Lists::_constructWindowContents(), AP_UnixDialog_Columns::_constructWindowContents(), AP_UnixDialog_Background::_constructWindowContents(), XAP_UnixFrameImpl::_createTopLevelWindow(), abi_table_init(), XAP_UnixDialog_FontChooser::constructWindowContents(), AP_UnixDialog_MarkRevisions::constructWindowContents(), AP_UnixDialog_ListRevisions::constructWindowContents(), AP_UnixStatusBar::createWidget(), TCPUnixAccountHandler::embedDialogWidgets(), GDict_dlg_create(), go_color_palette_button_new(), go_combo_box_construct(), gui_image_chooser_new(), XAP_UnixDialog_MessageBox::runModal(), XAP_UnixDialog_FileOpenSaveAs::runModal(), XAP_UnixDialog_ClipArt::runModal(), and AP_RDFSemanticItemGTKInjected< AP_RDFContact >::showEditorWindow().
| void gtk_color_button_get_rgba | ( | GtkColorButton * | button, | |
| GdkColor * | color | |||
| ) | [inline] |
Referenced by XAP_gtk_color_button_get_rgba().
| void gtk_color_button_set_rgba | ( | GtkColorButton * | button, | |
| const GdkColor * | color | |||
| ) | [inline] |
Referenced by XAP_gtk_color_button_set_rgba().
| GtkWidget* gtk_color_chooser_dialog_new | ( | const gchar * | title, | |
| GtkWindow * | parent | |||
| ) | [inline] |
Referenced by XAP_UnixDlg_RunColorChooser().
| void gtk_color_chooser_get_rgba | ( | GtkColorSelection * | chooser, | |
| GdkRGBA * | color | |||
| ) | [inline] |
| void gtk_color_chooser_set_rgba | ( | GtkColorSelection * | chooser, | |
| GdkRGBA * | color | |||
| ) | [inline] |
References gtk_color_selection_set_current_rgba().
Referenced by AP_UnixDialog_Background::_constructWindowContents(), AP_UnixDialog_Background::colorCleared(), AP_UnixDialog_Options::event_ChooseTransparentColor(), XAP_UnixDialog_FontChooser::runModal(), XAP_gtk_color_button_set_rgba(), and XAP_UnixDlg_RunColorChooser().
| void gtk_color_chooser_set_use_alpha | ( | GtkColorSelection * | chooser, | |
| gboolean | opacity | |||
| ) | [inline] |
| GtkWidget* gtk_color_chooser_widget_new | ( | ) | [inline] |
| GtkWidget* gtk_color_selection_dialog_get_color_selection | ( | GtkColorSelectionDialog * | d | ) | [inline] |
| void gtk_color_selection_get_current_rgba | ( | GtkColorSelection * | colorsel, | |
| GdkColor * | color | |||
| ) | [inline] |
| void gtk_color_selection_set_current_rgba | ( | GtkColorSelection * | colorsel, | |
| GdkColor * | color | |||
| ) | [inline] |
| GtkWidget* gtk_combo_box_new_with_model_and_entry | ( | GtkTreeModel * | model | ) | [inline] |
Referenced by AP_UnixDialog_Styles::_constructModifyDialogContents().
| void gtk_combo_box_text_append_text | ( | GtkComboBox * | combo, | |
| const gchar * | text | |||
| ) | [inline] |
Referenced by AP_UnixDialog_Styles::_constructFormatList(), AP_UnixDialog_Tab::_constructWindow(), AP_UnixDialog_Lists::_constructWindowContents(), XAP_UnixDialog_Insert_Symbol::_createComboboxWithFonts(), AP_UnixDialog_InsertBookmark::_setList(), append(), EV_UnixToolbar::refreshToolbar(), EV_UnixToolbar::repopulateStyles(), setComboContent(), and EV_UnixToolbar::synthesize().
| gchar* gtk_combo_box_text_get_active_text | ( | GtkComboBox * | combo | ) | [inline] |
Referenced by _wd::s_combo_apply_changes().
| GtkWidget* gtk_combo_box_text_new | ( | ) | [inline] |
| GtkWidget* gtk_combo_box_text_new_with_entry | ( | ) | [inline] |
| void gtk_combo_box_text_remove | ( | GtkComboBox * | combo, | |
| gint | position | |||
| ) | [inline] |
Referenced by EV_UnixToolbar::refreshToolbar().
| void gtk_combo_box_text_remove_all | ( | GtkComboBoxText * | combo_box | ) | [inline] |
Referenced by setComboContent().
| GtkWidget* gtk_dialog_get_action_area | ( | GtkDialog * | dialog | ) | [inline] |
| GtkWidget* gtk_dialog_get_content_area | ( | GtkDialog * | dialog | ) | [inline] |
Referenced by AP_UnixDialog_Styles::_constructModifyDialog(), XAP_UnixDialog_Insert_Symbol::_constructWindow(), XAP_UnixDialog_HTMLOptions::_constructWindow(), AP_UnixDialog_ToggleCase::_constructWindow(), AP_UnixDialog_SplitCells::_constructWindow(), AP_UnixDialog_Paragraph::_constructWindow(), AP_UnixDialog_MergeCells::_constructWindow(), AP_UnixDialog_Lists::_constructWindow(), AP_UnixDialog_InsertXMLID::_constructWindow(), AP_UnixDialog_InsertHyperlink::_constructWindow(), AP_UnixDialog_InsertBookmark::_constructWindow(), AP_UnixDialog_EpubExportOptions::_constructWindow(), AP_UnixDialog_Columns::_constructWindow(), AP_UnixDialog_Background::_constructWindow(), abiDialogNew(), AbiGOComponent_Create(), XAP_UnixDialog_FontChooser::constructWindow(), AP_UnixDialog_MarkRevisions::constructWindow(), AP_UnixDialog_ListRevisions::constructWindow(), XAP_UnixDialog_MessageBox::runModal(), XAP_UnixDialog_ClipArt::runModal(), and AP_RDFSemanticItemGTKInjected< AP_RDFContact >::showEditorWindow().
| GtkWidget* gtk_scrollbar_new | ( | GtkOrientation | orientation, | |
| GtkAdjustment * | adj | |||
| ) | [inline] |
| const guchar* gtk_selection_data_get_data | ( | const GtkSelectionData * | s | ) | [inline] |
Referenced by XAP_UnixClipboard::_getDataFromServer(), and s_dndDropEvent().
| gint gtk_selection_data_get_length | ( | const GtkSelectionData * | s | ) | [inline] |
Referenced by XAP_UnixClipboard::_getDataFromServer(), and s_dndDropEvent().
| GdkAtom gtk_selection_data_get_target | ( | const GtkSelectionData * | s | ) | [inline] |
Referenced by XAP_UnixClipboard::common_get_func(), s_dndDropEvent(), and s_drag_data_get_cb().
| GtkWidget* gtk_separator_new | ( | GtkOrientation | orientation | ) | [inline] |
Referenced by AP_UnixDialog_Paragraph::_constructWindowContents().
| void gtk_widget_get_allocation | ( | GtkWidget * | widget, | |
| GtkAllocation * | alloc | |||
| ) | [inline] |
Referenced by AP_UnixFrame::_getDocumentAreaHeight(), AP_UnixFrame::_getDocumentAreaWidth(), abi_cell_renderer_font_render(), abi_widget_realize(), cb_swatch_draw(), draw_color_cb(), AP_UnixFrame::getDocumentAreaXoff(), AP_UnixFrame::getDocumentAreaYoff(), go_combo_box_get_pos(), go_combo_tearoff_bg_copy(), AP_UnixDialog_Styles::modifyRunModal(), on_pressed(), XAP_UnixDialog_FileOpenSaveAs::previewPicture(), XAP_UnixDialog_FontChooser::runModal(), AP_UnixDialog_Styles::runModal(), AP_UnixDialog_Paragraph::runModal(), AP_UnixDialog_PageNumbers::runModal(), AP_UnixDialog_Lists::runModal(), AP_UnixDialog_Columns::runModal(), XAP_UnixDialog_Insert_Symbol::runModeless(), AP_UnixPreview_Annotation::runModeless(), AP_UnixDialog_Lists::runModeless(), AP_UnixDialog_FormatTable::runModeless(), AP_UnixDialog_FormatFrame::runModeless(), AP_UnixDialog_Border_Shading::runModeless(), _wd::s_font_prelight(), XAP_UnixDialog_Insert_Symbol::setSymbolMap_size(), AP_UnixFrame::setXScrollRange(), and AP_UnixFrame::setYScrollRange().
| gboolean gtk_widget_get_double_buffered | ( | GtkWidget * | widget | ) | [inline] |
| gboolean gtk_widget_get_mapped | ( | GtkWidget * | w | ) | [inline] |
Referenced by AP_UnixDialog_Goto::_updateWindow(), cb_parent_mapped(), and go_gtk_window_set_transient().
| void gtk_widget_get_preferred_size | ( | GtkWidget * | widget, | |
| GtkRequisition * | minimum_size, | |||
| GtkRequisition * | ||||
| ) | [inline] |
| gboolean gtk_widget_get_realized | ( | GtkWidget * | w | ) | [inline] |
Referenced by abi_widget_size_allocate(), AP_UnixTopRuler::setView(), and AP_UnixLeftRuler::setView().
| void gtk_widget_get_requisition | ( | GtkWidget * | widget, | |
| GtkRequisition * | requisition | |||
| ) | [inline] |
Referenced by XAP_UnixDialog_Insert_Symbol::setSymbolMap_size().
| gboolean gtk_widget_get_sensitive | ( | GtkWidget * | widget | ) | [inline] |
Referenced by cb_graph_dim_editor_update(), and XAP_UnixWidget::getState().
| gboolean gtk_widget_get_visible | ( | GtkWidget * | widget | ) | [inline] |
| GdkWindow* gtk_widget_get_window | ( | GtkWidget * | w | ) | [inline] |
Referenced by XAP_UnixFrameImpl::_createTopLevelWindow(), XAP_UnixFrameImpl::_setCursor(), abi_cell_renderer_font_render(), abi_widget_realize(), abi_widget_size_allocate(), XAP_UnixDialog_Insert_Symbol::activate(), AP_UnixPreview_Annotation::activate(), AP_UnixDialog_WordCount::activate(), AP_UnixDialog_Stylist::activate(), AP_UnixDialog_SplitCells::activate(), AP_UnixDialog_Replace::activate(), AP_UnixDialog_MergeCells::activate(), AP_UnixDialog_MailMerge::activate(), AP_UnixDialog_Lists::activate(), AP_UnixDialog_Latex::activate(), AP_UnixDialog_FormatTOC::activate(), AP_UnixDialog_FormatTable::activate(), AP_UnixDialog_FormatFrame::activate(), AP_UnixDialog_Border_Shading::activate(), XAP_UnixFrameImpl::_fe::configure_event(), do_focus_change(), FV_UnixSelectionHandles::FV_UnixSelectionHandles(), AP_UnixTopRuler::getWidgetPosition(), AP_UnixLeftRuler::getWidgetPosition(), go_combo_box_get_pos(), go_combo_box_popup_display(), go_combo_box_realize(), go_combo_popup_tear_off(), go_combo_tearoff_bg_copy(), AP_UnixDialog_Styles::modifyRunModal(), on_pressed(), AP_UnixDialog_Styles::runModal(), AP_UnixDialog_Paragraph::runModal(), AP_UnixDialog_PageNumbers::runModal(), AP_UnixDialog_Lists::runModal(), AP_UnixDialog_Columns::runModal(), XAP_UnixDialog_Insert_Symbol::runModeless(), AP_UnixDialog_Lists::runModeless(), AP_UnixDialog_FormatTable::runModeless(), AP_UnixDialog_FormatFrame::runModeless(), AP_UnixDialog_Border_Shading::runModeless(), and _wd::s_font_prelight().
| gboolean gtk_widget_has_focus | ( | GtkWidget * | widget | ) | [inline] |
Referenced by AP_UnixFrameImpl::getColorSelForeground(), and _wd::s_combo_changed().
| gboolean gtk_widget_has_grab | ( | GtkWidget * | widget | ) | [inline] |
Referenced by XAP_UnixDialog_FileOpenSaveAs::onDeleteCancel().
| gboolean gtk_widget_is_toplevel | ( | GtkWidget * | widget | ) | [inline] |
Referenced by PD_RDFDialogsGTK::_setIcon(), and XAP_UnixDialog_FileOpenSaveAs::runModal().
| void gtk_widget_set_can_default | ( | GtkWidget * | w, | |
| gboolean | can_default | |||
| ) | [inline] |
Referenced by AP_UnixDialog_Columns::_constructWindowContents(), abi_widget_init(), and go_gtk_dialog_add_button().
| void gtk_widget_set_can_focus | ( | GtkWidget * | w, | |
| gboolean | can_focus | |||
| ) | [inline] |
| void gtk_widget_set_visible | ( | GtkWidget * | widget, | |
| gboolean | visible | |||
| ) | [inline] |
Referenced by EV_UnixToolbar::refreshToolbar().
| GdkGrabStatus XAP_gdk_keyboard_grab | ( | GdkWindow * | window, | |
| gboolean | owner_events, | |||
| guint32 | time_ | |||
| ) | [inline] |
Referenced by popup_grab_on_window().
| void XAP_gdk_keyboard_ungrab | ( | guint32 | t | ) | [inline] |
Referenced by XAP_UnixDialog_Password::runModal().
| GdkGrabStatus XAP_gdk_pointer_grab | ( | GdkWindow * | window, | |
| gboolean | owner_events, | |||
| GdkEventMask | event_mask, | |||
| GdkWindow * | confine_to, | |||
| GdkCursor * | cursor, | |||
| guint32 | time_ | |||
| ) | [inline] |
References UT_UNUSED.
Referenced by popup_grab_on_window().
| void XAP_gdk_pointer_ungrab | ( | guint32 | t | ) | [inline] |
Referenced by popup_grab_on_window().
| void XAP_gtk_color_button_get_rgba | ( | GtkColorButton * | colorbtn, | |
| GdkRGBA * | color | |||
| ) | [inline] |
References gtk_color_button_get_rgba(), GTK_COLOR_CHOOSER, and gtk_color_chooser_get_rgba().
Referenced by XAP_UnixDlg_RunColorChooser().
| void XAP_gtk_color_button_set_rgba | ( | GtkColorButton * | colorbtn, | |
| const GdkRGBA * | color | |||
| ) | [inline] |
References gtk_color_button_set_rgba(), GTK_COLOR_CHOOSER, and gtk_color_chooser_set_rgba().
Referenced by AP_UnixDialog_FormatTable::setBackgroundColorInGUI(), AP_UnixDialog_Border_Shading::setBorderColorInGUI(), AP_UnixDialog_Border_Shading::setShadingColorInGUI(), and XAP_UnixDlg_RunColorChooser().
1.7.1