AGT
API
AgtCore — Object + Widget + Event + Meta
AgtCore — Object tree, widget base, event payload, message map
AgtObject — the ownership tree
AgtWidget — the visible-node base
AgtEvent — the input + dispatch payload
Message maps
API Reference
AgtObject
AgtWidget
AgtEvent
AgtMetaClass + AgtMessageMap
AgtStyle
AgtRender — App + Window + DrawContext
AgtRender — Application loop, window root, draw context
AgtApp — the application event loop
AgtWindow — top-level + back buffer
AgtDrawContext — per-frame render state
API Reference
AgtApp
AgtWindow
AgtDrawContext
AgtPopupSurface
AgtWidgets — leaf controls, media, editors + dialog
AgtWidgets — leaf controls, media, editors + dialog
AgtFrame — bordered, padded background
AgtLabel — text caption on a frame
AgtButton — interactive clickable widget
AgtCheckBox — binary toggle
AgtRadioButton — mutually-exclusive selection
AgtProgressBar — proportional value-fill display
AgtSlider — draggable thumb on a track
AgtEditField — single-line text input
AgtImage — decoded pixmap display
AgtMenuItem — selectable menu row
API Reference
AgtFrame
AgtLabel
AgtButton
AgtCheckBox
AgtRadioButton
AgtProgressBar
AgtScale
AgtDial
AgtChart
AgtSlider
AgtEditField
AgtImage
AgtScrollBar
AgtListBox
AgtSeparator
AgtLogView
AgtTerminal
AgtSpacer
AgtToggleButton
AgtGroupBox
AgtMenuItem
AgtDialog
AgtMovableFrame
AgtStatusBar
AgtSwitch
AgtIcon
AgtBitmapButton
AgtSpinner
AgtLight
AgtCanvas
AgtSprite
AgtAnimatedImage
AgtEditBox
AgtHexBox
AgtHexDataPanel
AgtHexSource
AgtRangeHexSource
AgtMemoryHexSource
AgtIoHexSource
AgtPieceTreeHexSource
AgtLayout — VBox + HBox
AgtLayout — Vertical + horizontal stacking containers
v0.1 layout contract
Re-flow timing
Nested composition
Module layout
API Reference
AgtVBox
AgtHBox
AgtGrid
AgtPaned
AgtComposites — menus + modal dialogs
AgtComposites — multi-widget compositions
Conventions
Menu composites — deviations from the generic shape
Testing patterns
API Reference
AgtMenuBar
AgtMenu
AgtMessageBox
AgtPromptDialog
AgtScrollFrame
AgtComboBox
AgtTabView
AgtToolBar
AgtSpinBox
AgtExpander
AgtTreeView
AgtFileDialog
AgtMainWindow
AgtSearchEntry
AgtPasswordField
AgtProgressDialog
AgtForm
AgtFormBrowser
AgtTableBase
AgtTableView
AgtTableEdit
AgtTooltip
Design
AGT Design
AGT (AximCode GUI Toolkit) — Design
Goal
Why FOX-shape, not GTK-shape
Layering
Substrate discipline rules
AGT architecture
Widget construction — positional ctors + fluent builders
Dialogs — modal and modeless
Implementation plan
Future track: GNOME-shape AGT successor
axl-input substrate sketch
Open questions parked for later
Related documents
Widget Roadmap
AGT Widget Roadmap — FULLY SHIPPED
Tier 1 — Instrumentation (the core gap)
Tier 2 — Secure input
Tier 3 — Specialized views
Tier 4 — Ergonomic / niche
Suggested order
AGT Coding Style
AGT Coding Style
Deltas from AXL-Coding-Style.md
Everything else: see AXL-Coding-Style.md
AGT
Index
Index
A
A
AgtAnimatedImage (C++ class)
AgtAnimatedImage::advance (C++ function)
AgtAnimatedImage::AgtAnimatedImage (C++ function)
AgtAnimatedImage::build (C++ function)
AgtAnimatedImage::DEFAULT_INTERVAL_MS (C++ member)
AgtAnimatedImage::draw (C++ function)
AgtAnimatedImage::frame (C++ function)
AgtAnimatedImage::frame_count (C++ function)
AgtAnimatedImage::frame_height (C++ function)
AgtAnimatedImage::frame_width (C++ function)
AgtAnimatedImage::ID_LAST (C++ member)
AgtAnimatedImage::interval_ms (C++ function)
AgtAnimatedImage::running (C++ function)
AgtAnimatedImage::set_frame (C++ function)
AgtAnimatedImage::set_frames (C++ function)
AgtAnimatedImage::set_interval_ms (C++ function)
AgtAnimatedImage::start (C++ function)
AgtAnimatedImage::stop (C++ function)
AgtAnimatedImage::~AgtAnimatedImage (C++ function)
AgtApp (C++ class)
AgtApp::AgtApp (C++ function)
,
[1]
,
[2]
AgtApp::current (C++ function)
AgtApp::loop (C++ function)
AgtApp::modal_depth (C++ function)
AgtApp::MODAL_STACK_MAX (C++ member)
AgtApp::modal_top (C++ function)
AgtApp::on_dump (C++ function)
AgtApp::on_quit (C++ function)
AgtApp::operator= (C++ function)
,
[1]
AgtApp::PhonyNameDueToError::ID_DUMP (C++ enumerator)
AgtApp::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtApp::PhonyNameDueToError::ID_QUIT (C++ enumerator)
AgtApp::pop_modal (C++ function)
AgtApp::push_modal (C++ function)
AgtApp::quit (C++ function)
AgtApp::run (C++ function)
AgtApp::set_resolution (C++ function)
AgtApp::set_window (C++ function)
AgtApp::window (C++ function)
AgtApp::~AgtApp (C++ function)
AgtBitmapButton (C++ class)
AgtBitmapButton::AgtBitmapButton (C++ function)
,
[1]
,
[2]
AgtBitmapButton::build (C++ function)
AgtBitmapButton::clear_stock_icon (C++ function)
AgtBitmapButton::draw (C++ function)
AgtBitmapButton::has_stock_icon (C++ function)
AgtBitmapButton::icon_buffer (C++ function)
AgtBitmapButton::icon_height (C++ function)
AgtBitmapButton::icon_placement (C++ function)
AgtBitmapButton::ICON_TEXT_GAP (C++ member)
AgtBitmapButton::icon_width (C++ function)
AgtBitmapButton::IconPlacement (C++ enum)
AgtBitmapButton::IconPlacement::AGT_ICON_ABOVE (C++ enumerator)
AgtBitmapButton::IconPlacement::AGT_ICON_BELOW (C++ enumerator)
AgtBitmapButton::IconPlacement::AGT_ICON_LEFT (C++ enumerator)
AgtBitmapButton::IconPlacement::AGT_ICON_ONLY (C++ enumerator)
AgtBitmapButton::IconPlacement::AGT_ICON_RIGHT (C++ enumerator)
AgtBitmapButton::ID_LAST (C++ member)
AgtBitmapButton::operator= (C++ function)
,
[1]
AgtBitmapButton::set_icon (C++ function)
AgtBitmapButton::set_icon_placement (C++ function)
AgtBitmapButton::set_stock_icon (C++ function)
AgtBitmapButton::stock_icon (C++ function)
AgtBitmapButton::~AgtBitmapButton (C++ function)
AgtButton (C++ class)
AgtButton::AgtButton (C++ function)
,
[1]
AgtButton::build (C++ function)
AgtButton::draw (C++ function)
AgtButton::effective_bg_color (C++ function)
AgtButton::flat (C++ function)
AgtButton::focus_policy (C++ function)
AgtButton::hover (C++ function)
AgtButton::ID_LAST (C++ member)
AgtButton::natural_height (C++ function)
AgtButton::NATURAL_PAD_X (C++ member)
AgtButton::NATURAL_PAD_Y (C++ member)
AgtButton::natural_width (C++ function)
AgtButton::on_clicked (C++ function)
AgtButton::on_enter (C++ function)
AgtButton::on_key_press (C++ function)
AgtButton::on_leave (C++ function)
AgtButton::on_left_button_press (C++ function)
AgtButton::on_left_button_release (C++ function)
AgtButton::pressed (C++ function)
AgtButton::restyle (C++ function)
AgtButton::set_disabled_color (C++ function)
AgtButton::set_enabled (C++ function)
AgtButton::set_flat (C++ function)
AgtButton::set_hover_color (C++ function)
AgtButton::set_normal_color (C++ function)
AgtButton::set_pressed_color (C++ function)
AgtButton::set_target (C++ function)
AgtButton::state_flags (C++ function)
AgtButton::target (C++ function)
AgtButton::target_id (C++ function)
AgtCanvas (C++ class)
AgtCanvas::AgtCanvas (C++ function)
AgtCanvas::build (C++ function)
AgtCanvas::draw (C++ function)
AgtCanvas::ID_LAST (C++ member)
AgtCanvas::paint_fn (C++ function)
AgtCanvas::paint_user (C++ function)
AgtCanvas::PaintFn (C++ type)
AgtCanvas::set_paint (C++ function)
AgtChart (C++ class)
AgtChart::active_y_max (C++ function)
AgtChart::active_y_min (C++ function)
AgtChart::AgtChart (C++ function)
AgtChart::auto_range (C++ function)
AgtChart::build (C++ function)
AgtChart::capacity (C++ function)
AgtChart::clear (C++ function)
AgtChart::count (C++ function)
AgtChart::DEFAULT_CAPACITY (C++ member)
AgtChart::DEFAULT_GRID (C++ member)
AgtChart::draw (C++ function)
AgtChart::grid_color (C++ function)
AgtChart::grid_divisions (C++ function)
AgtChart::ID_LAST (C++ member)
AgtChart::line_color (C++ function)
AgtChart::MAX_CAPACITY (C++ member)
AgtChart::push (C++ function)
AgtChart::restyle (C++ function)
AgtChart::sample (C++ function)
AgtChart::sample_x (C++ function)
AgtChart::set_auto_range (C++ function)
AgtChart::set_grid_color (C++ function)
AgtChart::set_grid_divisions (C++ function)
AgtChart::set_line_color (C++ function)
AgtChart::set_y_range (C++ function)
AgtChart::value_y (C++ function)
AgtCheckBox (C++ class)
AgtCheckBox::AgtCheckBox (C++ function)
,
[1]
AgtCheckBox::build (C++ function)
AgtCheckBox::check_color (C++ function)
AgtCheckBox::checked (C++ function)
AgtCheckBox::draw (C++ function)
AgtCheckBox::effective_bg_color (C++ function)
AgtCheckBox::indicator_color (C++ function)
AgtCheckBox::indicator_size (C++ function)
AgtCheckBox::natural_height (C++ function)
AgtCheckBox::natural_width (C++ function)
AgtCheckBox::on_clicked (C++ function)
AgtCheckBox::on_cmd_check (C++ function)
AgtCheckBox::on_cmd_uncheck (C++ function)
AgtCheckBox::PhonyNameDueToError::ID_CHECK (C++ enumerator)
AgtCheckBox::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtCheckBox::PhonyNameDueToError::ID_UNCHECK (C++ enumerator)
AgtCheckBox::restyle (C++ function)
AgtCheckBox::set_check_color (C++ function)
AgtCheckBox::set_checked (C++ function)
AgtCheckBox::set_indicator_color (C++ function)
AgtCheckBox::set_indicator_size (C++ function)
AgtCheckBox::state_flags (C++ function)
AgtComboBox (C++ class)
AgtComboBox::add_item (C++ function)
AgtComboBox::AgtComboBox (C++ function)
AgtComboBox::build (C++ function)
AgtComboBox::clear (C++ function)
AgtComboBox::current (C++ function)
AgtComboBox::current_text (C++ function)
AgtComboBox::draw (C++ function)
AgtComboBox::focus_policy (C++ function)
AgtComboBox::is_open (C++ function)
AgtComboBox::item_count (C++ function)
AgtComboBox::item_text (C++ function)
AgtComboBox::on_key_press (C++ function)
AgtComboBox::on_left_button_press (C++ function)
AgtComboBox::on_list_command (C++ function)
AgtComboBox::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtComboBox::PhonyNameDueToError::ID_LIST (C++ enumerator)
AgtComboBox::request_deferred_commit (C++ function)
AgtComboBox::set_current (C++ function)
AgtComboBox::set_target (C++ function)
AgtComboBox::target (C++ function)
AgtComboBox::target_id (C++ function)
AgtComboBox::~AgtComboBox (C++ function)
AgtDial (C++ class)
AgtDial::AgtDial (C++ function)
AgtDial::build (C++ function)
AgtDial::DEFAULT_SWEEP_DEG (C++ member)
AgtDial::draw (C++ function)
AgtDial::end_angle (C++ function)
AgtDial::ID_LAST (C++ member)
AgtDial::max (C++ function)
AgtDial::min (C++ function)
AgtDial::minor_divisions (C++ function)
AgtDial::needle_color (C++ function)
AgtDial::restyle (C++ function)
AgtDial::set_needle_color (C++ function)
AgtDial::set_range (C++ function)
AgtDial::set_sweep_deg (C++ function)
AgtDial::set_tick_color (C++ function)
AgtDial::set_ticks (C++ function)
AgtDial::set_value (C++ function)
AgtDial::start_angle (C++ function)
AgtDial::sweep_deg (C++ function)
AgtDial::tick_color (C++ function)
AgtDial::tick_interval (C++ function)
AgtDial::value (C++ function)
AgtDial::value_angle (C++ function)
AgtDialog (C++ class)
AgtDialog::AgtDialog (C++ function)
AgtDialog::cancel_button (C++ function)
AgtDialog::close (C++ function)
AgtDialog::default_button (C++ function)
AgtDialog::default_veil_blur (C++ function)
AgtDialog::dismiss (C++ function)
AgtDialog::done_event (C++ function)
AgtDialog::draw (C++ function)
AgtDialog::ID_ACCEPT (C++ member)
AgtDialog::ID_CANCEL (C++ member)
AgtDialog::ID_LAST (C++ member)
AgtDialog::is_modeless (C++ function)
AgtDialog::is_open (C++ function)
AgtDialog::on_command_dismiss (C++ function)
AgtDialog::on_key_press (C++ function)
AgtDialog::present_mode (C++ function)
AgtDialog::result (C++ function)
AgtDialog::RESULT_RUN_FAILED (C++ member)
AgtDialog::run (C++ function)
AgtDialog::set_cancel_button (C++ function)
AgtDialog::set_default_button (C++ function)
AgtDialog::set_default_veil_blur (C++ function)
AgtDialog::set_on_close (C++ function)
AgtDialog::set_veil_blur (C++ function)
AgtDialog::show (C++ function)
AgtDialog::veil_blur (C++ function)
AgtDialog::~AgtDialog (C++ function)
AgtDrawContext (C++ class)
AgtDrawContext::AgtDrawContext (C++ function)
,
[1]
,
[2]
AgtDrawContext::blit (C++ function)
AgtDrawContext::blit_rect (C++ function)
AgtDrawContext::buffer (C++ function)
AgtDrawContext::clear (C++ function)
AgtDrawContext::concat (C++ function)
AgtDrawContext::draw_text (C++ function)
AgtDrawContext::draw_text_ttf (C++ function)
AgtDrawContext::fill_path (C++ function)
AgtDrawContext::fill_rect (C++ function)
AgtDrawContext::fill_rect_vgradient (C++ function)
AgtDrawContext::fill_rounded_rect (C++ function)
AgtDrawContext::fill_rounded_rect_vgradient (C++ function)
AgtDrawContext::operator= (C++ function)
,
[1]
AgtDrawContext::origin_x (C++ function)
AgtDrawContext::origin_y (C++ function)
AgtDrawContext::pop_clip (C++ function)
AgtDrawContext::push_clip (C++ function)
AgtDrawContext::restore (C++ function)
AgtDrawContext::save (C++ function)
AgtDrawContext::set_transform (C++ function)
AgtDrawContext::shadow_rect (C++ function)
AgtDrawContext::stroke_path (C++ function)
AgtDrawContext::transform (C++ function)
AgtDrawContext::translate (C++ function)
AgtDrawContext::untranslate (C++ function)
AgtDrawContext::~AgtDrawContext (C++ function)
AgtEditBox (C++ class)
AgtEditBox::AgtEditBox (C++ function)
,
[1]
,
[2]
AgtEditBox::anchor (C++ function)
AgtEditBox::blink_tick (C++ function)
AgtEditBox::build (C++ function)
AgtEditBox::can_redo (C++ function)
AgtEditBox::can_undo (C++ function)
AgtEditBox::clear_filter (C++ function)
AgtEditBox::clear_styles (C++ function)
AgtEditBox::copy (C++ function)
AgtEditBox::cursor (C++ function)
AgtEditBox::cursor_blink (C++ function)
AgtEditBox::cursor_blink_interval (C++ function)
AgtEditBox::cursor_blink_visible (C++ function)
AgtEditBox::cursor_col (C++ function)
AgtEditBox::cursor_color (C++ function)
AgtEditBox::cursor_line (C++ function)
AgtEditBox::cut (C++ function)
AgtEditBox::draw (C++ function)
AgtEditBox::encoding (C++ function)
AgtEditBox::eol (C++ function)
AgtEditBox::filter_match_count (C++ function)
AgtEditBox::filter_source_line (C++ function)
AgtEditBox::filtering (C++ function)
AgtEditBox::find (C++ function)
,
[1]
AgtEditBox::find_regex (C++ function)
AgtEditBox::focus_policy (C++ function)
AgtEditBox::focused (C++ function)
AgtEditBox::font (C++ function)
AgtEditBox::go_to_line (C++ function)
AgtEditBox::has_selection (C++ function)
AgtEditBox::left_offset (C++ function)
AgtEditBox::length (C++ function)
AgtEditBox::line_count (C++ function)
AgtEditBox::line_height (C++ function)
AgtEditBox::line_numbers (C++ function)
AgtEditBox::line_text (C++ function)
AgtEditBox::load_file (C++ function)
AgtEditBox::modified (C++ function)
AgtEditBox::on_focus_in (C++ function)
AgtEditBox::on_focus_out (C++ function)
AgtEditBox::on_hscroll (C++ function)
AgtEditBox::on_key_press (C++ function)
AgtEditBox::on_left_button_press (C++ function)
AgtEditBox::on_left_button_release (C++ function)
AgtEditBox::on_mouse_motion (C++ function)
AgtEditBox::on_mouse_wheel (C++ function)
AgtEditBox::on_scroll (C++ function)
AgtEditBox::operator= (C++ function)
,
[1]
AgtEditBox::overwrite (C++ function)
AgtEditBox::paste (C++ function)
AgtEditBox::path (C++ function)
AgtEditBox::PhonyNameDueToError::AGT_FIND_CASELESS (C++ enumerator)
AgtEditBox::PhonyNameDueToError::AGT_FIND_REGEX (C++ enumerator)
AgtEditBox::PhonyNameDueToError::AGT_FIND_WHOLE_WORD (C++ enumerator)
AgtEditBox::PhonyNameDueToError::ID_HSCROLLBAR (C++ enumerator)
AgtEditBox::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtEditBox::PhonyNameDueToError::ID_SCROLLBAR (C++ enumerator)
AgtEditBox::read_only (C++ function)
AgtEditBox::redo (C++ function)
AgtEditBox::replace_all (C++ function)
,
[1]
AgtEditBox::replace_all_regex (C++ function)
AgtEditBox::replace_selection (C++ function)
AgtEditBox::restyle (C++ function)
AgtEditBox::revision (C++ function)
AgtEditBox::save_file (C++ function)
AgtEditBox::select_all (C++ function)
AgtEditBox::select_line_at (C++ function)
AgtEditBox::select_word_at (C++ function)
AgtEditBox::selection_bg_color (C++ function)
AgtEditBox::selection_end (C++ function)
AgtEditBox::selection_start (C++ function)
AgtEditBox::set_cursor (C++ function)
AgtEditBox::set_cursor_blink (C++ function)
AgtEditBox::set_cursor_blink_interval (C++ function)
AgtEditBox::set_cursor_color (C++ function)
AgtEditBox::set_encoding (C++ function)
AgtEditBox::set_eol (C++ function)
AgtEditBox::set_filter (C++ function)
AgtEditBox::set_font (C++ function)
AgtEditBox::set_hilite_styles (C++ function)
AgtEditBox::set_line_height (C++ function)
AgtEditBox::set_line_numbers (C++ function)
AgtEditBox::set_overwrite (C++ function)
AgtEditBox::set_page_cache (C++ function)
AgtEditBox::set_read_only (C++ function)
AgtEditBox::set_selection (C++ function)
AgtEditBox::set_selection_bg_color (C++ function)
AgtEditBox::set_style (C++ function)
AgtEditBox::set_tab_width (C++ function)
AgtEditBox::set_text (C++ function)
AgtEditBox::set_text_color (C++ function)
AgtEditBox::set_text_size (C++ function)
AgtEditBox::set_word_wrap (C++ function)
AgtEditBox::set_zoomable (C++ function)
AgtEditBox::style_at (C++ function)
AgtEditBox::tab_width (C++ function)
AgtEditBox::text (C++ function)
AgtEditBox::text_color (C++ function)
AgtEditBox::text_size (C++ function)
AgtEditBox::top_line (C++ function)
AgtEditBox::tree (C++ function)
AgtEditBox::undo (C++ function)
AgtEditBox::visible_lines (C++ function)
AgtEditBox::word_wrap (C++ function)
AgtEditBox::wrap_line (C++ function)
AgtEditBox::zoom_in (C++ function)
AgtEditBox::zoom_out (C++ function)
AgtEditBox::zoom_reset (C++ function)
AgtEditBox::zoomable (C++ function)
AgtEditBox::~AgtEditBox (C++ function)
AgtEditField (C++ class)
AgtEditField::AgtEditField (C++ function)
,
[1]
AgtEditField::anchor (C++ function)
AgtEditField::blink_tick (C++ function)
AgtEditField::build (C++ function)
AgtEditField::copy (C++ function)
AgtEditField::cursor (C++ function)
AgtEditField::cursor_blink (C++ function)
AgtEditField::cursor_blink_interval (C++ function)
AgtEditField::cursor_blink_visible (C++ function)
AgtEditField::cursor_color (C++ function)
AgtEditField::cut (C++ function)
AgtEditField::draw (C++ function)
AgtEditField::echo_masked (C++ function)
AgtEditField::echo_mode (C++ function)
AgtEditField::EchoMode (C++ enum)
AgtEditField::EchoMode::AGT_ECHO_NO_ECHO (C++ enumerator)
AgtEditField::EchoMode::AGT_ECHO_NORMAL (C++ enumerator)
AgtEditField::EchoMode::AGT_ECHO_PASSWORD (C++ enumerator)
AgtEditField::focus_policy (C++ function)
AgtEditField::focused (C++ function)
AgtEditField::has_selection (C++ function)
AgtEditField::ID_LAST (C++ member)
AgtEditField::length (C++ function)
AgtEditField::MAX_TEXT_LEN (C++ member)
AgtEditField::NATURAL_COLUMNS (C++ member)
AgtEditField::natural_height (C++ function)
AgtEditField::natural_width (C++ function)
AgtEditField::on_focus_in (C++ function)
AgtEditField::on_focus_out (C++ function)
AgtEditField::on_key_press (C++ function)
AgtEditField::on_left_button_press (C++ function)
AgtEditField::on_left_button_release (C++ function)
AgtEditField::on_mouse_motion (C++ function)
AgtEditField::password_char (C++ function)
AgtEditField::paste (C++ function)
AgtEditField::restyle (C++ function)
AgtEditField::select_all (C++ function)
AgtEditField::select_word_at (C++ function)
AgtEditField::selection_bg_color (C++ function)
AgtEditField::selection_end (C++ function)
AgtEditField::selection_start (C++ function)
AgtEditField::set_cursor (C++ function)
AgtEditField::set_cursor_blink (C++ function)
AgtEditField::set_cursor_blink_interval (C++ function)
AgtEditField::set_cursor_color (C++ function)
AgtEditField::set_echo_mode (C++ function)
AgtEditField::set_password_char (C++ function)
AgtEditField::set_selection (C++ function)
AgtEditField::set_selection_bg_color (C++ function)
AgtEditField::set_target (C++ function)
AgtEditField::set_text (C++ function)
AgtEditField::set_text_color (C++ function)
AgtEditField::set_text_size (C++ function)
AgtEditField::target (C++ function)
AgtEditField::target_id (C++ function)
AgtEditField::text (C++ function)
AgtEditField::text_color (C++ function)
AgtEditField::text_size (C++ function)
AgtEvent (C++ class)
AgtEvent::AgtEvent (C++ function)
,
[1]
AgtEvent::buttons (C++ function)
AgtEvent::click_count (C++ function)
AgtEvent::consumed (C++ function)
AgtEvent::keycode (C++ function)
AgtEvent::message_id (C++ function)
AgtEvent::modifiers (C++ function)
AgtEvent::selector (C++ function)
AgtEvent::sender (C++ function)
AgtEvent::set_buttons (C++ function)
AgtEvent::set_click_count (C++ function)
AgtEvent::set_consumed (C++ function)
AgtEvent::set_key (C++ function)
AgtEvent::set_message_id (C++ function)
AgtEvent::set_modifiers (C++ function)
AgtEvent::set_position (C++ function)
AgtEvent::set_selector (C++ function)
AgtEvent::set_sender (C++ function)
AgtEvent::set_wheel (C++ function)
AgtEvent::unicode (C++ function)
AgtEvent::wheel_dx (C++ function)
AgtEvent::wheel_dy (C++ function)
AgtEvent::x (C++ function)
AgtEvent::y (C++ function)
AgtExpander (C++ class)
AgtExpander::AgtExpander (C++ function)
AgtExpander::build (C++ function)
AgtExpander::content (C++ function)
AgtExpander::draw (C++ function)
AgtExpander::expanded (C++ function)
AgtExpander::focus_policy (C++ function)
AgtExpander::header_height (C++ function)
AgtExpander::ID_LAST (C++ member)
AgtExpander::on_key_press (C++ function)
AgtExpander::on_press (C++ function)
AgtExpander::set_expanded (C++ function)
AgtExpander::set_title (C++ function)
AgtExpander::title (C++ function)
AgtExpander::~AgtExpander (C++ function)
AgtFileDialog (C++ class)
AgtFileDialog::AgtFileDialog (C++ function)
AgtFileDialog::directory (C++ function)
AgtFileDialog::entry_count (C++ function)
AgtFileDialog::ID_LAST (C++ member)
AgtFileDialog::navigate_up (C++ function)
AgtFileDialog::on_list (C++ function)
AgtFileDialog::on_open (C++ function)
AgtFileDialog::on_up (C++ function)
AgtFileDialog::path (C++ function)
AgtFileDialog::RESULT_CANCEL (C++ member)
AgtFileDialog::RESULT_OK (C++ member)
AgtFileDialog::set_directory (C++ function)
AgtFileDialog::~AgtFileDialog (C++ function)
AgtForm (C++ class)
AgtForm::AgtForm (C++ function)
AgtForm::count (C++ function)
AgtForm::discard (C++ function)
AgtForm::field (C++ function)
AgtForm::field_enabled (C++ function)
AgtForm::field_visible (C++ function)
AgtForm::invoke_action (C++ function)
AgtForm::is_dirty (C++ function)
AgtForm::load (C++ function)
AgtForm::load_defaults (C++ function)
AgtForm::MAX_FIELDS (C++ member)
AgtForm::read_binding_int (C++ function)
AgtForm::read_binding_text (C++ function)
AgtForm::save (C++ function)
AgtForm::set_work_bool (C++ function)
AgtForm::set_work_int (C++ function)
AgtForm::set_work_text (C++ function)
AgtForm::TEXT_CAP (C++ member)
AgtForm::work_bool (C++ function)
AgtForm::work_int (C++ function)
AgtForm::work_text (C++ function)
AgtForm::write_binding_int (C++ function)
AgtForm::write_binding_text (C++ function)
AgtFormBrowser (C++ class)
AgtFormBrowser::AgtFormBrowser (C++ function)
AgtFormBrowser::build (C++ function)
AgtFormBrowser::commit (C++ function)
AgtFormBrowser::content_height (C++ function)
AgtFormBrowser::discard (C++ function)
AgtFormBrowser::draw (C++ function)
AgtFormBrowser::editor_widget (C++ function)
AgtFormBrowser::field_count (C++ function)
AgtFormBrowser::form (C++ function)
,
[1]
AgtFormBrowser::load_defaults (C++ function)
AgtFormBrowser::on_defaults (C++ function)
AgtFormBrowser::on_discard (C++ function)
AgtFormBrowser::on_field_command (C++ function)
AgtFormBrowser::on_save (C++ function)
AgtFormBrowser::PhonyNameDueToError::ID_DEFAULTS (C++ enumerator)
AgtFormBrowser::PhonyNameDueToError::ID_DISCARD (C++ enumerator)
AgtFormBrowser::PhonyNameDueToError::ID_FIELD_BASE (C++ enumerator)
AgtFormBrowser::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtFormBrowser::PhonyNameDueToError::ID_SAVE (C++ enumerator)
AgtFormBrowser::refresh (C++ function)
AgtFormBrowser::set_on_save (C++ function)
AgtFormField (C++ struct)
AgtFormField::action (C++ function)
AgtFormField::action_fn (C++ member)
AgtFormField::bool_ptr (C++ member)
AgtFormField::boolean (C++ function)
AgtFormField::choice (C++ function)
AgtFormField::choice_count (C++ member)
AgtFormField::choices (C++ member)
AgtFormField::default_int (C++ member)
AgtFormField::default_text (C++ member)
AgtFormField::enabled_if (C++ function)
AgtFormField::enabled_pred (C++ member)
AgtFormField::get_fn (C++ member)
AgtFormField::help (C++ member)
AgtFormField::int_ptr (C++ member)
AgtFormField::integer (C++ function)
AgtFormField::is_int_like (C++ function)
AgtFormField::is_text_like (C++ function)
AgtFormField::label (C++ member)
AgtFormField::max (C++ member)
AgtFormField::min (C++ member)
AgtFormField::password (C++ function)
AgtFormField::section (C++ function)
AgtFormField::set_fn (C++ member)
AgtFormField::step (C++ member)
AgtFormField::text (C++ function)
AgtFormField::text_cap (C++ member)
AgtFormField::text_ptr (C++ member)
AgtFormField::type (C++ member)
AgtFormField::user (C++ member)
AgtFormField::visible_if (C++ function)
AgtFormField::visible_pred (C++ member)
AgtFormField::with_getset (C++ function)
AgtFormField::with_help (C++ function)
AgtFormField::with_user (C++ function)
AgtFrame (C++ class)
AgtFrame::AgtFrame (C++ function)
AgtFrame::bg_color (C++ function)
AgtFrame::bg_gradient_bottom (C++ function)
AgtFrame::bg_gradient_is_auto (C++ function)
AgtFrame::bg_gradient_top (C++ function)
AgtFrame::border_color (C++ function)
AgtFrame::border_style (C++ function)
AgtFrame::border_width (C++ function)
AgtFrame::BorderStyle (C++ enum)
AgtFrame::BorderStyle::AGT_FRAME_LINE (C++ enumerator)
AgtFrame::BorderStyle::AGT_FRAME_NONE (C++ enumerator)
AgtFrame::BorderStyle::AGT_FRAME_RAISED (C++ enumerator)
AgtFrame::BorderStyle::AGT_FRAME_ROUNDED (C++ enumerator)
AgtFrame::BorderStyle::AGT_FRAME_SUNKEN (C++ enumerator)
AgtFrame::build (C++ function)
AgtFrame::clear_bg_gradient (C++ function)
AgtFrame::corner_radius (C++ function)
AgtFrame::draw (C++ function)
AgtFrame::effective_bg_color (C++ function)
AgtFrame::has_bg_gradient (C++ function)
AgtFrame::hilite_color (C++ function)
AgtFrame::ID_LAST (C++ member)
AgtFrame::inner_height (C++ function)
AgtFrame::inner_offset_x (C++ function)
AgtFrame::inner_offset_y (C++ function)
AgtFrame::inner_width (C++ function)
AgtFrame::padding_bottom (C++ function)
AgtFrame::padding_left (C++ function)
AgtFrame::padding_right (C++ function)
AgtFrame::padding_top (C++ function)
AgtFrame::restyle (C++ function)
AgtFrame::set_bg_color (C++ function)
AgtFrame::set_bg_gradient (C++ function)
AgtFrame::set_bg_gradient_auto (C++ function)
AgtFrame::set_border_color (C++ function)
AgtFrame::set_border_style (C++ function)
AgtFrame::set_border_width (C++ function)
AgtFrame::set_corner_radius (C++ function)
AgtFrame::set_hilite_color (C++ function)
AgtFrame::set_padding (C++ function)
,
[1]
AgtFrame::set_shadow_color (C++ function)
AgtFrame::set_themed_bg (C++ function)
AgtFrame::shade (C++ function)
AgtFrame::shadow_color (C++ function)
AgtGrid (C++ class)
AgtGrid::AgtGrid (C++ function)
AgtGrid::build (C++ function)
AgtGrid::columns (C++ function)
AgtGrid::draw (C++ function)
AgtGrid::ID_LAST (C++ member)
AgtGrid::set_col_weight (C++ function)
AgtGrid::set_columns (C++ function)
AgtGrid::set_row_weight (C++ function)
AgtGrid::set_spacing (C++ function)
AgtGrid::spacing (C++ function)
AgtGroupBox (C++ class)
AgtGroupBox::AgtGroupBox (C++ function)
AgtGroupBox::build (C++ function)
AgtGroupBox::draw (C++ function)
AgtGroupBox::ID_LAST (C++ member)
AgtGroupBox::restyle (C++ function)
AgtGroupBox::set_title (C++ function)
AgtGroupBox::set_title_color (C++ function)
AgtGroupBox::set_title_size (C++ function)
AgtGroupBox::title (C++ function)
AgtGroupBox::title_color (C++ function)
AgtGroupBox::title_size (C++ function)
AgtHBox (C++ class)
AgtHBox::AgtHBox (C++ function)
,
[1]
AgtHBox::build (C++ function)
AgtHBox::draw (C++ function)
AgtHBox::ID_LAST (C++ member)
AgtHBox::natural_height (C++ function)
AgtHBox::natural_width (C++ function)
AgtHBox::set_spacing (C++ function)
AgtHBox::spacing (C++ function)
AgtHexBox (C++ class)
AgtHexBox::add_region (C++ function)
AgtHexBox::AgtHexBox (C++ function)
,
[1]
AgtHexBox::anchor (C++ function)
AgtHexBox::ascii_pane (C++ function)
AgtHexBox::build (C++ function)
AgtHexBox::byte_at_point (C++ function)
AgtHexBox::bytes_per_row (C++ function)
AgtHexBox::can_resize (C++ function)
AgtHexBox::clear_regions (C++ function)
AgtHexBox::copy (C++ function)
AgtHexBox::CopyFormat (C++ enum)
AgtHexBox::CopyFormat::C_ARRAY (C++ enumerator)
AgtHexBox::CopyFormat::HEX_TEXT (C++ enumerator)
AgtHexBox::CopyFormat::RAW (C++ enumerator)
AgtHexBox::cursor (C++ function)
AgtHexBox::draw (C++ function)
AgtHexBox::editable (C++ function)
AgtHexBox::find (C++ function)
AgtHexBox::FIND_MAX_PATTERN (C++ member)
AgtHexBox::focus_policy (C++ function)
AgtHexBox::focused (C++ function)
AgtHexBox::has_selection (C++ function)
AgtHexBox::line_height (C++ function)
AgtHexBox::match_length (C++ function)
AgtHexBox::match_offset (C++ function)
AgtHexBox::nibble (C++ function)
AgtHexBox::offset_digits (C++ function)
AgtHexBox::on_focus_in (C++ function)
AgtHexBox::on_focus_out (C++ function)
AgtHexBox::on_key_press (C++ function)
AgtHexBox::on_left_button_press (C++ function)
AgtHexBox::on_left_button_release (C++ function)
AgtHexBox::on_mouse_motion (C++ function)
AgtHexBox::on_mouse_wheel (C++ function)
AgtHexBox::on_scroll (C++ function)
AgtHexBox::operator= (C++ function)
AgtHexBox::overwrite_mode (C++ function)
AgtHexBox::paste (C++ function)
AgtHexBox::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtHexBox::PhonyNameDueToError::ID_SCROLLBAR (C++ enumerator)
AgtHexBox::read_only (C++ function)
AgtHexBox::redo (C++ function)
AgtHexBox::region_at (C++ function)
AgtHexBox::region_color (C++ function)
AgtHexBox::region_count (C++ function)
AgtHexBox::region_label (C++ function)
AgtHexBox::region_length (C++ function)
AgtHexBox::region_start (C++ function)
AgtHexBox::replace_all (C++ function)
AgtHexBox::replace_match (C++ function)
AgtHexBox::restyle (C++ function)
AgtHexBox::select_all (C++ function)
AgtHexBox::selection_end (C++ function)
AgtHexBox::selection_start (C++ function)
AgtHexBox::set_bytes_per_row (C++ function)
AgtHexBox::set_caret_target (C++ function)
AgtHexBox::set_cursor (C++ function)
AgtHexBox::set_enabled (C++ function)
AgtHexBox::set_line_height (C++ function)
AgtHexBox::set_overwrite_mode (C++ function)
AgtHexBox::set_read_only (C++ function)
AgtHexBox::set_selection (C++ function)
AgtHexBox::set_source (C++ function)
AgtHexBox::size (C++ function)
AgtHexBox::source (C++ function)
AgtHexBox::top_row (C++ function)
AgtHexBox::total_rows (C++ function)
AgtHexBox::undo (C++ function)
AgtHexBox::visible_rows (C++ function)
AgtHexBox::~AgtHexBox (C++ function)
AgtHexDataPanel (C++ class)
AgtHexDataPanel::AgtHexDataPanel (C++ function)
,
[1]
AgtHexDataPanel::build (C++ function)
AgtHexDataPanel::draw (C++ function)
AgtHexDataPanel::line_height (C++ function)
AgtHexDataPanel::little_endian (C++ function)
AgtHexDataPanel::offset (C++ function)
AgtHexDataPanel::operator= (C++ function)
AgtHexDataPanel::read_cursor_bytes (C++ function)
AgtHexDataPanel::set_line_height (C++ function)
AgtHexDataPanel::set_little_endian (C++ function)
AgtHexDataPanel::set_offset (C++ function)
AgtHexDataPanel::set_source (C++ function)
AgtHexDataPanel::toggle_endian (C++ function)
AgtHexDataPanel::~AgtHexDataPanel (C++ function)
AgtHexSource (C++ class)
AgtHexSource::access_width (C++ function)
AgtHexSource::begin_edit_group (C++ function)
AgtHexSource::can_redo (C++ function)
AgtHexSource::can_undo (C++ function)
AgtHexSource::end_edit_group (C++ function)
AgtHexSource::insert (C++ function)
AgtHexSource::is_volatile (C++ function)
AgtHexSource::label (C++ function)
AgtHexSource::overwrite (C++ function)
AgtHexSource::read (C++ function)
AgtHexSource::redo (C++ function)
AgtHexSource::remove (C++ function)
AgtHexSource::resizable (C++ function)
AgtHexSource::size (C++ function)
AgtHexSource::undo (C++ function)
AgtHexSource::writable (C++ function)
AgtHexSource::~AgtHexSource (C++ function)
AgtIcon (C++ class)
AgtIcon::AgtIcon (C++ function)
,
[1]
,
[2]
AgtIcon::build (C++ function)
AgtIcon::draw (C++ function)
AgtIcon::icon_buffer (C++ function)
AgtIcon::icon_height (C++ function)
AgtIcon::icon_width (C++ function)
AgtIcon::ID_LAST (C++ member)
AgtIcon::operator= (C++ function)
,
[1]
AgtIcon::set_icon (C++ function)
AgtIcon::~AgtIcon (C++ function)
AgtImage (C++ class)
AgtImage::AgtImage (C++ function)
,
[1]
,
[2]
AgtImage::build (C++ function)
AgtImage::draw (C++ function)
AgtImage::ID_LAST (C++ member)
AgtImage::image_buffer (C++ function)
AgtImage::image_height (C++ function)
AgtImage::image_width (C++ function)
AgtImage::operator= (C++ function)
,
[1]
AgtImage::scale_mode (C++ function)
AgtImage::ScaleMode (C++ enum)
AgtImage::ScaleMode::AGT_IMAGE_CENTER (C++ enumerator)
AgtImage::ScaleMode::AGT_IMAGE_FIT (C++ enumerator)
AgtImage::ScaleMode::AGT_IMAGE_STRETCH (C++ enumerator)
AgtImage::set_image (C++ function)
AgtImage::set_scale_mode (C++ function)
AgtImage::~AgtImage (C++ function)
AgtIoHexSource (C++ class)
AgtIoHexSource::AgtIoHexSource (C++ function)
AgtIoHexSource::region_type (C++ function)
AgtLabel (C++ class)
AgtLabel::AgtLabel (C++ function)
,
[1]
AgtLabel::build (C++ function)
AgtLabel::disabled_label_color (C++ function)
AgtLabel::draw (C++ function)
AgtLabel::draw_caption (C++ function)
AgtLabel::ID_LAST (C++ member)
AgtLabel::label (C++ function)
AgtLabel::label_color (C++ function)
AgtLabel::mnemonic_index (C++ function)
AgtLabel::natural_height (C++ function)
AgtLabel::natural_width (C++ function)
AgtLabel::restyle (C++ function)
AgtLabel::set_disabled_label_color (C++ function)
AgtLabel::set_label (C++ function)
AgtLabel::set_label_color (C++ function)
AgtLabel::set_mnemonic_index (C++ function)
AgtLabel::set_text_align (C++ function)
AgtLabel::set_text_size (C++ function)
AgtLabel::set_wrap (C++ function)
AgtLabel::text_align (C++ function)
AgtLabel::text_size (C++ function)
AgtLabel::TextAlign (C++ enum)
AgtLabel::TextAlign::AGT_ALIGN_CENTER (C++ enumerator)
AgtLabel::TextAlign::AGT_ALIGN_LEFT (C++ enumerator)
AgtLabel::TextAlign::AGT_ALIGN_RIGHT (C++ enumerator)
AgtLabel::wrap (C++ function)
AgtLabel::wrapped_height (C++ function)
AgtLight (C++ class)
AgtLight::advance_blink (C++ function)
AgtLight::AgtLight (C++ function)
,
[1]
AgtLight::blink_interval_ms (C++ function)
AgtLight::blink_phase (C++ function)
AgtLight::blinking (C++ function)
AgtLight::build (C++ function)
AgtLight::DEFAULT_BLINK_INTERVAL_MS (C++ member)
AgtLight::draw (C++ function)
AgtLight::ID_LAST (C++ member)
AgtLight::indicator_color (C++ function)
AgtLight::indicator_size (C++ function)
AgtLight::natural_height (C++ function)
AgtLight::natural_width (C++ function)
AgtLight::restyle (C++ function)
AgtLight::running (C++ function)
AgtLight::set_blink (C++ function)
AgtLight::set_blink_interval_ms (C++ function)
AgtLight::set_blink_phase (C++ function)
AgtLight::set_indicator_size (C++ function)
AgtLight::set_state (C++ function)
AgtLight::set_state_color (C++ function)
AgtLight::start (C++ function)
AgtLight::State (C++ enum)
AgtLight::state (C++ function)
AgtLight::State::BUSY (C++ enumerator)
AgtLight::State::ERROR (C++ enumerator)
AgtLight::State::OFF (C++ enumerator)
AgtLight::State::OK (C++ enumerator)
AgtLight::State::WARN (C++ enumerator)
AgtLight::state_color (C++ function)
AgtLight::STATE_COUNT (C++ member)
AgtLight::stop (C++ function)
AgtLight::~AgtLight (C++ function)
AgtListBox (C++ class)
AgtListBox::activate_command (C++ function)
AgtListBox::add_item (C++ function)
,
[1]
AgtListBox::AgtListBox (C++ function)
AgtListBox::build (C++ function)
AgtListBox::clear (C++ function)
AgtListBox::current (C++ function)
AgtListBox::draw (C++ function)
AgtListBox::ensure_visible (C++ function)
AgtListBox::focus_policy (C++ function)
AgtListBox::item_count (C++ function)
AgtListBox::item_has_icon (C++ function)
AgtListBox::item_icon (C++ function)
AgtListBox::item_text (C++ function)
AgtListBox::item_width (C++ function)
AgtListBox::on_focus_in (C++ function)
AgtListBox::on_focus_out (C++ function)
AgtListBox::on_key_press (C++ function)
AgtListBox::on_left_button_press (C++ function)
AgtListBox::on_mouse_wheel (C++ function)
AgtListBox::on_scroll (C++ function)
AgtListBox::Orientation (C++ enum)
AgtListBox::orientation (C++ function)
AgtListBox::Orientation::AGT_ORIENT_HORIZONTAL (C++ enumerator)
AgtListBox::Orientation::AGT_ORIENT_VERTICAL (C++ enumerator)
AgtListBox::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtListBox::PhonyNameDueToError::ID_SCROLLBAR (C++ enumerator)
AgtListBox::restyle (C++ function)
AgtListBox::row_height (C++ function)
AgtListBox::set_activate_command (C++ function)
AgtListBox::set_current (C++ function)
AgtListBox::set_item_width (C++ function)
AgtListBox::set_orientation (C++ function)
AgtListBox::set_row_height (C++ function)
AgtListBox::set_selection_colors (C++ function)
AgtListBox::set_target (C++ function)
AgtListBox::set_text_color (C++ function)
AgtListBox::set_text_size (C++ function)
AgtListBox::target (C++ function)
AgtListBox::target_id (C++ function)
AgtListBox::text_color (C++ function)
AgtListBox::text_size (C++ function)
AgtListBox::top (C++ function)
AgtListBox::visible_rows (C++ function)
AgtListBox::~AgtListBox (C++ function)
AgtLogView (C++ class)
AgtLogView::AgtLogView (C++ function)
AgtLogView::append (C++ function)
AgtLogView::append_line (C++ function)
AgtLogView::build (C++ function)
AgtLogView::clear (C++ function)
AgtLogView::DEFAULT_SCROLLBACK (C++ member)
AgtLogView::draw (C++ function)
AgtLogView::focus_policy (C++ function)
AgtLogView::follow_tail (C++ function)
AgtLogView::line_count (C++ function)
AgtLogView::line_text (C++ function)
AgtLogView::MAX_LINE (C++ member)
AgtLogView::on_key_press (C++ function)
AgtLogView::on_mouse_wheel (C++ function)
AgtLogView::on_scroll (C++ function)
AgtLogView::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtLogView::PhonyNameDueToError::ID_SCROLLBAR (C++ enumerator)
AgtLogView::restyle (C++ function)
AgtLogView::row_height (C++ function)
AgtLogView::scroll_to (C++ function)
AgtLogView::scrollback (C++ function)
AgtLogView::set_follow_tail (C++ function)
AgtLogView::set_row_height (C++ function)
AgtLogView::set_scrollback (C++ function)
AgtLogView::set_text_color (C++ function)
AgtLogView::set_text_size (C++ function)
AgtLogView::text_color (C++ function)
AgtLogView::text_size (C++ function)
AgtLogView::top (C++ function)
AgtLogView::visible_rows (C++ function)
AgtLogView::~AgtLogView (C++ function)
AgtMainWindow (C++ class)
AgtMainWindow::AgtMainWindow (C++ function)
,
[1]
AgtMainWindow::content (C++ function)
AgtMainWindow::draw (C++ function)
AgtMainWindow::menu_bar (C++ function)
AgtMainWindow::on_widget_destroyed (C++ function)
AgtMainWindow::set_content (C++ function)
AgtMainWindow::set_menu_bar (C++ function)
AgtMainWindow::set_status_bar (C++ function)
AgtMainWindow::set_tool_bar (C++ function)
AgtMainWindow::status_bar (C++ function)
AgtMainWindow::tool_bar (C++ function)
AgtMemoryHexSource (C++ class)
AgtMemoryHexSource::AgtMemoryHexSource (C++ function)
AgtMemoryHexSource::region_type (C++ function)
AgtMenu (C++ class)
AgtMenu::active_submenu (C++ function)
AgtMenu::add_check_item (C++ function)
AgtMenu::add_item (C++ function)
AgtMenu::add_radio_item (C++ function)
AgtMenu::add_submenu (C++ function)
AgtMenu::AgtMenu (C++ function)
,
[1]
,
[2]
AgtMenu::dirty_margin (C++ function)
AgtMenu::dismiss (C++ function)
AgtMenu::draw (C++ function)
AgtMenu::handle_event (C++ function)
AgtMenu::highlight_index (C++ function)
AgtMenu::ID_LAST (C++ member)
AgtMenu::is_submenu (C++ function)
AgtMenu::item_at (C++ function)
AgtMenu::item_count (C++ function)
AgtMenu::MAX_ITEMS (C++ member)
AgtMenu::on_key_press (C++ function)
AgtMenu::on_submenu_dismissed (C++ function)
AgtMenu::operator= (C++ function)
,
[1]
AgtMenu::set_highlight_index (C++ function)
AgtMenu::set_radio_selected (C++ function)
AgtMenu::set_window (C++ function)
AgtMenu::show_at (C++ function)
AgtMenu::shown (C++ function)
AgtMenu::surface (C++ function)
AgtMenu::window (C++ function)
AgtMenu::~AgtMenu (C++ function)
AgtMenuBar (C++ class)
AgtMenuBar::activate (C++ function)
AgtMenuBar::activate_mnemonic (C++ function)
AgtMenuBar::active_menu (C++ function)
AgtMenuBar::add_menu (C++ function)
AgtMenuBar::AgtMenuBar (C++ function)
,
[1]
,
[2]
AgtMenuBar::build (C++ function)
AgtMenuBar::close_active (C++ function)
AgtMenuBar::deactivate (C++ function)
AgtMenuBar::handle_event (C++ function)
AgtMenuBar::highlighted_title (C++ function)
AgtMenuBar::ID_LAST (C++ member)
AgtMenuBar::MAX_MENUS (C++ member)
AgtMenuBar::menu_active (C++ function)
AgtMenuBar::menu_at (C++ function)
AgtMenuBar::menu_back_to_bar (C++ function)
AgtMenuBar::menu_count (C++ function)
AgtMenuBar::menu_nav_adjacent (C++ function)
AgtMenuBar::on_key_press (C++ function)
AgtMenuBar::on_menu_dismissed (C++ function)
AgtMenuBar::on_title_command (C++ function)
AgtMenuBar::open_menu (C++ function)
AgtMenuBar::operator= (C++ function)
,
[1]
AgtMenuBar::session_surface (C++ function)
AgtMenuBar::title_at (C++ function)
AgtMenuBar::~AgtMenuBar (C++ function)
AgtMenuItem (C++ class)
AgtMenuItem::AgtMenuItem (C++ function)
AgtMenuItem::CHECK_GUTTER (C++ member)
AgtMenuItem::checked (C++ function)
AgtMenuItem::draw (C++ function)
AgtMenuItem::effective_bg_color (C++ function)
AgtMenuItem::focus_policy (C++ function)
AgtMenuItem::gutter (C++ function)
AgtMenuItem::has_submenu (C++ function)
AgtMenuItem::highlighted (C++ function)
AgtMenuItem::ID_LAST (C++ member)
AgtMenuItem::LABEL_INSET (C++ member)
AgtMenuItem::LABEL_SHORTCUT_GAP (C++ member)
AgtMenuItem::Mark (C++ enum)
AgtMenuItem::mark (C++ function)
AgtMenuItem::Mark::CHECK (C++ enumerator)
AgtMenuItem::Mark::NONE (C++ enumerator)
AgtMenuItem::Mark::RADIO (C++ enumerator)
AgtMenuItem::mnemonic (C++ function)
AgtMenuItem::parse_mnemonic_label (C++ function)
AgtMenuItem::radio_group (C++ function)
AgtMenuItem::restyle (C++ function)
AgtMenuItem::set_checked (C++ function)
AgtMenuItem::set_gutter (C++ function)
AgtMenuItem::set_highlighted (C++ function)
AgtMenuItem::set_mark (C++ function)
AgtMenuItem::set_menu_bg_color (C++ function)
AgtMenuItem::set_mnemonic (C++ function)
AgtMenuItem::set_radio_group (C++ function)
AgtMenuItem::set_selection_color (C++ function)
AgtMenuItem::set_shortcut (C++ function)
AgtMenuItem::set_shortcut_color (C++ function)
AgtMenuItem::set_submenu (C++ function)
AgtMenuItem::shortcut (C++ function)
AgtMenuItem::shortcut_color (C++ function)
AgtMenuItem::SHORTCUT_INSET (C++ member)
AgtMenuItem::submenu (C++ function)
AgtMessageBox (C++ class)
AgtMessageBox::AgtMessageBox (C++ function)
AgtMessageBox::Buttons (C++ enum)
AgtMessageBox::Buttons::OK (C++ enumerator)
AgtMessageBox::Buttons::OK_CANCEL (C++ enumerator)
AgtMessageBox::Buttons::SAVE_DISCARD_CANCEL (C++ enumerator)
AgtMessageBox::Buttons::YES_NO (C++ enumerator)
AgtMessageBox::ID_LAST (C++ member)
AgtMessageBox::info (C++ function)
AgtMessageBox::question (C++ function)
AgtMessageBox::RESULT_CANCEL (C++ member)
AgtMessageBox::RESULT_DISCARD (C++ member)
AgtMessageBox::RESULT_NO (C++ member)
AgtMessageBox::RESULT_OK (C++ member)
AgtMessageBox::RESULT_SAVE (C++ member)
AgtMessageBox::RESULT_YES (C++ member)
AgtMessageBox::save_changes (C++ function)
AgtMessageMap (C++ struct)
AgtMessageMap::handler (C++ member)
AgtMessageMap::id_high (C++ member)
AgtMessageMap::id_low (C++ member)
AgtMessageMap::selector (C++ member)
AgtMetaClass (C++ struct)
AgtMetaClass::base_class (C++ member)
AgtMetaClass::class_name (C++ member)
AgtMetaClass::entries (C++ member)
AgtMetaClass::entry_count (C++ member)
AgtMovableFrame (C++ class)
AgtMovableFrame::AgtMovableFrame (C++ function)
AgtMovableFrame::build (C++ function)
AgtMovableFrame::dirty_margin (C++ function)
AgtMovableFrame::dragging (C++ function)
AgtMovableFrame::draw (C++ function)
AgtMovableFrame::ID_LAST (C++ member)
AgtMovableFrame::movable (C++ function)
AgtMovableFrame::on_left_button_press (C++ function)
AgtMovableFrame::on_left_button_release (C++ function)
AgtMovableFrame::on_mouse_motion (C++ function)
AgtMovableFrame::restyle (C++ function)
AgtMovableFrame::set_content_padding (C++ function)
AgtMovableFrame::set_movable (C++ function)
AgtMovableFrame::set_title (C++ function)
AgtMovableFrame::set_title_bg_color (C++ function)
AgtMovableFrame::set_title_height (C++ function)
AgtMovableFrame::set_title_text_color (C++ function)
AgtMovableFrame::set_title_text_size (C++ function)
AgtMovableFrame::title (C++ function)
AgtMovableFrame::title_bg_color (C++ function)
AgtMovableFrame::title_height (C++ function)
AgtMovableFrame::title_text_color (C++ function)
AgtMovableFrame::title_text_size (C++ function)
AgtObject (C++ class)
AgtObject::add_child (C++ function)
AgtObject::AgtObject (C++ function)
,
[1]
,
[2]
AgtObject::child_count (C++ function)
AgtObject::first_child (C++ function)
AgtObject::handle_message (C++ function)
AgtObject::ID_LAST (C++ member)
AgtObject::ID_NONE (C++ member)
AgtObject::is_widget (C++ function)
AgtObject::last_child (C++ function)
AgtObject::next_sibling (C++ function)
AgtObject::on_tree_mutated (C++ function)
AgtObject::on_widget_destroyed (C++ function)
AgtObject::operator= (C++ function)
,
[1]
AgtObject::parent (C++ function)
AgtObject::prev_sibling (C++ function)
AgtObject::remove_child (C++ function)
AgtObject::~AgtObject (C++ function)
AgtPaned (C++ class)
AgtPaned::AgtPaned (C++ function)
AgtPaned::build (C++ function)
AgtPaned::dragging (C++ function)
AgtPaned::draw (C++ function)
AgtPaned::ID_LAST (C++ member)
AgtPaned::min_pane_size (C++ function)
AgtPaned::on_left_button_press (C++ function)
AgtPaned::on_left_button_release (C++ function)
AgtPaned::on_mouse_motion (C++ function)
AgtPaned::Orientation (C++ enum)
AgtPaned::orientation (C++ function)
AgtPaned::Orientation::AGT_PANED_HORIZONTAL (C++ enumerator)
AgtPaned::Orientation::AGT_PANED_VERTICAL (C++ enumerator)
AgtPaned::resizable (C++ function)
AgtPaned::sash_width (C++ function)
AgtPaned::set_min_pane_size (C++ function)
AgtPaned::set_orientation (C++ function)
AgtPaned::set_resizable (C++ function)
AgtPaned::set_sash_width (C++ function)
AgtPaned::set_split_pos (C++ function)
AgtPaned::split_pos (C++ function)
AgtPasswordField (C++ class)
AgtPasswordField::AgtPasswordField (C++ function)
AgtPasswordField::build (C++ function)
AgtPasswordField::draw (C++ function)
AgtPasswordField::eye_visible (C++ function)
AgtPasswordField::icon_color (C++ function)
AgtPasswordField::ICON_SIZE (C++ member)
AgtPasswordField::ID_LAST (C++ member)
AgtPasswordField::on_left_button_press (C++ function)
AgtPasswordField::restyle (C++ function)
AgtPasswordField::revealed (C++ function)
AgtPasswordField::set_icon_color (C++ function)
AgtPasswordField::set_revealed (C++ function)
AgtPasswordField::set_show_reveal (C++ function)
AgtPasswordField::show_reveal (C++ function)
AgtPasswordField::toggle_reveal (C++ function)
AgtPieceTreeHexSource (C++ class)
AgtPieceTreeHexSource::AgtPieceTreeHexSource (C++ function)
,
[1]
AgtPieceTreeHexSource::attach (C++ function)
AgtPieceTreeHexSource::begin_edit_group (C++ function)
AgtPieceTreeHexSource::can_redo (C++ function)
AgtPieceTreeHexSource::can_undo (C++ function)
AgtPieceTreeHexSource::end_edit_group (C++ function)
AgtPieceTreeHexSource::insert (C++ function)
AgtPieceTreeHexSource::label (C++ function)
AgtPieceTreeHexSource::open (C++ function)
AgtPieceTreeHexSource::operator= (C++ function)
AgtPieceTreeHexSource::overwrite (C++ function)
AgtPieceTreeHexSource::read (C++ function)
AgtPieceTreeHexSource::redo (C++ function)
AgtPieceTreeHexSource::remove (C++ function)
AgtPieceTreeHexSource::resizable (C++ function)
AgtPieceTreeHexSource::size (C++ function)
AgtPieceTreeHexSource::tree (C++ function)
AgtPieceTreeHexSource::undo (C++ function)
AgtPieceTreeHexSource::writable (C++ function)
AgtPieceTreeHexSource::~AgtPieceTreeHexSource (C++ function)
AgtPopupSurface (C++ class)
AgtPopupSurface::AgtPopupSurface (C++ function)
,
[1]
AgtPopupSurface::close (C++ function)
AgtPopupSurface::inset (C++ function)
AgtPopupSurface::is_open (C++ function)
AgtPopupSurface::move_content_to (C++ function)
AgtPopupSurface::on_surface_axis (C++ function)
AgtPopupSurface::on_surface_button (C++ function)
AgtPopupSurface::on_surface_motion (C++ function)
AgtPopupSurface::open (C++ function)
AgtPopupSurface::operator= (C++ function)
AgtPopupSurface::refresh (C++ function)
AgtPopupSurface::set_interactive (C++ function)
AgtPopupSurface::show_and_present (C++ function)
AgtPopupSurface::surface (C++ function)
AgtPopupSurface::~AgtPopupSurface (C++ function)
AgtProgressBar (C++ class)
AgtProgressBar::AgtProgressBar (C++ function)
AgtProgressBar::build (C++ function)
AgtProgressBar::clear_fill_gradient (C++ function)
AgtProgressBar::draw (C++ function)
AgtProgressBar::fill_color (C++ function)
AgtProgressBar::fill_gradient_bottom (C++ function)
AgtProgressBar::fill_gradient_top (C++ function)
AgtProgressBar::has_fill_gradient (C++ function)
AgtProgressBar::ID_LAST (C++ member)
AgtProgressBar::max (C++ function)
AgtProgressBar::min (C++ function)
AgtProgressBar::Orientation (C++ enum)
AgtProgressBar::orientation (C++ function)
AgtProgressBar::Orientation::AGT_ORIENT_HORIZONTAL (C++ enumerator)
AgtProgressBar::Orientation::AGT_ORIENT_VERTICAL (C++ enumerator)
AgtProgressBar::restyle (C++ function)
AgtProgressBar::set_fill_color (C++ function)
AgtProgressBar::set_fill_gradient (C++ function)
AgtProgressBar::set_orientation (C++ function)
AgtProgressBar::set_range (C++ function)
AgtProgressBar::set_value (C++ function)
AgtProgressBar::value (C++ function)
AgtProgressDialog (C++ class)
AgtProgressDialog::advance (C++ function)
AgtProgressDialog::AgtProgressDialog (C++ function)
AgtProgressDialog::cancelable (C++ function)
AgtProgressDialog::ID_LAST (C++ member)
AgtProgressDialog::max (C++ function)
AgtProgressDialog::min (C++ function)
AgtProgressDialog::Mode (C++ enum)
AgtProgressDialog::mode (C++ function)
AgtProgressDialog::Mode::DETERMINATE (C++ enumerator)
AgtProgressDialog::Mode::INDETERMINATE (C++ enumerator)
AgtProgressDialog::on_cancel (C++ function)
AgtProgressDialog::progress (C++ function)
AgtProgressDialog::RESULT_CANCEL (C++ member)
AgtProgressDialog::set_message (C++ function)
AgtProgressDialog::set_progress (C++ function)
AgtProgressDialog::set_range (C++ function)
AgtProgressDialog::start (C++ function)
AgtProgressDialog::stop (C++ function)
AgtProgressDialog::was_canceled (C++ function)
AgtProgressDialog::~AgtProgressDialog (C++ function)
AgtPromptDialog (C++ class)
AgtPromptDialog::AgtPromptDialog (C++ function)
AgtPromptDialog::ID_LAST (C++ member)
AgtPromptDialog::RESULT_CANCEL (C++ member)
AgtPromptDialog::RESULT_OK (C++ member)
AgtPromptDialog::text (C++ function)
AgtRadioButton (C++ class)
AgtRadioButton::AgtRadioButton (C++ function)
AgtRadioButton::build (C++ function)
AgtRadioButton::dot_color (C++ function)
AgtRadioButton::draw (C++ function)
AgtRadioButton::effective_bg_color (C++ function)
AgtRadioButton::ID_LAST (C++ member)
AgtRadioButton::indicator_color (C++ function)
AgtRadioButton::indicator_size (C++ function)
AgtRadioButton::is_group_selected (C++ function)
AgtRadioButton::on_clicked (C++ function)
AgtRadioButton::on_key_press (C++ function)
AgtRadioButton::restyle (C++ function)
AgtRadioButton::same_focus_group (C++ function)
AgtRadioButton::selected (C++ function)
AgtRadioButton::set_dot_color (C++ function)
AgtRadioButton::set_indicator_color (C++ function)
AgtRadioButton::set_indicator_size (C++ function)
AgtRadioButton::set_selected (C++ function)
AgtRadioButton::state_flags (C++ function)
AgtRangeHexSource (C++ class)
AgtRangeHexSource::access_width (C++ function)
AgtRangeHexSource::AgtRangeHexSource (C++ function)
AgtRangeHexSource::base (C++ function)
AgtRangeHexSource::is_volatile (C++ function)
AgtRangeHexSource::label (C++ function)
AgtRangeHexSource::overwrite (C++ function)
AgtRangeHexSource::read (C++ function)
AgtRangeHexSource::resizable (C++ function)
AgtRangeHexSource::set_window (C++ function)
AgtRangeHexSource::size (C++ function)
AgtRangeHexSource::writable (C++ function)
AgtScale (C++ class)
AgtScale::active_fill_color (C++ function)
AgtScale::AgtScale (C++ function)
AgtScale::band (C++ function)
AgtScale::Band (C++ struct)
AgtScale::Band::color (C++ member)
AgtScale::Band::hi (C++ member)
AgtScale::Band::lo (C++ member)
AgtScale::band_at (C++ function)
AgtScale::band_count (C++ function)
AgtScale::build (C++ function)
AgtScale::clear_bands (C++ function)
AgtScale::draw (C++ function)
AgtScale::fill_color (C++ function)
AgtScale::ID_LAST (C++ member)
AgtScale::Indicator (C++ enum)
AgtScale::indicator (C++ function)
AgtScale::Indicator::AGT_SCALE_FILL (C++ enumerator)
AgtScale::Indicator::AGT_SCALE_NEEDLE (C++ enumerator)
AgtScale::max (C++ function)
AgtScale::MAX_BANDS (C++ member)
AgtScale::min (C++ function)
AgtScale::minor_divisions (C++ function)
AgtScale::needle_color (C++ function)
AgtScale::Orientation (C++ enum)
AgtScale::orientation (C++ function)
AgtScale::Orientation::AGT_ORIENT_HORIZONTAL (C++ enumerator)
AgtScale::Orientation::AGT_ORIENT_VERTICAL (C++ enumerator)
AgtScale::restyle (C++ function)
AgtScale::set_bands (C++ function)
AgtScale::set_fill_color (C++ function)
AgtScale::set_indicator (C++ function)
AgtScale::set_needle_color (C++ function)
AgtScale::set_orientation (C++ function)
AgtScale::set_range (C++ function)
AgtScale::set_tick_color (C++ function)
AgtScale::set_ticks (C++ function)
AgtScale::set_value (C++ function)
AgtScale::tick_color (C++ function)
AgtScale::tick_interval (C++ function)
AgtScale::track_length (C++ function)
AgtScale::value (C++ function)
AgtScale::value_position (C++ function)
AgtScrollBar (C++ class)
AgtScrollBar::AgtScrollBar (C++ function)
AgtScrollBar::build (C++ function)
AgtScrollBar::dragging (C++ function)
AgtScrollBar::draw (C++ function)
AgtScrollBar::focus_policy (C++ function)
AgtScrollBar::ID_LAST (C++ member)
AgtScrollBar::max_position (C++ function)
AgtScrollBar::min_thumb (C++ function)
AgtScrollBar::on_left_button_press (C++ function)
AgtScrollBar::on_left_button_release (C++ function)
AgtScrollBar::on_mouse_motion (C++ function)
AgtScrollBar::Orientation (C++ enum)
AgtScrollBar::orientation (C++ function)
AgtScrollBar::Orientation::AGT_ORIENT_HORIZONTAL (C++ enumerator)
AgtScrollBar::Orientation::AGT_ORIENT_VERTICAL (C++ enumerator)
AgtScrollBar::page (C++ function)
AgtScrollBar::position (C++ function)
AgtScrollBar::restyle (C++ function)
AgtScrollBar::set_enabled (C++ function)
AgtScrollBar::set_min_thumb (C++ function)
AgtScrollBar::set_orientation (C++ function)
AgtScrollBar::set_position (C++ function)
AgtScrollBar::set_range (C++ function)
AgtScrollBar::set_target (C++ function)
AgtScrollBar::set_thumb_color (C++ function)
AgtScrollBar::target (C++ function)
AgtScrollBar::target_id (C++ function)
AgtScrollBar::thumb_color (C++ function)
AgtScrollBar::thumb_extent (C++ function)
AgtScrollBar::thumb_offset (C++ function)
AgtScrollBar::total (C++ function)
AgtScrollFrame (C++ class)
AgtScrollFrame::AgtScrollFrame (C++ function)
AgtScrollFrame::build (C++ function)
AgtScrollFrame::content (C++ function)
AgtScrollFrame::content_height (C++ function)
AgtScrollFrame::content_width (C++ function)
AgtScrollFrame::draw (C++ function)
AgtScrollFrame::focus_policy (C++ function)
AgtScrollFrame::on_hscroll (C++ function)
AgtScrollFrame::on_mouse_wheel (C++ function)
AgtScrollFrame::on_vscroll (C++ function)
AgtScrollFrame::PhonyNameDueToError::ID_HSCROLL (C++ enumerator)
AgtScrollFrame::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtScrollFrame::PhonyNameDueToError::ID_VSCROLL (C++ enumerator)
AgtScrollFrame::scroll_to (C++ function)
AgtScrollFrame::scroll_x (C++ function)
AgtScrollFrame::scroll_y (C++ function)
AgtScrollFrame::set_content_size (C++ function)
AgtScrollFrame::viewport_height (C++ function)
AgtScrollFrame::viewport_width (C++ function)
AgtScrollFrame::wants_child_clip (C++ function)
AgtSearchEntry (C++ class)
AgtSearchEntry::AgtSearchEntry (C++ function)
AgtSearchEntry::build (C++ function)
AgtSearchEntry::clear_visible (C++ function)
AgtSearchEntry::draw (C++ function)
AgtSearchEntry::icon_color (C++ function)
AgtSearchEntry::ICON_SIZE (C++ member)
AgtSearchEntry::ID_LAST (C++ member)
AgtSearchEntry::on_left_button_press (C++ function)
AgtSearchEntry::set_icon_color (C++ function)
AgtSearchEntry::set_show_clear (C++ function)
AgtSearchEntry::show_clear (C++ function)
AgtSeparator (C++ class)
AgtSeparator::AgtSeparator (C++ function)
AgtSeparator::build (C++ function)
AgtSeparator::color (C++ function)
AgtSeparator::draw (C++ function)
AgtSeparator::ID_LAST (C++ member)
AgtSeparator::Orientation (C++ enum)
AgtSeparator::orientation (C++ function)
AgtSeparator::Orientation::AGT_ORIENT_HORIZONTAL (C++ enumerator)
AgtSeparator::Orientation::AGT_ORIENT_VERTICAL (C++ enumerator)
AgtSeparator::restyle (C++ function)
AgtSeparator::set_color (C++ function)
AgtSeparator::set_orientation (C++ function)
AgtSeparator::set_thickness (C++ function)
AgtSeparator::thickness (C++ function)
AgtSlider (C++ class)
AgtSlider::AgtSlider (C++ function)
AgtSlider::build (C++ function)
AgtSlider::dragging (C++ function)
AgtSlider::draw (C++ function)
AgtSlider::focus_policy (C++ function)
AgtSlider::ID_LAST (C++ member)
AgtSlider::max (C++ function)
AgtSlider::min (C++ function)
AgtSlider::on_key_press (C++ function)
AgtSlider::on_left_button_press (C++ function)
AgtSlider::on_left_button_release (C++ function)
AgtSlider::on_mouse_motion (C++ function)
AgtSlider::Orientation (C++ enum)
AgtSlider::orientation (C++ function)
AgtSlider::Orientation::AGT_ORIENT_HORIZONTAL (C++ enumerator)
AgtSlider::Orientation::AGT_ORIENT_VERTICAL (C++ enumerator)
AgtSlider::restyle (C++ function)
AgtSlider::set_enabled (C++ function)
AgtSlider::set_orientation (C++ function)
AgtSlider::set_range (C++ function)
AgtSlider::set_target (C++ function)
AgtSlider::set_thumb_color (C++ function)
AgtSlider::set_thumb_size (C++ function)
AgtSlider::set_value (C++ function)
AgtSlider::target (C++ function)
AgtSlider::target_id (C++ function)
AgtSlider::thumb_color (C++ function)
AgtSlider::thumb_origin (C++ function)
AgtSlider::thumb_size (C++ function)
AgtSlider::value (C++ function)
AgtSpacer (C++ class)
AgtSpinBox (C++ class)
AgtSpinBox::AgtSpinBox (C++ function)
AgtSpinBox::build (C++ function)
AgtSpinBox::draw (C++ function)
AgtSpinBox::max_value (C++ function)
AgtSpinBox::min_value (C++ function)
AgtSpinBox::on_key_press (C++ function)
AgtSpinBox::on_step (C++ function)
AgtSpinBox::PhonyNameDueToError::ID_DOWN (C++ enumerator)
AgtSpinBox::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtSpinBox::PhonyNameDueToError::ID_UP (C++ enumerator)
AgtSpinBox::set_range (C++ function)
AgtSpinBox::set_step (C++ function)
AgtSpinBox::set_target (C++ function)
AgtSpinBox::set_value (C++ function)
AgtSpinBox::step (C++ function)
AgtSpinBox::value (C++ function)
AgtSpinner (C++ class)
AgtSpinner::active_color (C++ function)
AgtSpinner::advance (C++ function)
AgtSpinner::AgtSpinner (C++ function)
AgtSpinner::build (C++ function)
AgtSpinner::DEFAULT_INTERVAL_MS (C++ member)
AgtSpinner::DEFAULT_STEPS (C++ member)
AgtSpinner::draw (C++ function)
AgtSpinner::ID_LAST (C++ member)
AgtSpinner::interval_ms (C++ function)
AgtSpinner::phase (C++ function)
AgtSpinner::restyle (C++ function)
AgtSpinner::running (C++ function)
AgtSpinner::set_active_color (C++ function)
AgtSpinner::set_interval_ms (C++ function)
AgtSpinner::set_phase (C++ function)
AgtSpinner::set_trail_color (C++ function)
AgtSpinner::start (C++ function)
AgtSpinner::steps (C++ function)
AgtSpinner::stop (C++ function)
AgtSpinner::trail_color (C++ function)
AgtSpinner::~AgtSpinner (C++ function)
AgtSprite (C++ class)
AgtSprite::advance (C++ function)
AgtSprite::AgtSprite (C++ function)
AgtSprite::build (C++ function)
AgtSprite::cell_height (C++ function)
AgtSprite::cell_width (C++ function)
AgtSprite::DEFAULT_INTERVAL_MS (C++ member)
AgtSprite::draw (C++ function)
AgtSprite::frame (C++ function)
AgtSprite::frame_count (C++ function)
AgtSprite::ID_LAST (C++ member)
AgtSprite::interval_ms (C++ function)
AgtSprite::running (C++ function)
AgtSprite::set_frame (C++ function)
AgtSprite::set_interval_ms (C++ function)
AgtSprite::set_sheet (C++ function)
AgtSprite::start (C++ function)
AgtSprite::stop (C++ function)
AgtSprite::~AgtSprite (C++ function)
AgtStatusBar (C++ class)
AgtStatusBar::add_segment (C++ function)
AgtStatusBar::AgtStatusBar (C++ function)
AgtStatusBar::build (C++ function)
AgtStatusBar::draw (C++ function)
AgtStatusBar::ID_LAST (C++ member)
AgtStatusBar::MAX_SEGMENTS (C++ member)
AgtStatusBar::on_left_button_press (C++ function)
AgtStatusBar::restyle (C++ function)
AgtStatusBar::right_text (C++ function)
AgtStatusBar::segment_at (C++ function)
AgtStatusBar::segment_count (C++ function)
AgtStatusBar::set_right_text (C++ function)
AgtStatusBar::set_segment_text (C++ function)
AgtStatusBar::set_text (C++ function)
AgtStatusBar::set_text_color (C++ function)
AgtStatusBar::set_text_size (C++ function)
AgtStatusBar::text (C++ function)
AgtStatusBar::text_color (C++ function)
AgtStatusBar::text_size (C++ function)
AgtStatusBar::~AgtStatusBar (C++ function)
AgtSwitch (C++ class)
AgtSwitch::AgtSwitch (C++ function)
AgtSwitch::build (C++ function)
AgtSwitch::DEFAULT_TRACK_HEIGHT (C++ member)
AgtSwitch::DEFAULT_TRACK_WIDTH (C++ member)
AgtSwitch::draw (C++ function)
AgtSwitch::ID_LAST (C++ member)
AgtSwitch::knob_color (C++ function)
AgtSwitch::off_color (C++ function)
AgtSwitch::on_color (C++ function)
AgtSwitch::restyle (C++ function)
AgtSwitch::set_knob_color (C++ function)
AgtSwitch::set_off_color (C++ function)
AgtSwitch::set_on_color (C++ function)
AgtSwitch::set_track_size (C++ function)
AgtSwitch::track_height (C++ function)
AgtSwitch::track_width (C++ function)
AgtTableBase (C++ class)
AgtTableBase::add_column (C++ function)
AgtTableBase::add_row (C++ function)
AgtTableBase::cell (C++ function)
AgtTableBase::clear_rows (C++ function)
AgtTableBase::column_count (C++ function)
AgtTableBase::column_header (C++ function)
AgtTableBase::column_width (C++ function)
AgtTableBase::draw (C++ function)
AgtTableBase::focus_policy (C++ function)
AgtTableBase::header_height (C++ function)
AgtTableBase::MAX_COLS (C++ member)
AgtTableBase::on_focus_in (C++ function)
AgtTableBase::on_focus_out (C++ function)
AgtTableBase::on_mouse_wheel (C++ function)
AgtTableBase::on_scroll (C++ function)
AgtTableBase::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtTableBase::PhonyNameDueToError::ID_SCROLLBAR (C++ enumerator)
AgtTableBase::row_count (C++ function)
AgtTableBase::row_height (C++ function)
AgtTableBase::set_cell (C++ function)
AgtTableBase::set_column_width (C++ function)
AgtTableBase::set_header_colors (C++ function)
AgtTableBase::set_header_height (C++ function)
AgtTableBase::set_row_height (C++ function)
AgtTableBase::set_target (C++ function)
AgtTableBase::set_text_color (C++ function)
AgtTableBase::target (C++ function)
AgtTableBase::target_id (C++ function)
AgtTableBase::text_color (C++ function)
AgtTableBase::top (C++ function)
AgtTableBase::visible_rows (C++ function)
AgtTableBase::~AgtTableBase (C++ function)
AgtTableEdit (C++ class)
AgtTableEdit::add_column (C++ function)
AgtTableEdit::add_row (C++ function)
AgtTableEdit::AgtTableEdit (C++ function)
AgtTableEdit::begin_edit (C++ function)
AgtTableEdit::build (C++ function)
AgtTableEdit::cancel_edit (C++ function)
AgtTableEdit::clear_rows (C++ function)
AgtTableEdit::column_editable (C++ function)
AgtTableEdit::commit_edit (C++ function)
AgtTableEdit::current_col (C++ function)
AgtTableEdit::current_row (C++ function)
AgtTableEdit::editing (C++ function)
AgtTableEdit::editor_cursor_blink (C++ function)
AgtTableEdit::on_editor_commit (C++ function)
AgtTableEdit::on_key_press (C++ function)
AgtTableEdit::on_left_button_press (C++ function)
AgtTableEdit::on_mouse_wheel (C++ function)
AgtTableEdit::PhonyNameDueToError::ID_EDITOR (C++ enumerator)
AgtTableEdit::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtTableEdit::set_active_colors (C++ function)
AgtTableEdit::set_column_editable (C++ function)
AgtTableEdit::set_current_cell (C++ function)
AgtTableEdit::set_editor_cursor_blink (C++ function)
AgtTableEdit::~AgtTableEdit (C++ function)
AgtTableView (C++ class)
AgtTableView::AgtTableView (C++ function)
AgtTableView::build (C++ function)
AgtTableView::clear_rows (C++ function)
AgtTableView::column_sort_mode (C++ function)
AgtTableView::current_row (C++ function)
AgtTableView::on_key_press (C++ function)
AgtTableView::on_left_button_press (C++ function)
AgtTableView::set_column_sort_mode (C++ function)
AgtTableView::set_current_row (C++ function)
AgtTableView::set_selection_colors (C++ function)
AgtTableView::set_sortable (C++ function)
AgtTableView::sort_ascending (C++ function)
AgtTableView::sort_by (C++ function)
AgtTableView::sortable (C++ function)
AgtTableView::sorted_column (C++ function)
AgtTableView::SortMode (C++ enum)
AgtTableView::SortMode::AGT_SORT_NUMERIC (C++ enumerator)
AgtTableView::SortMode::AGT_SORT_TEXT (C++ enumerator)
AgtTableView::~AgtTableView (C++ function)
AgtTabView (C++ class)
AgtTabView::active (C++ function)
AgtTabView::add_tab (C++ function)
AgtTabView::AgtTabView (C++ function)
AgtTabView::build (C++ function)
AgtTabView::DEFAULT_TAB_WIDTH (C++ member)
AgtTabView::draw (C++ function)
AgtTabView::ID_LAST (C++ member)
AgtTabView::MAX_TABS (C++ member)
AgtTabView::on_key_press (C++ function)
AgtTabView::on_tab (C++ function)
AgtTabView::page (C++ function)
AgtTabView::remove_tab (C++ function)
AgtTabView::set_active (C++ function)
AgtTabView::set_change_target (C++ function)
AgtTabView::set_tab_label (C++ function)
AgtTabView::set_tab_strip_height (C++ function)
AgtTabView::set_tab_width (C++ function)
AgtTabView::tab_count (C++ function)
AgtTabView::tab_strip_height (C++ function)
AgtTabView::tab_width (C++ function)
AgtTabView::~AgtTabView (C++ function)
AgtTerminal (C++ class)
AgtTerminal::AgtTerminal (C++ function)
AgtTerminal::ansi_pixel (C++ function)
AgtTerminal::Attr (C++ enum)
AgtTerminal::Attr::AGT_TERM_BOLD (C++ enumerator)
AgtTerminal::Attr::AGT_TERM_INVERSE (C++ enumerator)
AgtTerminal::Attr::AGT_TERM_UNDERLINE (C++ enumerator)
AgtTerminal::build (C++ function)
AgtTerminal::Cell (C++ struct)
AgtTerminal::Cell::attr (C++ member)
AgtTerminal::Cell::bg (C++ member)
AgtTerminal::Cell::cp (C++ member)
AgtTerminal::Cell::fg (C++ member)
AgtTerminal::cell_at (C++ function)
AgtTerminal::COLOR_DEFAULT (C++ member)
AgtTerminal::cols (C++ function)
AgtTerminal::cursor_col (C++ function)
AgtTerminal::cursor_row (C++ function)
AgtTerminal::default_bg (C++ function)
AgtTerminal::DEFAULT_COLS (C++ member)
AgtTerminal::default_fg (C++ function)
AgtTerminal::DEFAULT_ROWS (C++ member)
AgtTerminal::DEFAULT_SCROLLBACK (C++ member)
AgtTerminal::draw (C++ function)
AgtTerminal::emit_key (C++ function)
AgtTerminal::feed (C++ function)
AgtTerminal::feed_str (C++ function)
AgtTerminal::focus_policy (C++ function)
AgtTerminal::focused (C++ function)
AgtTerminal::follow_tail (C++ function)
AgtTerminal::InputFn (C++ type)
AgtTerminal::MAX_COLS (C++ member)
AgtTerminal::MAX_ROWS (C++ member)
AgtTerminal::on_focus_in (C++ function)
AgtTerminal::on_focus_out (C++ function)
AgtTerminal::on_key_press (C++ function)
AgtTerminal::on_mouse_wheel (C++ function)
AgtTerminal::on_scroll (C++ function)
AgtTerminal::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtTerminal::PhonyNameDueToError::ID_SCROLLBAR (C++ enumerator)
AgtTerminal::reset (C++ function)
AgtTerminal::rows (C++ function)
AgtTerminal::scrollback_cap (C++ function)
AgtTerminal::scrollback_cell (C++ function)
AgtTerminal::scrollback_len (C++ function)
AgtTerminal::set_default_colors (C++ function)
AgtTerminal::set_follow_tail (C++ function)
AgtTerminal::set_grid_size (C++ function)
AgtTerminal::set_on_input (C++ function)
AgtTerminal::set_scrollback_cap (C++ function)
AgtTerminal::set_text_size (C++ function)
AgtTerminal::text_size (C++ function)
AgtTerminal::top_line (C++ function)
AgtTerminal::~AgtTerminal (C++ function)
AgtToggleButton (C++ class)
AgtToggleButton::active_color (C++ function)
AgtToggleButton::AgtToggleButton (C++ function)
AgtToggleButton::build (C++ function)
AgtToggleButton::checked (C++ function)
AgtToggleButton::effective_bg_color (C++ function)
AgtToggleButton::ID_LAST (C++ member)
AgtToggleButton::restyle (C++ function)
AgtToggleButton::set_active_color (C++ function)
AgtToggleButton::set_checked (C++ function)
AgtToggleButton::state_flags (C++ function)
AgtToolBar (C++ class)
AgtToolBar::add_button (C++ function)
AgtToolBar::add_icon_button (C++ function)
,
[1]
AgtToolBar::add_separator (C++ function)
AgtToolBar::AgtToolBar (C++ function)
AgtToolBar::build (C++ function)
AgtToolBar::DEFAULT_BUTTON_HEIGHT (C++ member)
AgtToolBar::DEFAULT_BUTTON_WIDTH (C++ member)
AgtToolBar::DEFAULT_SPACING (C++ member)
AgtToolBar::draw (C++ function)
AgtToolBar::ID_LAST (C++ member)
AgtToolBar::SEPARATOR_WIDTH (C++ member)
AgtTooltip (C++ class)
AgtTooltip::AgtTooltip (C++ function)
AgtTooltip::dirty_margin (C++ function)
AgtTooltip::draw (C++ function)
AgtTooltip::ID_LAST (C++ member)
AgtTooltip::move_to (C++ function)
AgtTooltip::set_text (C++ function)
AgtTooltip::set_text_color (C++ function)
AgtTooltip::set_text_size (C++ function)
AgtTooltip::text (C++ function)
AgtTooltip::text_color (C++ function)
AgtTooltip::text_size (C++ function)
AgtTreeView (C++ class)
AgtTreeView::add_item (C++ function)
AgtTreeView::AgtTreeView (C++ function)
AgtTreeView::build (C++ function)
AgtTreeView::clear (C++ function)
AgtTreeView::current (C++ function)
AgtTreeView::draw (C++ function)
AgtTreeView::focus_policy (C++ function)
AgtTreeView::is_expanded (C++ function)
AgtTreeView::item_label (C++ function)
AgtTreeView::on_focus_in (C++ function)
AgtTreeView::on_focus_out (C++ function)
AgtTreeView::on_key_press (C++ function)
AgtTreeView::on_left_button_press (C++ function)
AgtTreeView::on_mouse_wheel (C++ function)
AgtTreeView::on_scroll (C++ function)
AgtTreeView::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtTreeView::PhonyNameDueToError::ID_SCROLLBAR (C++ enumerator)
AgtTreeView::row_height (C++ function)
AgtTreeView::set_current (C++ function)
AgtTreeView::set_expanded (C++ function)
AgtTreeView::set_row_height (C++ function)
AgtTreeView::set_selection_colors (C++ function)
AgtTreeView::set_target (C++ function)
AgtTreeView::set_text_color (C++ function)
AgtTreeView::target (C++ function)
AgtTreeView::target_id (C++ function)
AgtTreeView::text_color (C++ function)
AgtTreeView::top (C++ function)
AgtTreeView::visible_count (C++ function)
AgtTreeView::visible_rows (C++ function)
AgtTreeView::~AgtTreeView (C++ function)
AgtVBox (C++ class)
AgtVBox::AgtVBox (C++ function)
,
[1]
AgtVBox::build (C++ function)
AgtVBox::draw (C++ function)
AgtVBox::ID_LAST (C++ member)
AgtVBox::natural_height (C++ function)
AgtVBox::natural_width (C++ function)
AgtVBox::set_spacing (C++ function)
AgtVBox::spacing (C++ function)
AgtWidget (C++ class)
AgtWidget::absolute_origin (C++ function)
AgtWidget::AgtWidget (C++ function)
AgtWidget::can_focus (C++ function)
AgtWidget::clear_dirty (C++ function)
AgtWidget::dirty (C++ function)
AgtWidget::dirty_margin (C++ function)
AgtWidget::draw (C++ function)
AgtWidget::effectively_visible (C++ function)
AgtWidget::enabled (C++ function)
AgtWidget::fill_cross (C++ function)
AgtWidget::focus_policy (C++ function)
AgtWidget::handle_event (C++ function)
AgtWidget::has_focus (C++ function)
AgtWidget::has_tooltip (C++ function)
AgtWidget::height (C++ function)
AgtWidget::height_fixed (C++ function)
AgtWidget::is_focus_scope (C++ function)
AgtWidget::is_group_selected (C++ function)
AgtWidget::is_visible (C++ function)
AgtWidget::is_widget (C++ function)
AgtWidget::map_to_window (C++ function)
AgtWidget::mark_dirty (C++ function)
AgtWidget::natural_height (C++ function)
AgtWidget::natural_width (C++ function)
AgtWidget::on_cmd_disable (C++ function)
AgtWidget::on_cmd_enable (C++ function)
AgtWidget::on_cmd_hide (C++ function)
AgtWidget::on_cmd_show (C++ function)
AgtWidget::on_cmd_toggleenabled (C++ function)
AgtWidget::on_cmd_toggleshown (C++ function)
AgtWidget::on_tree_mutated (C++ function)
AgtWidget::palette (C++ function)
AgtWidget::PhonyNameDueToError::ID_DISABLE (C++ enumerator)
AgtWidget::PhonyNameDueToError::ID_ENABLE (C++ enumerator)
AgtWidget::PhonyNameDueToError::ID_HIDE (C++ enumerator)
AgtWidget::PhonyNameDueToError::ID_LAST (C++ enumerator)
AgtWidget::PhonyNameDueToError::ID_SHOW (C++ enumerator)
AgtWidget::PhonyNameDueToError::ID_TOGGLEENABLED (C++ enumerator)
AgtWidget::PhonyNameDueToError::ID_TOGGLESHOWN (C++ enumerator)
AgtWidget::restyle (C++ function)
AgtWidget::restyle_tree (C++ function)
AgtWidget::same_focus_group (C++ function)
AgtWidget::set_bounds (C++ function)
AgtWidget::set_enabled (C++ function)
AgtWidget::set_fill_cross (C++ function)
AgtWidget::set_fixed_height (C++ function)
AgtWidget::set_fixed_size (C++ function)
AgtWidget::set_fixed_width (C++ function)
AgtWidget::set_palette (C++ function)
AgtWidget::set_stretch (C++ function)
AgtWidget::set_style (C++ function)
AgtWidget::set_tooltip (C++ function)
AgtWidget::set_visible (C++ function)
AgtWidget::state_flags (C++ function)
AgtWidget::stretch (C++ function)
AgtWidget::style (C++ function)
AgtWidget::tooltip (C++ function)
AgtWidget::wants_child_clip (C++ function)
AgtWidget::width (C++ function)
AgtWidget::width_fixed (C++ function)
AgtWidget::window (C++ function)
AgtWidget::x (C++ function)
AgtWidget::y (C++ function)
AgtWidget::~AgtWidget (C++ function)
AgtWindow (C++ class)
AgtWindow::ACCEL_MAX (C++ member)
AgtWindow::accelerator_count (C++ function)
AgtWindow::add_accelerator (C++ function)
AgtWindow::add_ctrl_accelerator (C++ function)
AgtWindow::AgtWindow (C++ function)
,
[1]
AgtWindow::back_buf (C++ function)
AgtWindow::capture_mouse (C++ function)
AgtWindow::clear_accelerators (C++ function)
AgtWindow::compositor (C++ function)
AgtWindow::damage_bbox (C++ function)
AgtWindow::dispatch_input (C++ function)
AgtWindow::draw (C++ function)
AgtWindow::drive_tooltip (C++ function)
AgtWindow::focus_direction (C++ function)
AgtWindow::focus_next (C++ function)
AgtWindow::FocusDir (C++ enum)
AgtWindow::FocusDir::FOCUS_DOWN (C++ enumerator)
AgtWindow::FocusDir::FOCUS_LEFT (C++ enumerator)
AgtWindow::FocusDir::FOCUS_RIGHT (C++ enumerator)
AgtWindow::FocusDir::FOCUS_UP (C++ enumerator)
AgtWindow::focused (C++ function)
AgtWindow::has_damage (C++ function)
AgtWindow::hovered (C++ function)
AgtWindow::ID_LAST (C++ member)
AgtWindow::invalidate_all (C++ function)
AgtWindow::invalidate_region (C++ function)
AgtWindow::loop (C++ function)
AgtWindow::mark_dirty (C++ function)
AgtWindow::mouse_captor (C++ function)
AgtWindow::note_structure_changed (C++ function)
AgtWindow::on_key_press (C++ function)
AgtWindow::on_surface_axis (C++ function)
AgtWindow::on_surface_button (C++ function)
AgtWindow::on_surface_enter (C++ function)
AgtWindow::on_surface_key (C++ function)
AgtWindow::on_surface_motion (C++ function)
AgtWindow::on_tree_mutated (C++ function)
AgtWindow::on_widget_destroyed (C++ function)
AgtWindow::pop_focus (C++ function)
AgtWindow::present_mode (C++ function)
AgtWindow::PresentMode (C++ enum)
AgtWindow::PresentMode::PRESENT_DAMAGE (C++ enumerator)
AgtWindow::PresentMode::PRESENT_FULL (C++ enumerator)
AgtWindow::PresentMode::PRESENT_NONE (C++ enumerator)
AgtWindow::push_focus (C++ function)
AgtWindow::rebuild_owned_output_ (C++ function)
AgtWindow::redraw (C++ function)
AgtWindow::release_focus (C++ function)
AgtWindow::release_mouse (C++ function)
AgtWindow::render_subtree (C++ function)
AgtWindow::set_focus (C++ function)
AgtWindow::set_loop (C++ function)
AgtWindow::show_pending_tooltip (C++ function)
AgtWindow::surface (C++ function)
AgtWindow::surface_compositor (C++ function)
AgtWindow::TOOLTIP_DELAY_MS (C++ member)
AgtWindow::tooltip_shown (C++ function)
AgtWindow::tooltip_target (C++ function)
AgtWindow::tooltip_widget (C++ function)
AgtWindow::track_popup_ (C++ function)
AgtWindow::untrack_popup_ (C++ function)
AgtWindow::widget_at (C++ function)
AgtWindow::~AgtWindow (C++ function)