geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
Go to the source code of this file.
Functions | |
stash_group_add_toggle_button (group, &want_handle, "handle", TRUE, "check_handle") | |
gtk_container_add (GTK_CONTAINER(dialog->vbox), check_button) | |
ui_hookup_widget (dialog, check_button, "check_handle") | |
stash_group_display (group, dialog) | |
gtk_widget_show_all (dialog) | |
stash_group_update (group, dialog) | |
Variables | |
gboolean | want_handle |
StashGroup * | group = ... |
GtkWidget * | dialog = ... |
GtkWidget * | check_button = gtk_check_button_new_with_label(_("Handle")) |
gtk_container_add | ( | GTK_CONTAINER(dialog->vbox) | , |
check_button | |||
) |
Referenced by add_file_item(), add_file_open_extra_widget(), add_find_checkboxes(), add_recent_file_menu_item(), build_init(), cc_insert_custom_command_items(), cc_show_dialog_custom_commands(), ListBoxX::Create(), create_build_menu(), create_build_menu_item(), create_config_files_menu(), create_custom_widget(), create_default_tag_tree(), create_dialog(), create_fif_dialog(), create_find_dialog(), create_message_popup_menu(), create_openfiles_popup_menu(), create_popup_menu(), create_pref_page(), create_radio_menu_item(), create_replace_dialog(), create_sub_menu(), create_switch_dialog(), create_taglist_popup_menu(), create_toolbar(), Scintilla::ScintillaGTK::CreateCallTipWindow(), demo_configure(), demo_init(), dialogs_show_input_full(), dialogs_show_input_numeric(), encodings_init(), geany_entry_action_create_tool_item(), geany_pong_help(), highlighting_show_color_scheme_dialog(), Scintilla::ScintillaGTK::Init(), insert_date_items(), insert_include_items(), kb_show_popup_menu(), kb_tree_view_change_button_clicked_cb(), log_show_debug_messages_dialog(), make_toolbar(), msgwin_menu_add_common_items(), notebook_new_tab(), on_unsplit(), plugin_configure(), plugin_init(), plugins_load_active(), pm_show_dialog(), project_new(), proxy_init(), recent_create_menu(), show_tab_bar_popup_menu(), sidebar_add_common_menu_items(), split_view(), tb_editor_create_dialog(), tools_create_insert_custom_command_menu_items(), tools_show_dialog_insert_special_chars(), tools_word_count(), ui_add_config_file_menu_item(), ui_create_insert_date_menu_items(), ui_create_insert_menu_items(), ui_frame_new_with_alignment(), ui_menu_add_document_items_sorted(), and ui_path_box_new().
gtk_widget_show_all | ( | dialog | ) |
Referenced by add_file_open_extra_widget(), build_menu_update(), cc_show_dialog_custom_commands(), configure_plugins(), create_custom_widget(), create_default_tag_tree(), create_dialog(), create_file_save_as_dialog(), demo_configure(), dialogs_show_input_full(), dialogs_show_input_numeric(), document_show_message(), encodings_init(), geany_pong_help(), geany_pong_init(), highlighting_show_color_scheme_dialog(), insert_include_items(), kb_tree_view_change_button_clicked_cb(), keybindings_show_shortcuts(), log_show_debug_messages_dialog(), notebook_new_tab(), plugin_configure(), plugin_init(), pm_show_dialog(), project_new(), project_open(), search_show_find_dialog(), search_show_find_in_files_dialog_full(), search_show_replace_dialog(), Scintilla::Menu::Show(), show_build_commands_dialog(), show_goto_popup(), show_project_properties(), split_view(), tb_editor_create_dialog(), tools_show_dialog_insert_special_chars(), tools_word_count(), and update_filename_label().
stash_group_add_toggle_button | ( | group | , |
& | want_handle, | ||
"handle" | , | ||
TRUE | , | ||
"check_handle" | |||
) |
Referenced by init_pref_groups(), init_prefs(), init_stash_prefs(), and plugins_init().
ui_hookup_widget | ( | dialog | , |
check_button | , | ||
"check_handle" | |||
) |
GtkWidget* check_button = gtk_check_button_new_with_label(_("Handle")) |
Definition at line 16 of file stash-gui-example.c.
GtkWidget* dialog = ... |
Definition at line 15 of file stash-gui-example.c.
Referenced by about_dialog_show(), add_file_open_extra_widget(), cc_show_dialog_custom_commands(), configure_plugins(), create_dialog(), create_file_save_as_dialog(), create_open_file_dialog(), create_pref_page(), create_save_file_dialog(), create_switch_dialog(), demo_configure(), dialogs_show_file_properties(), dialogs_show_input_full(), dialogs_show_input_numeric(), dialogs_show_msgbox(), dialogs_show_msgbox_with_secondary(), dialogs_show_open_file(), geany_pong_help(), highlighting_show_color_scheme_dialog(), item_activate(), kb_tree_view_change_button_clicked_cb(), log_show_debug_messages_dialog(), on_build_menu_item(), on_color_scheme_dialog_response(), on_dialog_response(), on_editor_notify(), on_file_open_check_hidden_toggled(), on_file_save_button_clicked(), on_file_save_dialog_response(), on_input_dialog_response(), on_input_entry_activate(), on_input_numeric_activate(), on_prefs_dialog_response(), on_project_properties_base_path_button_clicked(), open_file_dialog_apply_settings(), open_file_dialog_handle_response(), plugin_configure(), pm_dialog_response(), project_open(), proxy_help(), run_dialog(), run_file_chooser(), run_open_dialog(), run_unsaved_dialog(), save_as_dialog_handle_response(), sc_on_tools_show_dialog_insert_special_chars_response(), show_build_commands_dialog(), show_msgbox_dialog(), show_prompt(), show_save_as_gtk(), symbols_show_load_tags_dialog(), target_directory_button_clicked_cb(), tb_editor_create_dialog(), tools_word_count(), ui_dialog_set_primary_button_order(), ui_dialog_vbox_new(), and ui_minimal_dialog_new().
StashGroup* group = ... |
Definition at line 2 of file stash-gui-example.c.
gboolean want_handle |
Definition at line 1 of file stash-gui-example.c.