gtkmm: gtkmm Enums and Flags

Classes

class  Gtk::Constraint::Strength_Wrapper
 Wrapper for enum Strength. More...

 
class  Gtk::ResponseType_Wrapper
 Wrapper for enum ResponseType. More...

 

Typedefs

using Gtk::Constraint::Strength = Strength_Wrapper::Strength
 Strength enumerators are scoped by the wrapper class and can be implicitly converted to int. More...

 
using Gtk::ResponseType = ResponseType_Wrapper::ResponseType
 ResponseType enumerators are scoped by the wrapper class and can be implicitly converted to int. More...

 

Enumerations

enum  { Gtk::SpinButton::INPUT_ERROR = -1 }
 Constant to return from a signal handler for the input signal in case of conversion failure. More...

 
enum  Gtk::License {

  Gtk::License::UNKNOWN,

  Gtk::License::CUSTOM,

  Gtk::License::GPL_2_0,

  Gtk::License::GPL_3_0,

  Gtk::License::LGPL_2_1,

  Gtk::License::LGPL_3_0,

  Gtk::License::BSD,

  Gtk::License::MIT_X11,

  Gtk::License::ARTISTIC,

  Gtk::License::GPL_2_0_ONLY,

  Gtk::License::GPL_3_0_ONLY,

  Gtk::License::LGPL_2_1_ONLY,

  Gtk::License::LGPL_3_0_ONLY,

  Gtk::License::AGPL_3_0,

  Gtk::License::AGPL_3_0_ONLY,

  Gtk::License::BSD_3,

  Gtk::License::APACHE_2_0,

  Gtk::License::MPL_2_0

}
 The type of license for an application. More...

 
enum  Gtk::Accessible::Role {

  Gtk::Accessible::Role::ALERT,

  Gtk::Accessible::Role::ALERT_DIALOG,

  Gtk::Accessible::Role::BANNER,

  Gtk::Accessible::Role::BUTTON,

  Gtk::Accessible::Role::CAPTION,

  Gtk::Accessible::Role::CELL,

  Gtk::Accessible::Role::CHECKBOX,

  Gtk::Accessible::Role::COLUMN_HEADER,

  Gtk::Accessible::Role::COMBO_BOX,

  Gtk::Accessible::Role::COMMAND,

  Gtk::Accessible::Role::COMPOSITE,

  Gtk::Accessible::Role::DIALOG,

  Gtk::Accessible::Role::DOCUMENT,

  Gtk::Accessible::Role::FEED,

  Gtk::Accessible::Role::FORM,

  Gtk::Accessible::Role::GENERIC,

  Gtk::Accessible::Role::GRID,

  Gtk::Accessible::Role::GRID_CELL,

  Gtk::Accessible::Role::GROUP,

  Gtk::Accessible::Role::HEADING,

  Gtk::Accessible::Role::IMG,

  Gtk::Accessible::Role::INPUT,

  Gtk::Accessible::Role::LABEL,

  Gtk::Accessible::Role::LANDMARK,

  Gtk::Accessible::Role::LEGEND,

  Gtk::Accessible::Role::LINK,

  Gtk::Accessible::Role::LIST,

  Gtk::Accessible::Role::LIST_BOX,

  Gtk::Accessible::Role::LIST_ITEM,

  Gtk::Accessible::Role::LOG,

  Gtk::Accessible::Role::MAIN,

  Gtk::Accessible::Role::MARQUEE,

  Gtk::Accessible::Role::MATH,

  Gtk::Accessible::Role::METER,

  Gtk::Accessible::Role::MENU,

  Gtk::Accessible::Role::MENU_BAR,

  Gtk::Accessible::Role::MENU_ITEM,

  Gtk::Accessible::Role::MENU_ITEM_CHECKBOX,

  Gtk::Accessible::Role::MENU_ITEM_RADIO,

  Gtk::Accessible::Role::NAVIGATION,

  Gtk::Accessible::Role::NONE,

  Gtk::Accessible::Role::NOTE,

  Gtk::Accessible::Role::OPTION,

  Gtk::Accessible::Role::PRESENTATION,

  Gtk::Accessible::Role::PROGRESS_BAR,

  Gtk::Accessible::Role::RADIO,

  Gtk::Accessible::Role::RADIO_GROUP,

  Gtk::Accessible::Role::RANGE,

  Gtk::Accessible::Role::REGION,

  Gtk::Accessible::Role::ROW,

  Gtk::Accessible::Role::ROW_GROUP,

  Gtk::Accessible::Role::ROW_HEADER,

  Gtk::Accessible::Role::SCROLLBAR,

  Gtk::Accessible::Role::SEARCH,

  Gtk::Accessible::Role::SEARCH_BOX,

  Gtk::Accessible::Role::SECTION,

  Gtk::Accessible::Role::SECTION_HEAD,

  Gtk::Accessible::Role::SELECT,

  Gtk::Accessible::Role::SEPARATOR,

  Gtk::Accessible::Role::SLIDER,

  Gtk::Accessible::Role::SPIN_BUTTON,

  Gtk::Accessible::Role::STATUS,

  Gtk::Accessible::Role::STRUCTURE,

  Gtk::Accessible::Role::SWITCH,

  Gtk::Accessible::Role::TAB,

  Gtk::Accessible::Role::TABLE,

  Gtk::Accessible::Role::TAB_LIST,

  Gtk::Accessible::Role::TAB_PANEL,

  Gtk::Accessible::Role::TEXT_BOX,

  Gtk::Accessible::Role::TIME,

  Gtk::Accessible::Role::TIMER,

  Gtk::Accessible::Role::TOOLBAR,

  Gtk::Accessible::Role::TOOLTIP,

  Gtk::Accessible::Role::TREE,

  Gtk::Accessible::Role::TREE_GRID,

  Gtk::Accessible::Role::TREE_ITEM,

  Gtk::Accessible::Role::WIDGET,

  Gtk::Accessible::Role::WINDOW

}
 The accessible role for a Gtk::Accessible implementation. More...

 
enum  Gtk::Accessible::State {

  Gtk::Accessible::State::BUSY,

  Gtk::Accessible::State::CHECKED,

  Gtk::Accessible::State::DISABLED,

  Gtk::Accessible::State::EXPANDED,

  Gtk::Accessible::State::HIDDEN,

  Gtk::Accessible::State::INVALID,

  Gtk::Accessible::State::PRESSED,

  Gtk::Accessible::State::SELECTED

}
 The possible accessible states of a Gtk::Accessible. More...

 
enum  Gtk::Accessible::Property {

  Gtk::Accessible::Property::AUTOCOMPLETE,

  Gtk::Accessible::Property::DESCRIPTION,

  Gtk::Accessible::Property::HAS_POPUP,

  Gtk::Accessible::Property::KEY_SHORTCUTS,

  Gtk::Accessible::Property::LABEL,

  Gtk::Accessible::Property::LEVEL,

  Gtk::Accessible::Property::MODAL,

  Gtk::Accessible::Property::MULTI_LINE,

  Gtk::Accessible::Property::MULTI_SELECTABLE,

  Gtk::Accessible::Property::ORIENTATION,

  Gtk::Accessible::Property::PLACEHOLDER,

  Gtk::Accessible::Property::READ_ONLY,

  Gtk::Accessible::Property::REQUIRED,

  Gtk::Accessible::Property::ROLE_DESCRIPTION,

  Gtk::Accessible::Property::SORT,

  Gtk::Accessible::Property::VALUE_MAX,

  Gtk::Accessible::Property::VALUE_MIN,

  Gtk::Accessible::Property::VALUE_NOW,

  Gtk::Accessible::Property::VALUE_TEXT

}
 The possible accessible properties of a Gtk::Accessible. More...

 
enum  Gtk::Accessible::Relation {

  Gtk::Accessible::Relation::ACTIVE_DESCENDANT,

  Gtk::Accessible::Relation::COL_COUNT,

  Gtk::Accessible::Relation::COL_INDEX,

  Gtk::Accessible::Relation::COL_INDEX_TEXT,

  Gtk::Accessible::Relation::COL_SPAN,

  Gtk::Accessible::Relation::CONTROLS,

  Gtk::Accessible::Relation::DESCRIBED_BY,

  Gtk::Accessible::Relation::DETAILS,

  Gtk::Accessible::Relation::ERROR_MESSAGE,

  Gtk::Accessible::Relation::FLOW_TO,

  Gtk::Accessible::Relation::LABELLED_BY,

  Gtk::Accessible::Relation::OWNS,

  Gtk::Accessible::Relation::POS_IN_SET,

  Gtk::Accessible::Relation::ROW_COUNT,

  Gtk::Accessible::Relation::ROW_INDEX,

  Gtk::Accessible::Relation::ROW_INDEX_TEXT,

  Gtk::Accessible::Relation::ROW_SPAN,

  Gtk::Accessible::Relation::SET_SIZE

}
 The possible accessible relations of a Gtk::Accessible. More...

 
enum  Gtk::Application::InhibitFlags {

  Gtk::Application::InhibitFlags::LOGOUT = (1 << 0),

  Gtk::Application::InhibitFlags::SWITCH = (1 << 1),

  Gtk::Application::InhibitFlags::SUSPEND = (1 << 2),

  Gtk::Application::InhibitFlags::IDLE = (1 << 3)

}
 Types of user actions that may be blocked by Gtk::Application::inhibit(). More...

 
enum  Gtk::AssistantPage::Type {

  Gtk::AssistantPage::Type::CONTENT,

  Gtk::AssistantPage::Type::INTRO,

  Gtk::AssistantPage::Type::CONFIRM,

  Gtk::AssistantPage::Type::SUMMARY,

  Gtk::AssistantPage::Type::PROGRESS,

  Gtk::AssistantPage::Type::CUSTOM

}
 An enum for determining the page role inside the Gtk::Assistant. More...

 
enum  Gtk::CellRendererState {

  Gtk::CellRendererState::SELECTED = 1 << 0,

  Gtk::CellRendererState::PRELIT = 1 << 1,

  Gtk::CellRendererState::INSENSITIVE = 1 << 2,

  Gtk::CellRendererState::SORTED = 1 << 3,

  Gtk::CellRendererState::FOCUSED = 1 << 4,

  Gtk::CellRendererState::EXPANDABLE = 1 << 5,

  Gtk::CellRendererState::EXPANDED = 1 << 6

}
 Tells how a cell is to be rendered. More...

 
enum  Gtk::CellRendererMode {

  Gtk::CellRendererMode::INERT,

  Gtk::CellRendererMode::ACTIVATABLE,

  Gtk::CellRendererMode::EDITABLE

}
 Identifies how the user can interact with a particular cell. More...

 
enum  Gtk::CellRendererAccel::Mode {

  Gtk::CellRendererAccel::Mode::GTK,

  Gtk::CellRendererAccel::Mode::OTHER

}
 Determines if the edited accelerators are GTK accelerators. More...

 
enum  Gtk::Constraint::Attribute {

  Gtk::Constraint::Attribute::NONE,

  Gtk::Constraint::Attribute::LEFT,

  Gtk::Constraint::Attribute::RIGHT,

  Gtk::Constraint::Attribute::TOP,

  Gtk::Constraint::Attribute::BOTTOM,

  Gtk::Constraint::Attribute::START,

  Gtk::Constraint::Attribute::END,

  Gtk::Constraint::Attribute::WIDTH,

  Gtk::Constraint::Attribute::HEIGHT,

  Gtk::Constraint::Attribute::CENTER_X,

  Gtk::Constraint::Attribute::CENTER_Y,

  Gtk::Constraint::Attribute::BASELINE

}
 The widget attributes that can be used when creating a Gtk::Constraint. More...

 
enum  Gtk::Constraint::Relation {

  Gtk::Constraint::Relation::LE = -1,

  Gtk::Constraint::Relation::EQ,

  Gtk::Constraint::Relation::GE

}
 The relation between two terms of a constraint. More...

 
enum  Gtk::Constraint::Strength_Wrapper::Strength {

  Gtk::Constraint::Strength_Wrapper::REQUIRED = 1001001000,

  Gtk::Constraint::Strength_Wrapper::STRONG = 1000000000,

  Gtk::Constraint::Strength_Wrapper::MEDIUM = 1000,

  Gtk::Constraint::Strength_Wrapper::WEAK = 1

}
 The strength of a constraint, expressed as a symbolic constant. More...

 
enum  Gtk::ResponseType_Wrapper::ResponseType {

  Gtk::ResponseType_Wrapper::NONE = -1,

  Gtk::ResponseType_Wrapper::REJECT = -2,

  Gtk::ResponseType_Wrapper::ACCEPT = -3,

  Gtk::ResponseType_Wrapper::DELETE_EVENT = -4,

  Gtk::ResponseType_Wrapper::OK = -5,

  Gtk::ResponseType_Wrapper::CANCEL = -6,

  Gtk::ResponseType_Wrapper::CLOSE = -7,

  Gtk::ResponseType_Wrapper::YES = -8,

  Gtk::ResponseType_Wrapper::NO = -9,

  Gtk::ResponseType_Wrapper::APPLY = -10,

  Gtk::ResponseType_Wrapper::HELP = -11

}
 Predefined values for use as response ids in Gtk::Dialog::add_button(). More...

 
enum  Gtk::Entry::IconPosition {

  Gtk::Entry::IconPosition::PRIMARY,

  Gtk::Entry::IconPosition::SECONDARY

}
 Specifies the side of the entry at which an icon is placed. More...

 
enum  Gtk::Align {

  Gtk::Align::FILL,

  Gtk::Align::START,

  Gtk::Align::END,

  Gtk::Align::CENTER,

  Gtk::Align::BASELINE

}
 Controls how a widget deals with extra space in a single (x or y) dimension. More...

 
enum  Gtk::ArrowType {

  Gtk::ArrowType::UP,

  Gtk::ArrowType::DOWN,

  Gtk::ArrowType::LEFT,

  Gtk::ArrowType::RIGHT,

  Gtk::ArrowType::NONE

}
 Used to indicate the direction in which an arrow should point. More...

 
enum  Gtk::DeleteType {

  Gtk::DeleteType::CHARS,

  Gtk::DeleteType::WORD_ENDS,

  Gtk::DeleteType::WORDS,

  Gtk::DeleteType::DISPLAY_LINES,

  Gtk::DeleteType::DISPLAY_LINE_ENDS,

  Gtk::DeleteType::PARAGRAPH_ENDS,

  Gtk::DeleteType::PARAGRAPHS,

  Gtk::DeleteType::WHITESPACE

}
 See also: Gtk::Entry::signal_delete_from_cursor(). More...

 
enum  Gtk::DirectionType {

  Gtk::DirectionType::TAB_FORWARD,

  Gtk::DirectionType::TAB_BACKWARD,

  Gtk::DirectionType::UP,

  Gtk::DirectionType::DOWN,

  Gtk::DirectionType::LEFT,

  Gtk::DirectionType::RIGHT

}
 Focus movement types. More...

 
enum  Gtk::IconSize {

  Gtk::IconSize::INHERIT,

  Gtk::IconSize::NORMAL,

  Gtk::IconSize::LARGE

}
 Built-in icon sizes. More...

 
enum  Gtk::TextDirection {

  Gtk::TextDirection::NONE,

  Gtk::TextDirection::LTR,

  Gtk::TextDirection::RTL

}
 Reading directions for text. More...

 
enum  Gtk::Justification {

  Gtk::Justification::LEFT,

  Gtk::Justification::RIGHT,

  Gtk::Justification::CENTER,

  Gtk::Justification::FILL

}
 Used for justifying the text inside a Gtk::Label widget. More...

 
enum  Gio::DBus::MessageType {

  Gio::DBus::MessageType::INVALID,

  Gio::DBus::MessageType::METHOD_CALL,

  Gio::DBus::MessageType::METHOD_RETURN,

  Gio::DBus::MessageType::ERROR,

  Gio::DBus::MessageType::SIGNAL

}
 The type of message being displayed in the dialog. More...

 
enum  Gtk::MovementStep {

  Gtk::MovementStep::LOGICAL_POSITIONS,

  Gtk::MovementStep::VISUAL_POSITIONS,

  Gtk::MovementStep::WORDS,

  Gtk::MovementStep::DISPLAY_LINES,

  Gtk::MovementStep::DISPLAY_LINE_ENDS,

  Gtk::MovementStep::PARAGRAPHS,

  Gtk::MovementStep::PARAGRAPH_ENDS,

  Gtk::MovementStep::PAGES,

  Gtk::MovementStep::BUFFER_ENDS,

  Gtk::MovementStep::HORIZONTAL_PAGES

}
 
enum  Gtk::Orientation {

  Gtk::Orientation::HORIZONTAL,

  Gtk::Orientation::VERTICAL

}
 Represents the orientation of widgets and other objects which can be switched between horizontal and vertical orientation on the fly, like Gtk::Box or Gtk::GesturePan. More...

 
enum  Gtk::Overflow {

  Gtk::Overflow::VISIBLE,

  Gtk::Overflow::HIDDEN

}
 Defines how content overflowing a given area should be handled, such as with Gtk::Widget::set_overflow(). More...

 
enum  Gtk::CornerType {

  Gtk::CornerType::TOP_LEFT,

  Gtk::CornerType::BOTTOM_LEFT,

  Gtk::CornerType::TOP_RIGHT,

  Gtk::CornerType::BOTTOM_RIGHT

}
 Specifies which corner a child widget should be placed in when packed into a Gtk::ScrolledWindow. More...

 
enum  Gtk::PackType {

  Gtk::PackType::START,

  Gtk::PackType::END

}
 Represents the packing location of a children in its parent. More...

 
enum  Gtk::PickFlags {

  Gtk::PickFlags::DEFAULT = 0x0,

  Gtk::PickFlags::INSENSITIVE = 1 << 0,

  Gtk::PickFlags::NON_TARGETABLE = 1 << 1

}
 Flags that influence the behavior of Gtk::Widget::pick() More...

 
enum  Gtk::PolicyType {

  Gtk::PolicyType::ALWAYS,

  Gtk::PolicyType::AUTOMATIC,

  Gtk::PolicyType::NEVER,

  Gtk::PolicyType::EXTERNAL

}
 Determines how the size should be computed to achieve the one of the visibility mode for the scrollbars. More...

 
enum  Gtk::PositionType {

  Gtk::PositionType::LEFT,

  Gtk::PositionType::RIGHT,

  Gtk::PositionType::TOP,

  Gtk::PositionType::BOTTOM

}
 Describes which edge of a widget a certain feature is positioned at, e.g. More...

 
enum  Gtk::RevealerTransitionType {

  Gtk::RevealerTransitionType::NONE,

  Gtk::RevealerTransitionType::CROSSFADE,

  Gtk::RevealerTransitionType::SLIDE_RIGHT,

  Gtk::RevealerTransitionType::SLIDE_LEFT,

  Gtk::RevealerTransitionType::SLIDE_UP,

  Gtk::RevealerTransitionType::SLIDE_DOWN,

  Gtk::RevealerTransitionType::SWING_RIGHT,

  Gtk::RevealerTransitionType::SWING_LEFT,

  Gtk::RevealerTransitionType::SWING_UP,

  Gtk::RevealerTransitionType::SWING_DOWN

}
 These enumeration values describe the possible transitions when the child of a Gtk::Revealer widget is shown or hidden. More...

 
enum  Gtk::ScrollType {

  Gtk::ScrollType::NONE,

  Gtk::ScrollType::JUMP,

  Gtk::ScrollType::STEP_BACKWARD,

  Gtk::ScrollType::STEP_FORWARD,

  Gtk::ScrollType::PAGE_BACKWARD,

  Gtk::ScrollType::PAGE_FORWARD,

  Gtk::ScrollType::STEP_UP,

  Gtk::ScrollType::STEP_DOWN,

  Gtk::ScrollType::PAGE_UP,

  Gtk::ScrollType::PAGE_DOWN,

  Gtk::ScrollType::STEP_LEFT,

  Gtk::ScrollType::STEP_RIGHT,

  Gtk::ScrollType::PAGE_LEFT,

  Gtk::ScrollType::PAGE_RIGHT,

  Gtk::ScrollType::START,

  Gtk::ScrollType::END

}
 Scrolling types. More...

 
enum  Gtk::SelectionMode {

  Gtk::SelectionMode::NONE,

  Gtk::SelectionMode::SINGLE,

  Gtk::SelectionMode::BROWSE,

  Gtk::SelectionMode::MULTIPLE

}
 Used to control what selections users are allowed to make. More...

 
enum  Gtk::StackTransitionType {

  Gtk::StackTransitionType::NONE,

  Gtk::StackTransitionType::CROSSFADE,

  Gtk::StackTransitionType::SLIDE_RIGHT,

  Gtk::StackTransitionType::SLIDE_LEFT,

  Gtk::StackTransitionType::SLIDE_UP,

  Gtk::StackTransitionType::SLIDE_DOWN,

  Gtk::StackTransitionType::SLIDE_LEFT_RIGHT,

  Gtk::StackTransitionType::SLIDE_UP_DOWN,

  Gtk::StackTransitionType::OVER_UP,

  Gtk::StackTransitionType::OVER_DOWN,

  Gtk::StackTransitionType::OVER_LEFT,

  Gtk::StackTransitionType::OVER_RIGHT,

  Gtk::StackTransitionType::UNDER_UP,

  Gtk::StackTransitionType::UNDER_DOWN,

  Gtk::StackTransitionType::UNDER_LEFT,

  Gtk::StackTransitionType::UNDER_RIGHT,

  Gtk::StackTransitionType::OVER_UP_DOWN,

  Gtk::StackTransitionType::OVER_DOWN_UP,

  Gtk::StackTransitionType::OVER_LEFT_RIGHT,

  Gtk::StackTransitionType::OVER_RIGHT_LEFT,

  Gtk::StackTransitionType::ROTATE_LEFT,

  Gtk::StackTransitionType::ROTATE_RIGHT,

  Gtk::StackTransitionType::ROTATE_LEFT_RIGHT

}
 These enumeration values describe the possible transitions between pages in a Gtk::Stack widget. More...

 
enum  Pango::WrapMode {

  Pango::WrapMode::WORD,

  Pango::WrapMode::CHAR,

  Pango::WrapMode::WORD_CHAR

}
 Describes a type of line wrapping. More...

 
enum  Gtk::SortType {

  Gtk::SortType::ASCENDING,

  Gtk::SortType::DESCENDING

}
 Determines the direction of a sort. More...

 
enum  Gtk::Ordering {

  Gtk::Ordering::SMALLER = -1,

  Gtk::Ordering::EQUAL,

  Gtk::Ordering::LARGER

}
 Describes the way two values can be compared. More...

 
enum  Gtk::PageOrientation {

  Gtk::PageOrientation::PORTRAIT,

  Gtk::PageOrientation::LANDSCAPE,

  Gtk::PageOrientation::REVERSE_PORTRAIT,

  Gtk::PageOrientation::REVERSE_LANDSCAPE

}
 See also Gtk::PrintSettings::set_orientation(). More...

 
enum  Gtk::SensitivityType {

  Gtk::SensitivityType::AUTO,

  Gtk::SensitivityType::ON,

  Gtk::SensitivityType::OFF

}
 Determines how GTK handles the sensitivity of various controls, such as combo box buttons. More...

 
enum  Gtk::SizeRequestMode {

  Gtk::SizeRequestMode::HEIGHT_FOR_WIDTH,

  Gtk::SizeRequestMode::WIDTH_FOR_HEIGHT,

  Gtk::SizeRequestMode::CONSTANT_SIZE

}
 Specifies a preference for height-for-width or width-for-height geometry management. More...

 
enum  Gtk::StateFlags {

  Gtk::StateFlags::NORMAL = 0x0,

  Gtk::StateFlags::ACTIVE = 1 << 0,

  Gtk::StateFlags::PRELIGHT = 1 << 1,

  Gtk::StateFlags::SELECTED = 1 << 2,

  Gtk::StateFlags::INSENSITIVE = 1 << 3,

  Gtk::StateFlags::INCONSISTENT = 1 << 4,

  Gtk::StateFlags::FOCUSED = 1 << 5,

  Gtk::StateFlags::BACKDROP = 1 << 6,

  Gtk::StateFlags::DIR_LTR = 1 << 7,

  Gtk::StateFlags::DIR_RTL = 1 << 8,

  Gtk::StateFlags::LINK = 1 << 9,

  Gtk::StateFlags::VISITED = 1 << 10,

  Gtk::StateFlags::CHECKED = 1 << 11,

  Gtk::StateFlags::DROP_ACTIVE = 1 << 12,

  Gtk::StateFlags::FOCUS_VISIBLE = 1 << 13,

  Gtk::StateFlags::FOCUS_WITHIN = 1 << 14

}
 Describes a widget state. More...

 
enum  Gtk::InputPurpose {

  Gtk::InputPurpose::FREE_FORM,

  Gtk::InputPurpose::ALPHA,

  Gtk::InputPurpose::DIGITS,

  Gtk::InputPurpose::NUMBER,

  Gtk::InputPurpose::PHONE,

  Gtk::InputPurpose::URL,

  Gtk::InputPurpose::EMAIL,

  Gtk::InputPurpose::NAME,

  Gtk::InputPurpose::PASSWORD,

  Gtk::InputPurpose::PIN,

  Gtk::InputPurpose::TERMINAL

}
 Describes primary purpose of the input widget. More...

 
enum  Gtk::InputHints {

  Gtk::InputHints::NONE = 0x0,

  Gtk::InputHints::SPELLCHECK = 1 << 0,

  Gtk::InputHints::NO_SPELLCHECK = 1 << 1,

  Gtk::InputHints::WORD_COMPLETION = 1 << 2,

  Gtk::InputHints::LOWERCASE = 1 << 3,

  Gtk::InputHints::UPPERCASE_CHARS = 1 << 4,

  Gtk::InputHints::UPPERCASE_WORDS = 1 << 5,

  Gtk::InputHints::UPPERCASE_SENTENCES = 1 << 6,

  Gtk::InputHints::INHIBIT_OSK = 1 << 7,

  Gtk::InputHints::VERTICAL_WRITING = 1 << 8,

  Gtk::InputHints::EMOJI = 1 << 9,

  Gtk::InputHints::NO_EMOJI = 1 << 10,

  Gtk::InputHints::PRIVATE = 1 << 11

}
 Describes hints that might be taken into account by input methods or applications. More...

 
enum  Gtk::BaselinePosition {

  Gtk::BaselinePosition::TOP,

  Gtk::BaselinePosition::CENTER,

  Gtk::BaselinePosition::BOTTOM

}
 Whenever a container has some form of natural row it may align children in that row along a common typographical baseline. More...

 
enum  Gtk::ShortcutScope {

  Gtk::ShortcutScope::LOCAL,

  Gtk::ShortcutScope::MANAGED,

  Gtk::ShortcutScope::GLOBAL

}
 Describes where Gtk::Shortcuts added to a Gtk::ShortcutController get handled. More...

 
enum  Gtk::PropagationPhase {

  Gtk::PropagationPhase::NONE,

  Gtk::PropagationPhase::CAPTURE,

  Gtk::PropagationPhase::BUBBLE,

  Gtk::PropagationPhase::TARGET

}
 Describes the stage at which events are fed into a Gtk::EventController. More...

 
enum  Gtk::PropagationLimit {

  Gtk::PropagationLimit::NONE,

  Gtk::PropagationLimit::SAME_NATIVE

}
 Describes limits of a Gtk::EventController for handling events targeting other widgets. More...

 
enum  Gtk::EventControllerScroll::Flags {

  Gtk::EventControllerScroll::Flags::NONE = 0x0,

  Gtk::EventControllerScroll::Flags::VERTICAL = 1 << 0,

  Gtk::EventControllerScroll::Flags::HORIZONTAL = 1 << 1,

  Gtk::EventControllerScroll::Flags::DISCRETE = 1 << 2,

  Gtk::EventControllerScroll::Flags::KINETIC = 1 << 3,

  Gtk::EventControllerScroll::Flags::BOTH_AXES = 0x3

}
 Describes the behavior of a Gtk::EventControllerScroll. More...

 
enum  Gtk::FileChooser::Action {

  Gtk::FileChooser::Action::OPEN,

  Gtk::FileChooser::Action::SAVE,

  Gtk::FileChooser::Action::SELECT_FOLDER

}
 Describes whether a Gtk::FileChooser is being used to open existing files or to save to a possibly new file. More...

 
enum  Gtk::Filter::Match {

  Gtk::Filter::Match::SOME,

  Gtk::Filter::Match::NONE,

  Gtk::Filter::Match::ALL

}
 Describes the known strictness of a filter. More...

 
enum  Gtk::Filter::Change {

  Gtk::Filter::Change::DIFFERENT,

  Gtk::Filter::Change::LESS_STRICT,

  Gtk::Filter::Change::MORE_STRICT

}
 Describes changes in a filter in more detail and allows objects using the filter to optimize refiltering items. More...

 
enum  Gtk::FontChooser::Level {

  Gtk::FontChooser::Level::FAMILY = 0x0,

  Gtk::FontChooser::Level::STYLE = 1 << 0,

  Gtk::FontChooser::Level::SIZE = 1 << 1,

  Gtk::FontChooser::Level::VARIATIONS = 1 << 2,

  Gtk::FontChooser::Level::FEATURES = 1 << 3

}
 This enumeration specifies the granularity of font selection that is desired in a font chooser. More...

 
enum  Gtk::EventSequenceState {

  Gtk::EventSequenceState::NONE,

  Gtk::EventSequenceState::CLAIMED,

  Gtk::EventSequenceState::DENIED

}
 Describes the state of a Gdk::EventSequence in a Gtk::Gesture. More...

 
enum  Gtk::PanDirection {

  Gtk::PanDirection::LEFT,

  Gtk::PanDirection::RIGHT,

  Gtk::PanDirection::UP,

  Gtk::PanDirection::DOWN

}
 Describes the panning direction of a Gtk::GesturePan. More...

 
enum  Gtk::IconLookupFlags {

  Gtk::IconLookupFlags::FORCE_REGULAR = 1 << 0,

  Gtk::IconLookupFlags::FORCE_SYMBOLIC = 1 << 1,

  Gtk::IconLookupFlags::PRELOAD = 1 << 2

}
 Used to specify options for Gtk::IconTheme::lookup_icon() More...

 
enum  Gtk::IconView::DropPosition {

  Gtk::IconView::DropPosition::NO_DROP,

  Gtk::IconView::DropPosition::DROP_INTO,

  Gtk::IconView::DropPosition::DROP_LEFT,

  Gtk::IconView::DropPosition::DROP_RIGHT,

  Gtk::IconView::DropPosition::DROP_ABOVE,

  Gtk::IconView::DropPosition::DROP_BELOW

}
 An enum for determining where a dropped item goes. More...

 
enum  Gtk::Image::Type {

  Gtk::Image::Type::EMPTY,

  Gtk::Image::Type::ICON_NAME,

  Gtk::Image::Type::GICON,

  Gtk::Image::Type::PAINTABLE

}
 Describes the image data representation used by a Gtk::Image. More...

 
enum  Gtk::LevelBar::Mode {

  Gtk::LevelBar::Mode::CONTINUOUS,

  Gtk::LevelBar::Mode::DISCRETE

}
 Describes how Gtk::LevelBar contents should be rendered. More...

 
enum  Gtk::ButtonsType {

  Gtk::ButtonsType::NONE,

  Gtk::ButtonsType::OK,

  Gtk::ButtonsType::CLOSE,

  Gtk::ButtonsType::CANCEL,

  Gtk::ButtonsType::YES_NO,

  Gtk::ButtonsType::OK_CANCEL

}
 Prebuilt sets of buttons for the dialog. More...

 
enum  Gtk::PadActionType {

  Gtk::PadActionType::BUTTON,

  Gtk::PadActionType::RING,

  Gtk::PadActionType::STRIP

}
 The type of a pad action. More...

 
enum  Gtk::Unit {

  Gtk::Unit::NONE,

  Gtk::Unit::POINTS,

  Gtk::Unit::INCH,

  Gtk::Unit::MM

}
 See also Gtk::PrintSettings::set_paper_width(). More...

 
enum  Gtk::PopoverMenu::Flags { Gtk::PopoverMenu::Flags::NESTED = 1 << 0 }
 Flags that affect how popover menus are created from a menu model. More...

 
enum  Gtk::PrintStatus {

  Gtk::PrintStatus::INITIAL,

  Gtk::PrintStatus::PREPARING,

  Gtk::PrintStatus::GENERATING_DATA,

  Gtk::PrintStatus::SENDING_DATA,

  Gtk::PrintStatus::PENDING,

  Gtk::PrintStatus::PENDING_ISSUE,

  Gtk::PrintStatus::PRINTING,

  Gtk::PrintStatus::FINISHED,

  Gtk::PrintStatus::FINISHED_ABORTED

}
 The status gives a rough indication of the completion of a running print operation. More...

 
enum  Gtk::PrintOperation::Result {

  Gtk::PrintOperation::Result::ERROR,

  Gtk::PrintOperation::Result::APPLY,

  Gtk::PrintOperation::Result::CANCEL,

  Gtk::PrintOperation::Result::IN_PROGRESS

}
 A value of this type is returned by Gtk::PrintOperation::run(). More...

 
enum  Gtk::PrintOperation::Action {

  Gtk::PrintOperation::Action::PRINT_DIALOG,

  Gtk::PrintOperation::Action::PRINT,

  Gtk::PrintOperation::Action::PREVIEW,

  Gtk::PrintOperation::Action::EXPORT

}
 The action parameter to Gtk::PrintOperation::run() determines what action the print operation should perform. More...

 
enum  Gtk::PrintDuplex {

  Gtk::PrintDuplex::SIMPLEX,

  Gtk::PrintDuplex::HORIZONTAL,

  Gtk::PrintDuplex::VERTICAL

}
 See also Gtk::PrintSettings::set_duplex(). More...

 
enum  Gtk::PrintQuality {

  Gtk::PrintQuality::LOW,

  Gtk::PrintQuality::NORMAL,

  Gtk::PrintQuality::HIGH,

  Gtk::PrintQuality::DRAFT

}
 See also Gtk::PrintSettings::set_quality(). More...

 
enum  Gtk::PrintPages {

  Gtk::PrintPages::ALL,

  Gtk::PrintPages::CURRENT,

  Gtk::PrintPages::RANGES,

  Gtk::PrintPages::SELECTION

}
 See also Gtk::PrintJob::set_pages() More...

 
enum  Gtk::PageSet {

  Gtk::PageSet::ALL,

  Gtk::PageSet::EVEN,

  Gtk::PageSet::ODD

}
 See also Gtk::PrintJob::set_page_set(). More...

 
enum  Gtk::NumberUpLayout {

  Gtk::NumberUpLayout::LEFT_TO_RIGHT_TOP_TO_BOTTOM,

  Gtk::NumberUpLayout::LEFT_TO_RIGHT_BOTTOM_TO_TOP,

  Gtk::NumberUpLayout::RIGHT_TO_LEFT_TOP_TO_BOTTOM,

  Gtk::NumberUpLayout::RIGHT_TO_LEFT_BOTTOM_TO_TOP,

  Gtk::NumberUpLayout::TOP_TO_BOTTOM_LEFT_TO_RIGHT,

  Gtk::NumberUpLayout::TOP_TO_BOTTOM_RIGHT_TO_LEFT,

  Gtk::NumberUpLayout::BOTTOM_TO_TOP_LEFT_TO_RIGHT,

  Gtk::NumberUpLayout::BOTTOM_TO_TOP_RIGHT_TO_LEFT

}
 Used to determine the layout of pages on a sheet when printing multiple pages per sheet. More...

 
enum  Gtk::Scrollable::Policy {

  Gtk::Scrollable::Policy::MINIMUM,

  Gtk::Scrollable::Policy::NATURAL

}
 Defines the policy to be used in a scrollable widget when updating the scrolled window adjustments in a given orientation. More...

 
enum  Gtk::ShortcutAction::Flags { Gtk::ShortcutAction::Flags::EXCLUSIVE = 1 << 0 }
 List of flags that can be passed to action activation. More...

 
enum  Gtk::ShortcutType {

  Gtk::ShortcutType::ACCELERATOR,

  Gtk::ShortcutType::GESTURE_PINCH,

  Gtk::ShortcutType::GESTURE_STRETCH,

  Gtk::ShortcutType::GESTURE_ROTATE_CLOCKWISE,

  Gtk::ShortcutType::GESTURE_ROTATE_COUNTERCLOCKWISE,

  Gtk::ShortcutType::GESTURE_TWO_FINGER_SWIPE_LEFT,

  Gtk::ShortcutType::GESTURE_TWO_FINGER_SWIPE_RIGHT,

  Gtk::ShortcutType::GESTURE,

  Gtk::ShortcutType::GESTURE_SWIPE_LEFT,

  Gtk::ShortcutType::GESTURE_SWIPE_RIGHT

}
 GtkShortcutType specifies the kind of shortcut that is being described. More...

 
enum  Gtk::SizeGroup::Mode {

  Gtk::SizeGroup::Mode::NONE,

  Gtk::SizeGroup::Mode::HORIZONTAL,

  Gtk::SizeGroup::Mode::VERTICAL,

  Gtk::SizeGroup::Mode::BOTH

}
 The mode of the size group determines the directions in which the size group affects the requested sizes of its component widgets. More...

 
enum  Gtk::Sorter::Order {

  Gtk::Sorter::Order::PARTIAL,

  Gtk::Sorter::Order::NONE,

  Gtk::Sorter::Order::TOTAL

}
 Describes the type of order that a Gtk::Sorter may describe. More...

 
enum  Gtk::Sorter::Change {

  Gtk::Sorter::Change::DIFFERENT,

  Gtk::Sorter::Change::INVERTED,

  Gtk::Sorter::Change::LESS_STRICT,

  Gtk::Sorter::Change::MORE_STRICT

}
 Describes changes in a sorter in more detail and allows users to optimize resorting. More...

 
enum  Gtk::SpinType {

  Gtk::SpinType::STEP_FORWARD,

  Gtk::SpinType::STEP_BACKWARD,

  Gtk::SpinType::PAGE_FORWARD,

  Gtk::SpinType::PAGE_BACKWARD,

  Gtk::SpinType::HOME,

  Gtk::SpinType::END,

  Gtk::SpinType::USER_DEFINED

}
 The values of the GtkSpinType enumeration are used to specify the change to make in Gtk::SpinButton::spin(). More...

 
enum  Gtk::SpinButton::UpdatePolicy {

  Gtk::SpinButton::UpdatePolicy::ALWAYS,

  Gtk::SpinButton::UpdatePolicy::IF_VALID

}
 The spin button update policy determines whether the spin button displays values even if they are outside the bounds of its adjustment. More...

 
enum  Gtk::StringFilter::MatchMode {

  Gtk::StringFilter::MatchMode::EXACT,

  Gtk::StringFilter::MatchMode::SUBSTRING,

  Gtk::StringFilter::MatchMode::PREFIX

}
 Specifies how search strings are matched inside text. More...

 
enum  Gtk::StyleContext::PrintFlags {

  Gtk::StyleContext::PrintFlags::NONE = 0x0,

  Gtk::StyleContext::PrintFlags::RECURSE = 1 << 0,

  Gtk::StyleContext::PrintFlags::SHOW_STYLE = 1 << 1,

  Gtk::StyleContext::PrintFlags::SHOW_CHANGE = 1 << 2

}
 Flags that modify the behavior of Gtk::StyleContext::to_string(). More...

 
enum  Gtk::TextSearchFlags {

  Gtk::TextSearchFlags::VISIBLE_ONLY = 1 << 0,

  Gtk::TextSearchFlags::TEXT_ONLY = 1 << 1,

  Gtk::TextSearchFlags::CASE_INSENSITIVE = 1 << 2

}
 Flags affecting how a search is done. More...

 
enum  Gtk::TextWindowType {

  Gtk::TextWindowType::WIDGET = 1,

  Gtk::TextWindowType::TEXT,

  Gtk::TextWindowType::LEFT,

  Gtk::TextWindowType::RIGHT,

  Gtk::TextWindowType::TOP,

  Gtk::TextWindowType::BOTTOM

}
 Used to reference the parts of Gtk::TextView. More...

 
enum  Gtk::TreeModel::Flags {

  Gtk::TreeModel::Flags::ITERS_PERSIST = 1 << 0,

  Gtk::TreeModel::Flags::LIST_ONLY = 1 << 1

}
 These flags indicate various properties of a Gtk::TreeModel. More...

 
enum  Gtk::TreeView::DropPosition {

  Gtk::TreeView::DropPosition::BEFORE,

  Gtk::TreeView::DropPosition::AFTER,

  Gtk::TreeView::DropPosition::INTO_OR_BEFORE,

  Gtk::TreeView::DropPosition::INTO_OR_AFTER

}
 An enum for determining where a dropped row goes. More...

 
enum  Gtk::TreeView::GridLines {

  Gtk::TreeView::GridLines::NONE,

  Gtk::TreeView::GridLines::HORIZONTAL,

  Gtk::TreeView::GridLines::VERTICAL,

  Gtk::TreeView::GridLines::BOTH

}
 Used to indicate which grid lines to draw in a tree view. More...

 
enum  Gtk::TreeViewColumn::Sizing {

  Gtk::TreeViewColumn::Sizing::GROW_ONLY,

  Gtk::TreeViewColumn::Sizing::AUTOSIZE,

  Gtk::TreeViewColumn::Sizing::FIXED

}
 The sizing method the column uses to determine its width. More...

 
enum  Gtk::PrintCapabilities {

  Gtk::PrintCapabilities::PAGE_SET = 1 << 0,

  Gtk::PrintCapabilities::COPIES = 1 << 1,

  Gtk::PrintCapabilities::COLLATE = 1 << 2,

  Gtk::PrintCapabilities::REVERSE = 1 << 3,

  Gtk::PrintCapabilities::SCALE = 1 << 4,

  Gtk::PrintCapabilities::GENERATE_PDF = 1 << 5,

  Gtk::PrintCapabilities::GENERATE_PS = 1 << 6,

  Gtk::PrintCapabilities::PREVIEW = 1 << 7,

  Gtk::PrintCapabilities::NUMBER_UP = 1 << 8,

  Gtk::PrintCapabilities::NUMBER_UP_LAYOUT = 1 << 9

}
 An enum for specifying which features the print dialog should offer. More...

 

Functions

Application::InhibitFlags Gtk::operator| (Application::InhibitFlags lhs, Application::InhibitFlags rhs)
 
Application::InhibitFlags Gtk::operator& (Application::InhibitFlags lhs, Application::InhibitFlags rhs)
 
Application::InhibitFlags Gtk::operator^ (Application::InhibitFlags lhs, Application::InhibitFlags rhs)
 
Application::InhibitFlags Gtk::operator~ (Application::InhibitFlags flags)
 
Application::InhibitFlags& Gtk::operator|= (Application::InhibitFlags& lhs, Application::InhibitFlags rhs)
 
Application::InhibitFlags& Gtk::operator&= (Application::InhibitFlags& lhs, Application::InhibitFlags rhs)
 
Application::InhibitFlags& Gtk::operator^= (Application::InhibitFlags& lhs, Application::InhibitFlags rhs)
 
CellRendererState Gtk::operator| (CellRendererState lhs, CellRendererState rhs)
 
CellRendererState Gtk::operator& (CellRendererState lhs, CellRendererState rhs)
 
CellRendererState Gtk::operator^ (CellRendererState lhs, CellRendererState rhs)
 
CellRendererState Gtk::operator~ (CellRendererState flags)
 
CellRendererState& Gtk::operator|= (CellRendererState& lhs, CellRendererState rhs)
 
CellRendererState& Gtk::operator&= (CellRendererState& lhs, CellRendererState rhs)
 
CellRendererState& Gtk::operator^= (CellRendererState& lhs, CellRendererState rhs)
 
PickFlags Gtk::operator| (PickFlags lhs, PickFlags rhs)
 
PickFlags Gtk::operator& (PickFlags lhs, PickFlags rhs)
 
PickFlags Gtk::operator^ (PickFlags lhs, PickFlags rhs)
 
PickFlags Gtk::operator~ (PickFlags flags)
 
PickFlags& Gtk::operator|= (PickFlags& lhs, PickFlags rhs)
 
PickFlags& Gtk::operator&= (PickFlags& lhs, PickFlags rhs)
 
PickFlags& Gtk::operator^= (PickFlags& lhs, PickFlags rhs)
 
StateFlags Gtk::operator| (StateFlags lhs, StateFlags rhs)
 
StateFlags Gtk::operator& (StateFlags lhs, StateFlags rhs)
 
StateFlags Gtk::operator^ (StateFlags lhs, StateFlags rhs)
 
StateFlags Gtk::operator~ (StateFlags flags)
 
StateFlags& Gtk::operator|= (StateFlags& lhs, StateFlags rhs)
 
StateFlags& Gtk::operator&= (StateFlags& lhs, StateFlags rhs)
 
StateFlags& Gtk::operator^= (StateFlags& lhs, StateFlags rhs)
 
InputHints Gtk::operator| (InputHints lhs, InputHints rhs)
 
InputHints Gtk::operator& (InputHints lhs, InputHints rhs)
 
InputHints Gtk::operator^ (InputHints lhs, InputHints rhs)
 
InputHints Gtk::operator~ (InputHints flags)
 
InputHints& Gtk::operator|= (InputHints& lhs, InputHints rhs)
 
InputHints& Gtk::operator&= (InputHints& lhs, InputHints rhs)
 
InputHints& Gtk::operator^= (InputHints& lhs, InputHints rhs)
 
EventControllerScroll::Flags Gtk::operator| (EventControllerScroll::Flags lhs, EventControllerScroll::Flags rhs)
 
EventControllerScroll::Flags Gtk::operator& (EventControllerScroll::Flags lhs, EventControllerScroll::Flags rhs)
 
EventControllerScroll::Flags Gtk::operator^ (EventControllerScroll::Flags lhs, EventControllerScroll::Flags rhs)
 
EventControllerScroll::Flags Gtk::operator~ (EventControllerScroll::Flags flags)
 
EventControllerScroll::FlagsGtk::operator|= (EventControllerScroll::Flags& lhs, EventControllerScroll::Flags rhs)
 
EventControllerScroll::FlagsGtk::operator&= (EventControllerScroll::Flags& lhs, EventControllerScroll::Flags rhs)
 
EventControllerScroll::FlagsGtk::operator^= (EventControllerScroll::Flags& lhs, EventControllerScroll::Flags rhs)
 
FontChooser::Level Gtk::operator| (FontChooser::Level lhs, FontChooser::Level rhs)
 
FontChooser::Level Gtk::operator& (FontChooser::Level lhs, FontChooser::Level rhs)
 
FontChooser::Level Gtk::operator^ (FontChooser::Level lhs, FontChooser::Level rhs)
 
FontChooser::Level Gtk::operator~ (FontChooser::Level flags)
 
FontChooser::LevelGtk::operator|= (FontChooser::Level& lhs, FontChooser::Level rhs)
 
FontChooser::LevelGtk::operator&= (FontChooser::Level& lhs, FontChooser::Level rhs)
 
FontChooser::LevelGtk::operator^= (FontChooser::Level& lhs, FontChooser::Level rhs)
 
IconLookupFlags Gtk::operator| (IconLookupFlags lhs, IconLookupFlags rhs)
 
IconLookupFlags Gtk::operator& (IconLookupFlags lhs, IconLookupFlags rhs)
 
IconLookupFlags Gtk::operator^ (IconLookupFlags lhs, IconLookupFlags rhs)
 
IconLookupFlags Gtk::operator~ (IconLookupFlags flags)
 
IconLookupFlags& Gtk::operator|= (IconLookupFlags& lhs, IconLookupFlags rhs)
 
IconLookupFlags& Gtk::operator&= (IconLookupFlags& lhs, IconLookupFlags rhs)
 
IconLookupFlags& Gtk::operator^= (IconLookupFlags& lhs, IconLookupFlags rhs)
 
PopoverMenu::Flags Gtk::operator| (PopoverMenu::Flags lhs, PopoverMenu::Flags rhs)
 
PopoverMenu::Flags Gtk::operator& (PopoverMenu::Flags lhs, PopoverMenu::Flags rhs)
 
PopoverMenu::Flags Gtk::operator^ (PopoverMenu::Flags lhs, PopoverMenu::Flags rhs)
 
PopoverMenu::Flags Gtk::operator~ (PopoverMenu::Flags flags)
 
PopoverMenu::FlagsGtk::operator|= (PopoverMenu::Flags& lhs, PopoverMenu::Flags rhs)
 
PopoverMenu::FlagsGtk::operator&= (PopoverMenu::Flags& lhs, PopoverMenu::Flags rhs)
 
PopoverMenu::FlagsGtk::operator^= (PopoverMenu::Flags& lhs, PopoverMenu::Flags rhs)
 
ShortcutAction::Flags Gtk::operator| (ShortcutAction::Flags lhs, ShortcutAction::Flags rhs)
 
ShortcutAction::Flags Gtk::operator& (ShortcutAction::Flags lhs, ShortcutAction::Flags rhs)
 
ShortcutAction::Flags Gtk::operator^ (ShortcutAction::Flags lhs, ShortcutAction::Flags rhs)
 
ShortcutAction::Flags Gtk::operator~ (ShortcutAction::Flags flags)
 
ShortcutAction::FlagsGtk::operator|= (ShortcutAction::Flags& lhs, ShortcutAction::Flags rhs)
 
ShortcutAction::FlagsGtk::operator&= (ShortcutAction::Flags& lhs, ShortcutAction::Flags rhs)
 
ShortcutAction::FlagsGtk::operator^= (ShortcutAction::Flags& lhs, ShortcutAction::Flags rhs)
 
StyleContext::PrintFlags Gtk::operator| (StyleContext::PrintFlags lhs, StyleContext::PrintFlags rhs)
 
StyleContext::PrintFlags Gtk::operator& (StyleContext::PrintFlags lhs, StyleContext::PrintFlags rhs)
 
StyleContext::PrintFlags Gtk::operator^ (StyleContext::PrintFlags lhs, StyleContext::PrintFlags rhs)
 
StyleContext::PrintFlags Gtk::operator~ (StyleContext::PrintFlags flags)
 
StyleContext::PrintFlags& Gtk::operator|= (StyleContext::PrintFlags& lhs, StyleContext::PrintFlags rhs)
 
StyleContext::PrintFlags& Gtk::operator&= (StyleContext::PrintFlags& lhs, StyleContext::PrintFlags rhs)
 
StyleContext::PrintFlags& Gtk::operator^= (StyleContext::PrintFlags& lhs, StyleContext::PrintFlags rhs)
 
TextSearchFlags Gtk::operator| (TextSearchFlags lhs, TextSearchFlags rhs)
 
TextSearchFlags Gtk::operator& (TextSearchFlags lhs, TextSearchFlags rhs)
 
TextSearchFlags Gtk::operator^ (TextSearchFlags lhs, TextSearchFlags rhs)
 
TextSearchFlags Gtk::operator~ (TextSearchFlags flags)
 
TextSearchFlags& Gtk::operator|= (TextSearchFlags& lhs, TextSearchFlags rhs)
 
TextSearchFlags& Gtk::operator&= (TextSearchFlags& lhs, TextSearchFlags rhs)
 
TextSearchFlags& Gtk::operator^= (TextSearchFlags& lhs, TextSearchFlags rhs)
 
TreeModel::Flags Gtk::operator| (TreeModel::Flags lhs, TreeModel::Flags rhs)
 
TreeModel::Flags Gtk::operator& (TreeModel::Flags lhs, TreeModel::Flags rhs)
 
TreeModel::Flags Gtk::operator^ (TreeModel::Flags lhs, TreeModel::Flags rhs)
 
TreeModel::Flags Gtk::operator~ (TreeModel::Flags flags)
 
TreeModel::FlagsGtk::operator|= (TreeModel::Flags& lhs, TreeModel::Flags rhs)
 
TreeModel::FlagsGtk::operator&= (TreeModel::Flags& lhs, TreeModel::Flags rhs)
 
TreeModel::FlagsGtk::operator^= (TreeModel::Flags& lhs, TreeModel::Flags rhs)
 
PrintCapabilities Gtk::operator| (PrintCapabilities lhs, PrintCapabilities rhs)
 
PrintCapabilities Gtk::operator& (PrintCapabilities lhs, PrintCapabilities rhs)
 
PrintCapabilities Gtk::operator^ (PrintCapabilities lhs, PrintCapabilities rhs)
 
PrintCapabilities Gtk::operator~ (PrintCapabilities flags)
 
PrintCapabilities& Gtk::operator|= (PrintCapabilities& lhs, PrintCapabilities rhs)
 
PrintCapabilities& Gtk::operator&= (PrintCapabilities& lhs, PrintCapabilities rhs)
 
PrintCapabilities& Gtk::operator^= (PrintCapabilities& lhs, PrintCapabilities rhs)
 

Detailed Description

Typedef Documentation

using Gtk::ResponseType = typedef ResponseType_Wrapper::ResponseType

ResponseType enumerators are scoped by the wrapper class and can be implicitly converted to int.

using Gtk::Constraint::Strength = Strength_Wrapper::Strength

Strength enumerators are scoped by the wrapper class and can be implicitly converted to int.

Enumeration Type Documentation

anonymous enum

Constant to return from a signal handler for the input signal in case of conversion failure.

Enumerator
INPUT_ERROR 

Describes whether a Gtk::FileChooser is being used to open existing files or to save to a possibly new file.

Enumerator
OPEN 

Indicates open mode.

The file chooser will only let the user pick an existing file.

SAVE 

Indicates save mode.

The file chooser will let the user pick an existing file, or type in a new filename.

SELECT_FOLDER 

Indicates an Open mode for selecting folders.

The file chooser will let the user pick an existing folder.

The action parameter to Gtk::PrintOperation::run() determines what action the print operation should perform.

Enumerator
PRINT_DIALOG 

Show the print dialog.

PRINT 

Start to print without showing the print dialog, based on the current print settings.

PREVIEW 

Show the print preview.

EXPORT 

Export to a file.

This requires the export-filename property to be set.

enum Gtk::Align
strong

Controls how a widget deals with extra space in a single (x or y) dimension.

Alignment only matters if the widget receives a “too large” allocation, for example if you packed the widget with the Gtk::Widget::property_hexpand() property inside a Gtk::Box, then the widget might get extra space. If you have for example a 16x16 icon inside a 32x32 space, the icon could be scaled and stretched, it could be centered, or it could be positioned to one side of the space.

Note that in horizontal context Gtk::Align::START and Gtk::Align::END are interpreted relative to text direction.

Gtk::Align::BASELINE support is optional for containers and widgets, and it is only supported for vertical alignment. When it's not supported by a child or a container it is treated as Gtk::Align::FILL.

Enumerator
FILL 

Stretch to fill all space if possible, center if no meaningful way to stretch.

The text is placed is distributed across the label.

START 

Snap to left or top side, leaving space on right or bottom.

Scroll to start.

The child is packed into the start of the widget.

END 

Snap to right or bottom side, leaving space on left or top.

Go to the adjustments upper bound.

Scroll to end.

The child is packed into the end of the widget.

CENTER 

Center natural width of widget inside the allocation.

Center the baseline.

The text is placed in the center of the label.

BASELINE 

Align the widget according to the baseline.

See Gtk::Widget.

enum Gtk::ArrowType
strong

Used to indicate the direction in which an arrow should point.

Enumerator
UP 

Represents an upward pointing arrow.

Panned upwards.

Move up.

DOWN 

Represents a downward pointing arrow.

Panned downwards.

Move down.

LEFT 

Represents a left pointing arrow.

Left side border window.

Panned towards the left.

The feature is at the left edge.

The text is placed at the left edge of the label.

Move left.

RIGHT 

Represents a right pointing arrow.

Right side border window.

Panned towards the right.

The feature is at the right edge.

The text is placed at the right edge of the label.

Move right.

NONE 

No arrow.

No units.

No buttons at all.

The sequence is handled, but not grabbed.

Events are handled regardless of what their target is.

Events are not delivered.

No special behaviour suggested.

Do not wrap lines; just make the text area wider.

No selection is possible.

No scrolling.

No transition.

No direction.

The widget attributes that can be used when creating a Gtk::Constraint.

Enumerator
NONE 

No attribute, used for constant relations.

LEFT 

The left edge of a widget, regardless of text direction.

RIGHT 

The right edge of a widget, regardless of text direction.

TOP 

The top edge of a widget.

BOTTOM 

The bottom edge of a widget.

START 

The leading edge of a widget, depending on text direction; equivalent to Gtk::Constraint::Attribute::LEFT for LTR languages, and Gtk::Constraint::Attribute::RIGHT for RTL ones.

END 

The trailing edge of a widget, depending on text direction; equivalent to Gtk::Constraint::Attribute::RIGHT for LTR languages, and Gtk::Constraint::Attribute::LEFT for RTL ones.

WIDTH 

The width of a widget.

HEIGHT 

The height of a widget.

CENTER_X 

The center of a widget, on the horizontal axis.

CENTER_Y 

The center of a widget, on the vertical axis.

BASELINE 

The baseline of a widget.

enum Gtk::BaselinePosition
strong

Whenever a container has some form of natural row it may align children in that row along a common typographical baseline.

If the amount of vertical space in the row is taller than the total requested height of the baseline-aligned children then it can use a Gtk::BaselinePosition to select where to put the baseline inside the extra available space.

Enumerator
TOP 
CENTER 
BOTTOM 
enum Gtk::ButtonsType
strong

Prebuilt sets of buttons for the dialog.

If none of these choices are appropriate, simply use Gtk::ButtonsType::NONE then call Gtk::Dialog::add_buttons().

Please note that Gtk::ButtonsType::OK, Gtk::ButtonsType::YES_NO and Gtk::ButtonsType::OK_CANCEL are discouraged by the GNOME Human Interface Guidelines.

Enumerator
NONE 
OK 

An OK button.

CLOSE 

A Close button.

CANCEL 

A Cancel button.

YES_NO 

Yes and No buttons.

OK_CANCEL 

OK and Cancel buttons.

enum Gtk::CellRendererMode
strong

Identifies how the user can interact with a particular cell.

Enumerator
INERT 

The cell is just for display and cannot be interacted with.

Note that this doesn’t mean that eg. the row being drawn can’t be selected – just that a particular element of it cannot be individually modified.

ACTIVATABLE 

The cell can be clicked.

EDITABLE 

The cell can be edited or otherwise modified.

Tells how a cell is to be rendered.

Bitwise operators:
CellRendererState operator|(CellRendererState, CellRendererState)

CellRendererState operator&(CellRendererState, CellRendererState)

CellRendererState operator^(CellRendererState, CellRendererState)

CellRendererState operator~(CellRendererState)

CellRendererState& operator|=(CellRendererState&, CellRendererState)

CellRendererState& operator&=(CellRendererState&, CellRendererState)

CellRendererState& operator^=(CellRendererState&, CellRendererState)

Enumerator
SELECTED 

The cell is currently selected, and probably has a selection colored background to render to.

Widget is selected.

PRELIT 

The mouse is hovering over the cell.

INSENSITIVE 

The cell is drawn in an insensitive manner.

Widget is insensitive.

Include widgets that are insensitive.

SORTED 

The cell is in a sorted row.

FOCUSED 

The cell is in the focus row.

Widget has the keyboard focus.

EXPANDABLE 

The cell is in a row that can be expanded.

EXPANDED 

The cell is in a row that is expanded.

enum Gtk::Sorter::Change
strong

Describes changes in a sorter in more detail and allows users to optimize resorting.

Enumerator
DIFFERENT 

The sorter change cannot be described by any of the other enumeration values.

INVERTED 

The sort order was inverted.

Comparisons that returned Gtk::Ordering::SMALLER now return Gtk::Ordering::LARGER and vice versa. Other comparisons return the same values as before.

LESS_STRICT 

The sorter is less strict: Comparisons may now return Gtk::Ordering::EQUAL that did not do so before.

MORE_STRICT 

The sorter is more strict: Comparisons that did return Gtk::Ordering::EQUAL may not do so anymore.

enum Gtk::Filter::Change
strong

Describes changes in a filter in more detail and allows objects using the filter to optimize refiltering items.

If you are writing an implementation and are not sure which value to pass, Gtk::Filter::Change::DIFFERENT is always a correct choice.

Enumerator
DIFFERENT 

The filter change cannot be described with any of the other enumeration values.

LESS_STRICT 

The filter is less strict than it was before: All items that it used to return true for still return true, others now may, too.

MORE_STRICT 

The filter is more strict than it was before: All items that it used to return false for still return false, others now may, too.

enum Gtk::CornerType
strong

Specifies which corner a child widget should be placed in when packed into a Gtk::ScrolledWindow.

This is effectively the opposite of where the scroll bars are placed.

Enumerator
TOP_LEFT 

Place the scrollbars on the right and bottom of the widget (default behaviour).

BOTTOM_LEFT 

Place the scrollbars on the top and right of the widget.

TOP_RIGHT 

Place the scrollbars on the left and bottom of the widget.

BOTTOM_RIGHT 

Place the scrollbars on the top and left of the widget.

enum Gtk::DeleteType
strong

See also: Gtk::Entry::signal_delete_from_cursor().

Enumerator
CHARS 

Delete characters.

WORD_ENDS 

Delete only the portion of the word to the left/right of cursor if we’re in the middle of a word.

WORDS 

Delete words.

Move forward or back by words.

DISPLAY_LINES 

Delete display-lines.

Move up or down lines (wrapped lines).

Display-lines refers to the visible lines, with respect to the current line breaks. As opposed to paragraphs, which are defined by line breaks in the input.

DISPLAY_LINE_ENDS 

Delete only the portion of the display-line to the left/right of cursor.

Move to either end of a line.

PARAGRAPH_ENDS 

Delete to the end of the paragraph.

Move to either end of a paragraph.

Like C-k in Emacs (or its reverse).

PARAGRAPHS 

Delete entire line.

Move up or down paragraphs (newline-ended lines).

Like C-k in pico.

WHITESPACE 

Delete only whitespace.

Like M-\ in Emacs.

enum Gtk::DirectionType
strong

Focus movement types.

Enumerator
TAB_FORWARD 

Move forward.

TAB_BACKWARD 

Move backward.

UP 
DOWN 
LEFT 
RIGHT 

An enum for determining where a dropped item goes.

Enumerator
NO_DROP 

No drop possible.

DROP_INTO 

Dropped item replaces the item.

DROP_LEFT 

Dropped item is inserted to the left.

DROP_RIGHT 

Dropped item is inserted to the right.

DROP_ABOVE 

Dropped item is inserted above.

DROP_BELOW 

Dropped item is inserted below.

An enum for determining where a dropped row goes.

Enumerator
BEFORE 

Dropped row is inserted before.

AFTER 

Dropped row is inserted after.

INTO_OR_BEFORE 

Dropped row becomes a child or is inserted before.

INTO_OR_AFTER 

Dropped row becomes a child or is inserted after.

Describes the state of a Gdk::EventSequence in a Gtk::Gesture.

Enumerator
NONE 
CLAIMED 

The sequence is handled and grabbed.

DENIED 

The sequence is denied.

enum Gtk::TreeModel::Flags
strong

These flags indicate various properties of a Gtk::TreeModel.

They are returned by Gtk::TreeModel::get_flags(), and must be static for the lifetime of the object. A more complete description of Gtk::TreeModel::Flags::ITERS_PERSIST can be found in the overview of this section.

Bitwise operators:
TreeModel::Flags operator|(TreeModel::Flags, TreeModel::Flags)

TreeModel::Flags operator&(TreeModel::Flags, TreeModel::Flags)

TreeModel::Flags operator^(TreeModel::Flags, TreeModel::Flags)

TreeModel::Flags operator~(TreeModel::Flags)

TreeModel::Flags& operator|=(TreeModel::Flags&, TreeModel::Flags)

TreeModel::Flags& operator&=(TreeModel::Flags&, TreeModel::Flags)

TreeModel::Flags& operator^=(TreeModel::Flags&, TreeModel::Flags)

Enumerator
ITERS_PERSIST 

Iterators survive all signals emitted by the tree.

LIST_ONLY 

The model is a list only, and never has children.

Used to indicate which grid lines to draw in a tree view.

Enumerator
NONE 

No grid lines.

HORIZONTAL 

Horizontal grid lines.

VERTICAL 

Vertical grid lines.

BOTH 

Horizontal and vertical grid lines.

enum Gtk::IconLookupFlags
strong

Used to specify options for Gtk::IconTheme::lookup_icon()

Bitwise operators:
IconLookupFlags operator|(IconLookupFlags, IconLookupFlags)

IconLookupFlags operator&(IconLookupFlags, IconLookupFlags)

IconLookupFlags operator^(IconLookupFlags, IconLookupFlags)

IconLookupFlags operator~(IconLookupFlags)

IconLookupFlags& operator|=(IconLookupFlags&, IconLookupFlags)

IconLookupFlags& operator&=(IconLookupFlags&, IconLookupFlags)

IconLookupFlags& operator^=(IconLookupFlags&, IconLookupFlags)

Enumerator
FORCE_REGULAR 

Try to always load regular icons, even when symbolic icon names are given.

FORCE_SYMBOLIC 

Try to always load symbolic icons, even when regular icon names are given.

PRELOAD 

Starts loading the texture in the background so it is ready when later needed.

Specifies the side of the entry at which an icon is placed.

Enumerator
PRIMARY 

At the beginning of the entry (depending on the text direction).

SECONDARY 

At the end of the entry (depending on the text direction).

enum Gtk::IconSize
strong

Built-in icon sizes.

Icon sizes default to being inherited. Where they cannot be inherited, text size is the default.

All widgets which use GtkIconSize set the normal-icons or large-icons style classes correspondingly, and let themes determine the actual size to be used with the -gtk-icon-size CSS property.

Enumerator
INHERIT 

Keep the size of the parent element.

NORMAL 

Size similar to text size.

Normal quality.

State during normal operation.

LARGE 

Large size, for example in an icon view.

enum Gtk::InputHints
strong

Describes hints that might be taken into account by input methods or applications.

Note that input methods may already tailor their behaviour according to the Gtk::InputPurpose of the entry.

Some common sense is expected when using these flags - mixing Gtk::InputHints::LOWERCASE with any of the uppercase hints makes no sense.

This enumeration may be extended in the future; input methods should ignore unknown values.

Bitwise operators:
InputHints operator|(InputHints, InputHints)

InputHints operator&(InputHints, InputHints)

InputHints operator^(InputHints, InputHints)

InputHints operator~(InputHints)

InputHints& operator|=(InputHints&, InputHints)

InputHints& operator&=(InputHints&, InputHints)

InputHints& operator^=(InputHints&, InputHints)

Enumerator
NONE 
SPELLCHECK 

Suggest checking for typos.

NO_SPELLCHECK 

Suggest not checking for typos.

WORD_COMPLETION 

Suggest word completion.

LOWERCASE 

Suggest to convert all text to lowercase.

UPPERCASE_CHARS 

Suggest to capitalize all text.

UPPERCASE_WORDS 

Suggest to capitalize the first character of each word.

UPPERCASE_SENTENCES 

Suggest to capitalize the first word of each sentence.

INHIBIT_OSK 

Suggest to not show an onscreen keyboard (e.g for a calculator that already has all the keys).

VERTICAL_WRITING 

The text is vertical.

EMOJI 

Suggest offering Emoji support.

NO_EMOJI 

Suggest not offering Emoji support.

PRIVATE 

Request that the input method should not update personalized data (like typing history).

enum Gtk::InputPurpose
strong

Describes primary purpose of the input widget.

This information is useful for on-screen keyboards and similar input methods to decide which keys should be presented to the user.

Note that the purpose is not meant to impose a totally strict rule about allowed characters, and does not replace input validation. It is fine for an on-screen keyboard to let the user override the character set restriction that is expressed by the purpose. The application is expected to validate the entry contents, even if it specified a purpose.

The difference between Gtk::InputPurpose::DIGITS and Gtk::InputPurpose::NUMBER is that the former accepts only digits while the latter also some punctuation (like commas or points, plus, minus) and “e” or “E” as in 3.14E+000.

This enumeration may be extended in the future; input methods should interpret unknown values as “free form”.

Enumerator
FREE_FORM 

Allow any character.

ALPHA 

Allow only alphabetic characters.

DIGITS 

Allow only digits.

NUMBER 

Edited field expects numbers.

PHONE 

Edited field expects phone number.

URL 

Edited field expects URL.

EMAIL 

Edited field expects email address.

NAME 

Edited field expects the name of a person.

PASSWORD 

Like Gtk::InputPurpose::FREE_FORM, but characters are hidden.

PIN 

Like Gtk::InputPurpose::DIGITS, but characters are hidden.

TERMINAL 

Allow any character, in addition to control codes.

enum Gtk::Justification
strong

Used for justifying the text inside a Gtk::Label widget.

Enumerator
LEFT 
RIGHT 
CENTER 
FILL 

This enumeration specifies the granularity of font selection that is desired in a font chooser.

This enumeration may be extended in the future; applications should ignore unknown values.

Bitwise operators:
FontChooser::Level operator|(FontChooser::Level, FontChooser::Level)

FontChooser::Level operator&(FontChooser::Level, FontChooser::Level)

FontChooser::Level operator^(FontChooser::Level, FontChooser::Level)

FontChooser::Level operator~(FontChooser::Level)

FontChooser::Level& operator|=(FontChooser::Level&, FontChooser::Level)

FontChooser::Level& operator&=(FontChooser::Level&, FontChooser::Level)

FontChooser::Level& operator^=(FontChooser::Level&, FontChooser::Level)

Enumerator
FAMILY 

Allow selecting a font family.

STYLE 

Allow selecting a specific font face.

SIZE 

Allow selecting a specific font size.

VARIATIONS 

Allow changing OpenType font variation axes.

FEATURES 

Allow selecting specific OpenType font features.

enum Gtk::License
strong

The type of license for an application.

This enumeration can be expanded at later date.

Enumerator
UNKNOWN 

No license specified.

CUSTOM 

A license text is going to be specified by the developer.

GPL_2_0 

The GNU General Public License, version 2.0 or later.

GPL_3_0 

The GNU General Public License, version 3.0 or later.

LGPL_2_1 

The GNU Lesser General Public License, version 2.1 or later.

LGPL_3_0 

The GNU Lesser General Public License, version 3.0 or later.

BSD 

The BSD standard license.

MIT_X11 

The MIT/X11 standard license.

ARTISTIC 

The Artistic License, version 2.0.

GPL_2_0_ONLY 

The GNU General Public License, version 2.0 only.

GPL_3_0_ONLY 

The GNU General Public License, version 3.0 only.

LGPL_2_1_ONLY 

The GNU Lesser General Public License, version 2.1 only.

LGPL_3_0_ONLY 

The GNU Lesser General Public License, version 3.0 only.

AGPL_3_0 

The GNU Affero General Public License, version 3.0 or later.

AGPL_3_0_ONLY 

The GNU Affero General Public License, version 3.0 only.

BSD_3 

The 3-clause BSD licence.

APACHE_2_0 

The Apache License, version 2.0.

MPL_2_0 

The Mozilla Public License, version 2.0.

enum Gtk::Filter::Match
strong

Describes the known strictness of a filter.

Note that for filters where the strictness is not known, Gtk::Filter::Match::SOME is always an acceptable value, even if a filter does match all or no items.

Enumerator
SOME 

The filter matches some items, Gtk::Filter::match() may return true or false.

NONE 

The filter does not match any item, Gtk::Filter::match() will always return false.

ALL 

The filter matches all items, Gtk::Filter::match() will alays return true.

Specifies how search strings are matched inside text.

Enumerator
EXACT 

The search string and text must match exactly.

SUBSTRING 

The search string must be contained as a substring inside the text.

PREFIX 

The text must begin with the search string.

Determines if the edited accelerators are GTK accelerators.

If they are, consumed modifiers are suppressed, only accelerators accepted by GTK are allowed, and the accelerators are rendered in the same way as they are in menus.

Enumerator
GTK 

GTK accelerators mode.

OTHER 

Other accelerator mode.

enum Gtk::SizeGroup::Mode
strong

The mode of the size group determines the directions in which the size group affects the requested sizes of its component widgets.

Enumerator
NONE 

Group has no effect.

HORIZONTAL 

Group affects horizontal requisition.

VERTICAL 

Group affects vertical requisition.

BOTH 

Group affects both horizontal and vertical requisition.

enum Gtk::LevelBar::Mode
strong

Describes how Gtk::LevelBar contents should be rendered.

Note that this enumeration could be extended with additional modes in the future.

Enumerator
CONTINUOUS 

The bar has a continuous mode.

DISCRETE 

The bar has a discrete mode.

enum Gtk::MovementStep
strong
Enumerator
LOGICAL_POSITIONS 

Move forward or back by graphemes.

VISUAL_POSITIONS 

Move left or right by graphemes.

WORDS 
DISPLAY_LINES 
DISPLAY_LINE_ENDS 
PARAGRAPHS 
PARAGRAPH_ENDS 
PAGES 

Move by pages.

BUFFER_ENDS 

Move to ends of the buffer.

HORIZONTAL_PAGES 

Move horizontally by pages.

enum Gtk::NumberUpLayout
strong

Used to determine the layout of pages on a sheet when printing multiple pages per sheet.

Enumerator
LEFT_TO_RIGHT_TOP_TO_BOTTOM 

.

LEFT_TO_RIGHT_BOTTOM_TO_TOP 

.

RIGHT_TO_LEFT_TOP_TO_BOTTOM 

.

RIGHT_TO_LEFT_BOTTOM_TO_TOP 

.

TOP_TO_BOTTOM_LEFT_TO_RIGHT 

.

TOP_TO_BOTTOM_RIGHT_TO_LEFT 

.

BOTTOM_TO_TOP_LEFT_TO_RIGHT 

.

BOTTOM_TO_TOP_RIGHT_TO_LEFT 

.

enum Gtk::Sorter::Order
strong

Describes the type of order that a Gtk::Sorter may describe.

Enumerator
PARTIAL 

A partial order.

Any Gtk::Ordering is possible.

NONE 

No order, all elements are considered equal.

Gtk::Sorter::compare() will only return Gtk::Ordering::EQUAL.

TOTAL 

A total order.

Gtk::Sorter::compare() will only return Gtk::Ordering::EQUAL if an item is compared with itself. Two different items will never cause this value to be returned.

enum Gtk::Ordering
strong

Describes the way two values can be compared.

These values can be used with a CompareFunc. However, a CompareFunc is allowed to return any integer values. For converting such a value to a Gtk::Ordering, use gtk_ordering_from_cmpfunc().

Enumerator
SMALLER 

The first value is smaller than the second.

EQUAL 

The two values are equal.

LARGER 

The first value is larger than the second.

enum Gtk::Orientation
strong

Represents the orientation of widgets and other objects which can be switched between horizontal and vertical orientation on the fly, like Gtk::Box or Gtk::GesturePan.

Enumerator
HORIZONTAL 

The element is in horizontal orientation.

Horizontal duplex.

VERTICAL 

The element is in vertical orientation.

Vertical duplex.

enum Gtk::Overflow
strong

Defines how content overflowing a given area should be handled, such as with Gtk::Widget::set_overflow().

This property is modeled after the CSS overflow property, but implements it only partially.

Enumerator
VISIBLE 

No change is applied.

Content is drawn at the specified position.

HIDDEN 

Content is clipped to the bounds of the area.

Content outside the area is not drawn and cannot be interacted with.

enum Gtk::PackType
strong

Represents the packing location of a children in its parent.

See Gtk::WindowControls for example.

Enumerator
START 
END 
enum Gtk::PadActionType
strong

The type of a pad action.

Enumerator
BUTTON 

Action is triggered by a pad button.

RING 

Action is triggered by a pad ring.

STRIP 

Action is triggered by a pad strip.

enum Gtk::PageOrientation
strong

See also Gtk::PrintSettings::set_orientation().

Enumerator
PORTRAIT 

Portrait mode.

LANDSCAPE 

Landscape mode.

REVERSE_PORTRAIT 

Reverse portrait mode.

REVERSE_LANDSCAPE 

Reverse landscape mode.

enum Gtk::PageSet
strong

See also Gtk::PrintJob::set_page_set().

Enumerator
ALL 
EVEN 

Even pages.

ODD 

Odd pages.

enum Gtk::PanDirection
strong

Describes the panning direction of a Gtk::GesturePan.

Enumerator
LEFT 
RIGHT 
UP 
DOWN 
enum Gtk::PickFlags
strong

Flags that influence the behavior of Gtk::Widget::pick()

Bitwise operators:
PickFlags operator|(PickFlags, PickFlags)

PickFlags operator&(PickFlags, PickFlags)

PickFlags operator^(PickFlags, PickFlags)

PickFlags operator~(PickFlags)

PickFlags& operator|=(PickFlags&, PickFlags)

PickFlags& operator&=(PickFlags&, PickFlags)

PickFlags& operator^=(PickFlags&, PickFlags)

Enumerator
DEFAULT 

The default behavior, include widgets that are receiving events.

INSENSITIVE 
NON_TARGETABLE 

Include widgets that are marked as non-targetable.

See Gtk::Widget::property_can_target().

Defines the policy to be used in a scrollable widget when updating the scrolled window adjustments in a given orientation.

Enumerator
MINIMUM 

Scrollable adjustments are based on the minimum size.

NATURAL 

Scrollable adjustments are based on the natural size.

enum Gtk::PolicyType
strong

Determines how the size should be computed to achieve the one of the visibility mode for the scrollbars.

Enumerator
ALWAYS 

The scrollbar is always visible.

The view size is independent of the content.

AUTOMATIC 

The scrollbar will appear and disappear as necessary.

For example, when all of a Gtk::TreeView can not be seen.

NEVER 

The scrollbar should never appear.

In this mode the content determines the size.

EXTERNAL 

Don't show a scrollbar, but don't force the size to follow the content.

This can be used e.g. to make multiple scrolled windows share a scrollbar.

enum Gtk::PositionType
strong

Describes which edge of a widget a certain feature is positioned at, e.g.

the tabs of a Gtk::Notebook, or the label of a Gtk::Scale.

Enumerator
LEFT 
RIGHT 
TOP 

The feature is at the top edge.

Top border window.

Align the baseline at the top.

BOTTOM 

The feature is at the bottom edge.

Bottom border window.

Align the baseline at the bottom.

An enum for specifying which features the print dialog should offer.

If neither Gtk::PrintCapabilities::GENERATE_PDF nor Gtk::PrintCapabilities::GENERATE_PS is specified, GTK+ assumes that all formats are supported.

Bitwise operators:
PrintCapabilities operator|(PrintCapabilities, PrintCapabilities)

PrintCapabilities operator&(PrintCapabilities, PrintCapabilities)

PrintCapabilities operator^(PrintCapabilities, PrintCapabilities)

PrintCapabilities operator~(PrintCapabilities)

PrintCapabilities& operator|=(PrintCapabilities&, PrintCapabilities)

PrintCapabilities& operator&=(PrintCapabilities&, PrintCapabilities)

PrintCapabilities& operator^=(PrintCapabilities&, PrintCapabilities)

Enumerator
PAGE_SET 

Print dialog will offer printing even/odd pages.

COPIES 

Print dialog will allow to print multiple copies.

COLLATE 

Print dialog will allow to collate multiple copies.

REVERSE 

Print dialog will allow to print pages in reverse order.

SCALE 

Print dialog will allow to scale the output.

GENERATE_PDF 

The program will send the document to the printer in PDF format.

GENERATE_PS 

The program will send the document to the printer in Postscript format.

PREVIEW 

Print dialog will offer a preview.

NUMBER_UP 

Print dialog will offer printing multiple pages per sheet.

NUMBER_UP_LAYOUT 

Print dialog will allow to rearrange pages when printing multiple pages per sheet.

enum Gtk::PrintDuplex
strong

See also Gtk::PrintSettings::set_duplex().

Enumerator
SIMPLEX 

No duplex.

HORIZONTAL 
VERTICAL 
enum Gtk::PrintPages
strong

See also Gtk::PrintJob::set_pages()

Enumerator
ALL 

All pages.

CURRENT 

Current page.

RANGES 

Range of pages.

SELECTION 

Selected pages.

enum Gtk::PrintQuality
strong

See also Gtk::PrintSettings::set_quality().

Enumerator
LOW 

Low quality.

NORMAL 
HIGH 

High quality.

DRAFT 

Draft quality.

enum Gtk::PrintStatus
strong

The status gives a rough indication of the completion of a running print operation.

Enumerator
INITIAL 

The printing has not started yet; this status is set initially, and while the print dialog is shown.

PREPARING 

This status is set while the begin-print signal is emitted and during pagination.

GENERATING_DATA 

This status is set while the pages are being rendered.

SENDING_DATA 

The print job is being sent off to the printer.

PENDING 

The print job has been sent to the printer, but is not printed for some reason, e.g.

the printer may be stopped.

PENDING_ISSUE 

Some problem has occurred during printing, e.g.

a paper jam.

PRINTING 

The printer is processing the print job.

FINISHED 

The printing has been completed successfully.

FINISHED_ABORTED 

The printing has been aborted.

enum Gtk::PropagationLimit
strong

Describes limits of a Gtk::EventController for handling events targeting other widgets.

Enumerator
NONE 
SAME_NATIVE 

Events are only handled if their target is in the same Gtk::Native as the event controllers widget.

Note that some event types have two targets (origin and destination).

enum Gtk::PropagationPhase
strong

Describes the stage at which events are fed into a Gtk::EventController.

Enumerator
NONE 
CAPTURE 

Events are delivered in the capture phase.

The capture phase happens before the bubble phase, runs from the toplevel down to the event widget. This option should only be used on containers that might possibly handle events before their children do.

BUBBLE 

Events are delivered in the bubble phase.

The bubble phase happens after the capture phase, and before the default handlers are run. This phase runs from the event widget, up to the toplevel.

TARGET 

Events are delivered in the default widget event handlers, note that widget implementations must chain up on button, motion, touch and grab broken handlers for controllers in this phase to be run.

The possible accessible properties of a Gtk::Accessible.

Enumerator
AUTOCOMPLETE 

Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for a combobox, searchbox, or textbox and specifies how predictions would be presented if they were made.

Value type: Gtk::AccessibleAutocomplete.

DESCRIPTION 

Defines a string value that describes or annotates the current element.

Value type: string.

HAS_POPUP 

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

KEY_SHORTCUTS 

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Value type: string.

LABEL 
LEVEL 

Defines the hierarchical level of an element within a structure.

Value type: integer.

MODAL 

Indicates whether an element is modal when displayed.

Value type: boolean.

MULTI_LINE 

Indicates whether a text box accepts multiple lines of input or only a single line.

Value type: boolean.

MULTI_SELECTABLE 

Indicates that the user may select more than one item from the current selectable descendants.

Value type: boolean.

ORIENTATION 

Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.

Value type: Gtk::Orientation.

PLACEHOLDER 

Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.

A hint could be a sample value or a brief description of the expected format. Value type: string.

READ_ONLY 

Indicates that the element is not editable, but is otherwise operable.

Value type: boolean.

REQUIRED 

Indicates that user input is required on the element before a form may be submitted.

Value type: boolean.

ROLE_DESCRIPTION 

Defines a human-readable, author-localized description for the role of an element.

Value type: string.

SORT 

Indicates if items in a table or grid are sorted in ascending or descending order.

Possible property values are in the Gtk::AccessibleSort enumeration. Value type: Gtk::AccessibleSort.

VALUE_MAX 

Defines the maximum allowed value for a range widget.

Value type: double.

VALUE_MIN 

Defines the minimum allowed value for a range widget.

Value type: double.

VALUE_NOW 

Defines the current value for a range widget.

Value type: double.

VALUE_TEXT 

Defines the human readable text alternative of aria-valuenow for a range widget.

Value type: string.

The relation between two terms of a constraint.

Enumerator
LE 

Less than, or equal.

EQ 

Equal.

GE 

Greater than, or equal.

The possible accessible relations of a Gtk::Accessible.

Accessible relations can be references to other widgets, integers or strings.

Enumerator
ACTIVE_DESCENDANT 

Identifies the currently active element when focus is on a composite widget, combobox, textbox, group, or application.

Value type: reference.

COL_COUNT 

Defines the total number of columns in a table, grid, or treegrid.

Value type: integer.

COL_INDEX 

Defines an element's column index or position with respect to the total number of columns within a table, grid, or treegrid.

Value type: integer.

COL_INDEX_TEXT 

Defines a human readable text alternative of Gtk::Accessible::Relation::COL_INDEX.

Value type: string.

COL_SPAN 

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

Value type: integer.

CONTROLS 

Identifies the element (or elements) whose contents or presence are controlled by the current element.

Value type: reference.

DESCRIBED_BY 

Identifies the element (or elements) that describes the object.

Value type: reference.

DETAILS 

Identifies the element (or elements) that provide additional information related to the object.

Value type: reference.

ERROR_MESSAGE 

Identifies the element that provides an error message for an object.

Value type: reference.

FLOW_TO 

Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion, allows assistive technology to override the general default of reading in document source order.

Value type: reference.

LABELLED_BY 

Identifies the element (or elements) that labels the current element.

Value type: reference.

OWNS 

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between elements where the widget hierarchy cannot be used to represent the relationship.

Value type: reference.

POS_IN_SET 

Defines an element's number or position in the current set of listitems or treeitems.

Value type: integer.

ROW_COUNT 

Defines the total number of rows in a table, grid, or treegrid.

Value type: integer.

ROW_INDEX 

Defines an element's row index or position with respect to the total number of rows within a table, grid, or treegrid.

Value type: integer.

ROW_INDEX_TEXT 

Defines a human readable text alternative of aria-rowindex.

Value type: string.

ROW_SPAN 

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

Value type: integer.

SET_SIZE 

Defines the number of items in the current set of listitems or treeitems.

Value type: integer.

Predefined values for use as response ids in Gtk::Dialog::add_button().

All predefined values are negative; GTK leaves values of 0 or greater for application-defined response ids.

Enumerator
NONE 

Returned if an action widget has no response id, or if the dialog gets programmatically hidden or destroyed.

REJECT 

Generic response id, not used by GTK dialogs.

ACCEPT 

Generic response id, not used by GTK dialogs.

DELETE_EVENT 

Returned if the dialog is deleted.

OK 

Returned by OK buttons in GTK dialogs.

CANCEL 

Returned by Cancel buttons in GTK dialogs.

CLOSE 

Returned by Close buttons in GTK dialogs.

YES 

Returned by Yes buttons in GTK dialogs.

NO 

Returned by No buttons in GTK dialogs.

APPLY 

Returned by Apply buttons in GTK dialogs.

HELP 

Returned by Help buttons in GTK dialogs.

A value of this type is returned by Gtk::PrintOperation::run().

Enumerator
ERROR 

An error has occurred.

APPLY 

The print settings should be stored.

CANCEL 

The print operation has been canceled, the print settings should not be stored.

IN_PROGRESS 

The print operation is not complete yet.

This value will only be returned when running asynchronously.

These enumeration values describe the possible transitions when the child of a Gtk::Revealer widget is shown or hidden.

Enumerator
NONE 
CROSSFADE 

Fade in.

A cross-fade.

SLIDE_RIGHT 

Slide in from the left.

Slide from left to right.

SLIDE_LEFT 

Slide in from the right.

Slide from right to left.

SLIDE_UP 

Slide in from the bottom.

Slide from bottom up.

SLIDE_DOWN 

Slide in from the top.

Slide from top down.

SWING_RIGHT 

Floop in from the left.

SWING_LEFT 

Floop in from the right.

SWING_UP 

Floop in from the bottom.

SWING_DOWN 

Floop in from the top.

enum Gtk::Accessible::Role
strong

The accessible role for a Gtk::Accessible implementation.

Abstract roles are only used as part of the ontology; application developers must not use abstract roles in their code.

Enumerator
ALERT 

An element with important, and usually time-sensitive, information.

ALERT_DIALOG 

A type of dialog that contains an alert message.

BANNER 

Unused.

BUTTON 

An input element that allows for user-triggered actions when clicked or pressed.

CAPTION 

Unused.

CELL 

Unused.

CHECKBOX 

A checkable input element that has three possible values: true, false, or mixed.

COLUMN_HEADER 

A header in a columned list.

COMBO_BOX 

An input that controls another element, such as a list or a grid, that can dynamically pop up to help the user set the value of the input.

COMMAND 

Abstract role.

COMPOSITE 

Abstract role.

DIALOG 

A dialog is a window that is designed to interrupt the current processing of an application in order to prompt the user to enter information or require a response.

DOCUMENT 

Unused.

FEED 

Unused.

FORM 

Unused.

GENERIC 

Unused.

GRID 

A grid of items.

GRID_CELL 

An item in a grid or tree grid.

GROUP 

An element that groups multiple widgets.

GTK uses this role for various containers, like Gtk::Box, Gtk::Viewport, and Gtk::HeaderBar.

HEADING 

Unused.

IMG 

An image.

INPUT 

Abstract role.

LABEL 

A visible name or caption for a user interface component.

Defines a string value that labels the current element.

Value type: string.

LANDMARK 

Abstract role.

LEGEND 

Unused.

LINK 

A clickable link.

LIST 

A list of items.

LIST_BOX 

Unused.

LIST_ITEM 

An item in a list.

LOG 

Unused.

MAIN 

Unused.

MARQUEE 

Unused.

MATH 

Unused.

METER 

An element that represents a value within a known range.

MENU 

A menu.

MENU_BAR 

A menubar.

MENU_ITEM 

An item in a menu.

MENU_ITEM_CHECKBOX 

A check item in a menu.

MENU_ITEM_RADIO 

A radio item in a menu.

NAVIGATION 

Unused.

NONE 

An element that is not represented to accessibility technologies.

NOTE 

Unused.

OPTION 

Unused.

PRESENTATION 

An element that is not represented to accessibility technologies.

PROGRESS_BAR 

An element that displays the progress status for tasks that take a long time.

RADIO 

A checkable input in a group of radio roles, only one of which can be checked at a time.

RADIO_GROUP 

Unused.

RANGE 

Abstract role.

REGION 

Unused.

ROW 

A row in a columned list.

ROW_GROUP 

Unused.

ROW_HEADER 

Unused.

SCROLLBAR 

A graphical object that controls the scrolling of content within a viewing area, regardless of whether the content is fully displayed within the viewing area.

SEARCH 

Unused.

SEARCH_BOX 

A type of textbox intended for specifying search criteria.

SECTION 

Abstract role.

SECTION_HEAD 

Abstract role.

SELECT 

Abstract role.

SEPARATOR 

A divider that separates and distinguishes sections of content or groups of menuitems.

SLIDER 

A user input where the user selects a value from within a given range.

SPIN_BUTTON 

A form of range that expects the user to select from among discrete choices.

STATUS 

Unused.

STRUCTURE 

Abstract role.

SWITCH 

A type of checkbox that represents on/off values, as opposed to checked/unchecked values.

TAB 

An item in a list of tab used for switching pages.

TABLE 

Unused.

TAB_LIST 

A list of tabs for switching pages.

TAB_PANEL 

A page in a notebook or stack.

TEXT_BOX 

A type of input that allows free-form text as its value.

TIME 

Unused.

TIMER 

Unused.

TOOLBAR 

Unused.

TOOLTIP 

Unused.

TREE 

Unused.

TREE_GRID 

A treeview-like, columned list.

TREE_ITEM 

Unused.

WIDGET 

An interactive component of a graphical user interface.

This is the role that GTK uses by default for widgets.

WINDOW 

An application window.

enum Gtk::ScrollType
strong

Scrolling types.

Enumerator
NONE 
JUMP 

Jump to new location.

STEP_BACKWARD 

Step backward.

Decrement by the adjustments step increment.

STEP_FORWARD 

Step forward.

Increment by the adjustments step increment.

PAGE_BACKWARD 

Page backward.

Decrement by the adjustments page increment.

PAGE_FORWARD 

Page forward.

Increment by the adjustments page increment.

STEP_UP 

Step up.

STEP_DOWN 

Step down.

PAGE_UP 

Page up.

PAGE_DOWN 

Page down.

STEP_LEFT 

Step to the left.

STEP_RIGHT 

Step to the right.

PAGE_LEFT 

Page to the left.

PAGE_RIGHT 

Page to the right.

START 
END 
enum Gtk::SelectionMode
strong

Used to control what selections users are allowed to make.

Enumerator
NONE 
SINGLE 

Zero or one element may be selected.

BROWSE 

Exactly one element is selected.

In some circumstances, such as initially or during a search operation, it’s possible for no element to be selected with Gtk::SelectionMode::BROWSE. What is really enforced is that the user can’t deselect a currently selected element except by selecting another element.

MULTIPLE 

Any number of elements may be selected.

The Ctrl key may be used to enlarge the selection, and Shift key to select between the focus and the child pointed to. Some widgets may also allow Click-drag to select a range of elements.

enum Gtk::SensitivityType
strong

Determines how GTK handles the sensitivity of various controls, such as combo box buttons.

Enumerator
AUTO 

The control is made insensitive if no action can be triggered.

ON 

The control is always sensitive.

OFF 

The control is always insensitive.

enum Gtk::ShortcutScope
strong

Describes where Gtk::Shortcuts added to a Gtk::ShortcutController get handled.

Enumerator
LOCAL 

Shortcuts are handled inside the widget the controller belongs to.

MANAGED 

Shortcuts are handled by the first ancestor that is a Gtk::ShortcutManager.

GLOBAL 

Shortcuts are handled by the root widget.

enum Gtk::ShortcutType
strong

GtkShortcutType specifies the kind of shortcut that is being described.

More values may be added to this enumeration over time.

Enumerator
ACCELERATOR 

The shortcut is a keyboard accelerator.

The Gtk::ShortcutsShortcut::property_accelerator() property will be used.

GESTURE_PINCH 

The shortcut is a pinch gesture.

GTK+ provides an icon and subtitle.

GESTURE_STRETCH 

The shortcut is a stretch gesture.

GTK+ provides an icon and subtitle.

GESTURE_ROTATE_CLOCKWISE 

The shortcut is a clockwise rotation gesture.

GTK+ provides an icon and subtitle.

GESTURE_ROTATE_COUNTERCLOCKWISE 

The shortcut is a counterclockwise rotation gesture.

GTK+ provides an icon and subtitle.

GESTURE_TWO_FINGER_SWIPE_LEFT 

The shortcut is a two-finger swipe gesture.

GTK+ provides an icon and subtitle.

GESTURE_TWO_FINGER_SWIPE_RIGHT 

The shortcut is a two-finger swipe gesture.

GTK+ provides an icon and subtitle.

GESTURE 

The shortcut is a gesture.

The Gtk::ShortcutsShortcut::property_icon() property will be used.

GESTURE_SWIPE_LEFT 

The shortcut is a swipe gesture.

GTK+ provides an icon and subtitle.

GESTURE_SWIPE_RIGHT 

The shortcut is a swipe gesture.

GTK+ provides an icon and subtitle.

enum Gtk::SizeRequestMode
strong

Specifies a preference for height-for-width or width-for-height geometry management.

Enumerator
HEIGHT_FOR_WIDTH 

Prefer height-for-width geometry management.

WIDTH_FOR_HEIGHT 

Prefer width-for-height geometry management.

CONSTANT_SIZE 

Don’t trade height-for-width or width-for-height.

The sizing method the column uses to determine its width.

Please note that Gtk::TreeViewColumn::Sizing::AUTOSIZE are inefficient for large views, and can make columns appear choppy.

Enumerator
GROW_ONLY 

Columns only get bigger in reaction to changes in the model.

AUTOSIZE 

Columns resize to be the optimal size every time the model changes.

FIXED 

Columns are a fixed numbers of pixels wide.

enum Gtk::SortType
strong

Determines the direction of a sort.

Enumerator
ASCENDING 

Sorting is in ascending order.

DESCENDING 

Sorting is in descending order.

enum Gtk::SpinType
strong

The values of the GtkSpinType enumeration are used to specify the change to make in Gtk::SpinButton::spin().

Enumerator
STEP_FORWARD 
STEP_BACKWARD 
PAGE_FORWARD 
PAGE_BACKWARD 
HOME 

Go to the adjustments lower bound.

END 
USER_DEFINED 

Change by a specified amount.

These enumeration values describe the possible transitions between pages in a Gtk::Stack widget.

New values may be added to this enumeration over time.

Enumerator
NONE 
CROSSFADE 
SLIDE_RIGHT 
SLIDE_LEFT 
SLIDE_UP 
SLIDE_DOWN 
SLIDE_LEFT_RIGHT 

Slide from left or right according to the children order.

SLIDE_UP_DOWN 

Slide from top down or bottom up according to the order.

OVER_UP 

Cover the old page by sliding up.

OVER_DOWN 

Cover the old page by sliding down.

OVER_LEFT 

Cover the old page by sliding to the left.

OVER_RIGHT 

Cover the old page by sliding to the right.

UNDER_UP 

Uncover the new page by sliding up.

UNDER_DOWN 

Uncover the new page by sliding down.

UNDER_LEFT 

Uncover the new page by sliding to the left.

UNDER_RIGHT 

Uncover the new page by sliding to the right.

OVER_UP_DOWN 

Cover the old page sliding up or uncover the new page sliding down, according to order.

OVER_DOWN_UP 

Cover the old page sliding down or uncover the new page sliding up, according to order.

OVER_LEFT_RIGHT 

Cover the old page sliding left or uncover the new page sliding right, according to order.

OVER_RIGHT_LEFT 

Cover the old page sliding right or uncover the new page sliding left, according to order.

ROTATE_LEFT 

Pretend the pages are sides of a cube and rotate that cube to the left.

ROTATE_RIGHT 

Pretend the pages are sides of a cube and rotate that cube to the right.

ROTATE_LEFT_RIGHT 

Pretend the pages are sides of a cube and rotate that cube to the left or right according to the children order.

The possible accessible states of a Gtk::Accessible.

Enumerator
BUSY 

A “busy” state.

This state has boolean values.

CHECKED 

A “checked” state; indicates the current state of a Gtk::CheckButton.

Value type: Gtk::AccessibleTristate.

DISABLED 

A “disabled” state; corresponds to the Gtk::Widget::property_sensitive() property on Gtk::Widget.

It indicates a UI element that is perceivable, but not editable or operable. Value type: boolean.

EXPANDED 

An “expanded” state; corresponds to the Gtk::Expander::property_expanded() property on Gtk::Expander.

Value type: boolean or undefined.

HIDDEN 

A “hidden” state; corresponds to the Gtk::Widget::property_visible() property on Gtk::Widget.

You can use this state explicitly on UI elements that should not be exposed to an assistive technology. Value type: boolean See also: Gtk::Accessible::State::DISABLED.

INVALID 

An “invalid” state; set when a widget is showing an error.

Value type: Gtk::AccessibleInvalidState.

PRESSED 

A “pressed” state; indicates the current state of a Gtk::ToggleButton.

Value type: Gtk::AccessibleTristate enumeration.

SELECTED 

A “selected” state; set when a widget is selected.

Value type: boolean or undefined.

enum Gtk::StateFlags
strong

Describes a widget state.

Widget states are used to match the widget against CSS pseudo-classes. Note that GTK extends the regular CSS classes and sometimes uses different names.

Bitwise operators:
StateFlags operator|(StateFlags, StateFlags)

StateFlags operator&(StateFlags, StateFlags)

StateFlags operator^(StateFlags, StateFlags)

StateFlags operator~(StateFlags)

StateFlags& operator|=(StateFlags&, StateFlags)

StateFlags& operator&=(StateFlags&, StateFlags)

StateFlags& operator^=(StateFlags&, StateFlags)

Enumerator
NORMAL 
ACTIVE 

Widget is active.

PRELIGHT 

Widget has a mouse pointer over it.

SELECTED 
INSENSITIVE 
INCONSISTENT 

Widget is inconsistent.

FOCUSED 
BACKDROP 

Widget is in a background toplevel window.

DIR_LTR 

Widget is in left-to-right text direction.

DIR_RTL 

Widget is in right-to-left text direction.

LINK 

Widget is a link.

VISITED 

The location the widget points to has already been visited.

CHECKED 

Widget is checked.

DROP_ACTIVE 

Widget is highlighted as a drop target for DND.

FOCUS_VISIBLE 

Widget has the visible focus.

FOCUS_WITHIN 

Widget contains the keyboard focus.

The strength of a constraint, expressed as a symbolic constant.

The strength of a Gtk::Constraint can be expressed with any positive integer; the values of this enumeration can be used for readability.

Enumerator
REQUIRED 

The constraint is required towards solving the layout.

STRONG 

A strong constraint.

MEDIUM 

A medium constraint.

WEAK 

A weak constraint.

enum Gtk::TextDirection
strong

Reading directions for text.

Enumerator
NONE 
LTR 

Left to right text direction.

RTL 

Right to left text direction.

enum Gtk::TextSearchFlags
strong

Flags affecting how a search is done.

If neither Gtk::TextSearchFlags::VISIBLE_ONLY nor Gtk::TextSearchFlags::TEXT_ONLY are enabled, the match must be exact; the special 0xFFFC character will match embedded paintables or child widgets.

Bitwise operators:
TextSearchFlags operator|(TextSearchFlags, TextSearchFlags)

TextSearchFlags operator&(TextSearchFlags, TextSearchFlags)

TextSearchFlags operator^(TextSearchFlags, TextSearchFlags)

TextSearchFlags operator~(TextSearchFlags)

TextSearchFlags& operator|=(TextSearchFlags&, TextSearchFlags)

TextSearchFlags& operator&=(TextSearchFlags&, TextSearchFlags)

TextSearchFlags& operator^=(TextSearchFlags&, TextSearchFlags)

Enumerator
VISIBLE_ONLY 

Search only visible data.

A search match may have invisible text interspersed.

TEXT_ONLY 

Search only text.

A match may have paintables or child widgets mixed inside the matched range.

CASE_INSENSITIVE 

The text will be matched regardless of what case it is in.

enum Gtk::TextWindowType
strong

Used to reference the parts of Gtk::TextView.

Enumerator
WIDGET 

Window that floats over scrolling areas.

TEXT 

Scrollable text window.

LEFT 
RIGHT 
TOP 
BOTTOM 
enum Gtk::Image::Type
strong

Describes the image data representation used by a Gtk::Image.

If you want to get the image from the widget, you can only get the currently-stored representation. e.g. if the Gtk::Image::get_storage_type() returns Gtk::Image::Type::PAINTABLE, then you can call Gtk::Image::get_paintable(). For empty images, you can request any storage type (call any of the "get" functions), but they will all return nullptr values.

Enumerator
EMPTY 

There is no image displayed by the widget.

ICON_NAME 

The widget contains a named icon.

GICON 

The widget contains a Gio::Icon.

PAINTABLE 

The widget contains a Gdk::Paintable.

An enum for determining the page role inside the Gtk::Assistant.

It's used to handle buttons sensitivity and visibility.

Note that an assistant needs to end its page flow with a page of type Gtk::AssistantPage::Type::CONFIRM, Gtk::AssistantPage::Type::SUMMARY or Gtk::AssistantPage::Type::PROGRESS to be correct.

The Cancel button will only be shown if the page isn’t “committed”. See Gtk::Assistant::commit() for details.

Enumerator
CONTENT 

The page has regular contents.

Both the Back and forward buttons will be shown.

INTRO 

The page contains an introduction to the assistant task.

Only the Forward button will be shown if there is a next page.

CONFIRM 

The page lets the user confirm or deny the changes.

The Back and Apply buttons will be shown.

SUMMARY 

The page informs the user of the changes done.

Only the Close button will be shown.

PROGRESS 

Used for tasks that take a long time to complete, blocks the assistant until the page is marked as complete.

Only the back button will be shown.

CUSTOM 

Used for when other page types are not appropriate.

No buttons will be shown, and the application must add its own buttons through Gtk::Assistant::add_action_widget().

enum Gtk::Unit
strong

See also Gtk::PrintSettings::set_paper_width().

Enumerator
NONE 
POINTS 

Dimensions in points.

INCH 

Dimensions in inches.

MM 

Dimensions in millimeters.

The spin button update policy determines whether the spin button displays values even if they are outside the bounds of its adjustment.

See Gtk::SpinButton::set_update_policy().

Enumerator
ALWAYS 

When refreshing your Gtk::SpinButton, the value is always displayed.

IF_VALID 

When refreshing your Gtk::SpinButton, the value is only displayed if it is valid within the bounds of the spin button's adjustment.

Function Documentation

TextSearchFlags Gtk::operator& ( TextSearchFlags  lhs,
TextSearchFlags  rhs 
)
inline
IconLookupFlags Gtk::operator& ( IconLookupFlags  lhs,
IconLookupFlags  rhs 
)
inline
CellRendererState Gtk::operator& ( CellRendererState  lhs,
CellRendererState  rhs 
)
inline
PrintCapabilities Gtk::operator& ( PrintCapabilities  lhs,
PrintCapabilities  rhs 
)
inline
PopoverMenu::Flags Gtk::operator& ( PopoverMenu::Flags  lhs,
PopoverMenu::Flags  rhs 
)
inline
FontChooser::Level Gtk::operator& ( FontChooser::Level  lhs,
FontChooser::Level  rhs 
)
inline
StyleContext::PrintFlags Gtk::operator& ( StyleContext::PrintFlags  lhs,
StyleContext::PrintFlags  rhs 
)
inline
TreeModel::Flags Gtk::operator& ( TreeModel::Flags  lhs,
TreeModel::Flags  rhs 
)
inline
PickFlags Gtk::operator& ( PickFlags  lhs,
PickFlags  rhs 
)
inline
Application::InhibitFlags Gtk::operator& ( Application::InhibitFlags  lhs,
Application::InhibitFlags  rhs 
)
inline
ShortcutAction::Flags Gtk::operator& ( ShortcutAction::Flags  lhs,
ShortcutAction::Flags  rhs 
)
inline
StateFlags Gtk::operator& ( StateFlags  lhs,
StateFlags  rhs 
)
inline
InputHints Gtk::operator& ( InputHints  lhs,
InputHints  rhs 
)
inline
TextSearchFlags& Gtk::operator&= ( TextSearchFlags lhs,
TextSearchFlags  rhs 
)
inline
IconLookupFlags& Gtk::operator&= ( IconLookupFlags lhs,
IconLookupFlags  rhs 
)
inline
CellRendererState& Gtk::operator&= ( CellRendererState lhs,
CellRendererState  rhs 
)
inline
PrintCapabilities& Gtk::operator&= ( PrintCapabilities lhs,
PrintCapabilities  rhs 
)
inline
PopoverMenu::Flags& Gtk::operator&= ( PopoverMenu::Flags lhs,
PopoverMenu::Flags  rhs 
)
inline
FontChooser::Level& Gtk::operator&= ( FontChooser::Level lhs,
FontChooser::Level  rhs 
)
inline
StyleContext::PrintFlags& Gtk::operator&= ( StyleContext::PrintFlags lhs,
StyleContext::PrintFlags  rhs 
)
inline
TreeModel::Flags& Gtk::operator&= ( TreeModel::Flags lhs,
TreeModel::Flags  rhs 
)
inline
PickFlags& Gtk::operator&= ( PickFlags lhs,
PickFlags  rhs 
)
inline
Application::InhibitFlags& Gtk::operator&= ( Application::InhibitFlags lhs,
Application::InhibitFlags  rhs 
)
inline
ShortcutAction::Flags& Gtk::operator&= ( ShortcutAction::Flags lhs,
ShortcutAction::Flags  rhs 
)
inline
StateFlags& Gtk::operator&= ( StateFlags lhs,
StateFlags  rhs 
)
inline
InputHints& Gtk::operator&= ( InputHints lhs,
InputHints  rhs 
)
inline
TextSearchFlags Gtk::operator^ ( TextSearchFlags  lhs,
TextSearchFlags  rhs 
)
inline
IconLookupFlags Gtk::operator^ ( IconLookupFlags  lhs,
IconLookupFlags  rhs 
)
inline
CellRendererState Gtk::operator^ ( CellRendererState  lhs,
CellRendererState  rhs 
)
inline
PrintCapabilities Gtk::operator^ ( PrintCapabilities  lhs,
PrintCapabilities  rhs 
)
inline
PopoverMenu::Flags Gtk::operator^ ( PopoverMenu::Flags  lhs,
PopoverMenu::Flags  rhs 
)
inline
FontChooser::Level Gtk::operator^ ( FontChooser::Level  lhs,
FontChooser::Level  rhs 
)
inline
StyleContext::PrintFlags Gtk::operator^ ( StyleContext::PrintFlags  lhs,
StyleContext::PrintFlags  rhs 
)
inline
TreeModel::Flags Gtk::operator^ ( TreeModel::Flags  lhs,
TreeModel::Flags  rhs 
)
inline
PickFlags Gtk::operator^ ( PickFlags  lhs,
PickFlags  rhs 
)
inline
Application::InhibitFlags Gtk::operator^ ( Application::InhibitFlags  lhs,
Application::InhibitFlags  rhs 
)
inline
ShortcutAction::Flags Gtk::operator^ ( ShortcutAction::Flags  lhs,
ShortcutAction::Flags  rhs 
)
inline
StateFlags Gtk::operator^ ( StateFlags  lhs,
StateFlags  rhs 
)
inline
InputHints Gtk::operator^ ( InputHints  lhs,
InputHints  rhs 
)
inline
TextSearchFlags& Gtk::operator^= ( TextSearchFlags lhs,
TextSearchFlags  rhs 
)
inline
IconLookupFlags& Gtk::operator^= ( IconLookupFlags lhs,
IconLookupFlags  rhs 
)
inline
CellRendererState& Gtk::operator^= ( CellRendererState lhs,
CellRendererState  rhs 
)
inline
PrintCapabilities& Gtk::operator^= ( PrintCapabilities lhs,
PrintCapabilities  rhs 
)
inline
PopoverMenu::Flags& Gtk::operator^= ( PopoverMenu::Flags lhs,
PopoverMenu::Flags  rhs 
)
inline
FontChooser::Level& Gtk::operator^= ( FontChooser::Level lhs,
FontChooser::Level  rhs 
)
inline
StyleContext::PrintFlags& Gtk::operator^= ( StyleContext::PrintFlags lhs,
StyleContext::PrintFlags  rhs 
)
inline
TreeModel::Flags& Gtk::operator^= ( TreeModel::Flags lhs,
TreeModel::Flags  rhs 
)
inline
PickFlags& Gtk::operator^= ( PickFlags lhs,
PickFlags  rhs 
)
inline
Application::InhibitFlags& Gtk::operator^= ( Application::InhibitFlags lhs,
Application::InhibitFlags  rhs 
)
inline
ShortcutAction::Flags& Gtk::operator^= ( ShortcutAction::Flags lhs,
ShortcutAction::Flags  rhs 
)
inline
StateFlags& Gtk::operator^= ( StateFlags lhs,
StateFlags  rhs 
)
inline
InputHints& Gtk::operator^= ( InputHints lhs,
InputHints  rhs 
)
inline
TextSearchFlags Gtk::operator| ( TextSearchFlags  lhs,
TextSearchFlags  rhs 
)
inline
IconLookupFlags Gtk::operator| ( IconLookupFlags  lhs,
IconLookupFlags  rhs 
)
inline
CellRendererState Gtk::operator| ( CellRendererState  lhs,
CellRendererState  rhs 
)
inline
PrintCapabilities Gtk::operator| ( PrintCapabilities  lhs,
PrintCapabilities  rhs 
)
inline
PopoverMenu::Flags Gtk::operator| ( PopoverMenu::Flags  lhs,
PopoverMenu::Flags  rhs 
)
inline
FontChooser::Level Gtk::operator| ( FontChooser::Level  lhs,
FontChooser::Level  rhs 
)
inline
StyleContext::PrintFlags Gtk::operator| ( StyleContext::PrintFlags  lhs,
StyleContext::PrintFlags  rhs 
)
inline
TreeModel::Flags Gtk::operator| ( TreeModel::Flags  lhs,
TreeModel::Flags  rhs 
)
inline
PickFlags Gtk::operator| ( PickFlags  lhs,
PickFlags  rhs 
)
inline
Application::InhibitFlags Gtk::operator| ( Application::InhibitFlags  lhs,
Application::InhibitFlags  rhs 
)
inline
ShortcutAction::Flags Gtk::operator| ( ShortcutAction::Flags  lhs,
ShortcutAction::Flags  rhs 
)
inline
StateFlags Gtk::operator| ( StateFlags  lhs,
StateFlags  rhs 
)
inline
InputHints Gtk::operator| ( InputHints  lhs,
InputHints  rhs 
)
inline
TextSearchFlags& Gtk::operator|= ( TextSearchFlags lhs,
TextSearchFlags  rhs 
)
inline
IconLookupFlags& Gtk::operator|= ( IconLookupFlags lhs,
IconLookupFlags  rhs 
)
inline
CellRendererState& Gtk::operator|= ( CellRendererState lhs,
CellRendererState  rhs 
)
inline
PrintCapabilities& Gtk::operator|= ( PrintCapabilities lhs,
PrintCapabilities  rhs 
)
inline
PopoverMenu::Flags& Gtk::operator|= ( PopoverMenu::Flags lhs,
PopoverMenu::Flags  rhs 
)
inline
FontChooser::Level& Gtk::operator|= ( FontChooser::Level lhs,
FontChooser::Level  rhs 
)
inline
StyleContext::PrintFlags& Gtk::operator|= ( StyleContext::PrintFlags lhs,
StyleContext::PrintFlags  rhs 
)
inline
TreeModel::Flags& Gtk::operator|= ( TreeModel::Flags lhs,
TreeModel::Flags  rhs 
)
inline
PickFlags& Gtk::operator|= ( PickFlags lhs,
PickFlags  rhs 
)
inline
Application::InhibitFlags& Gtk::operator|= ( Application::InhibitFlags lhs,
Application::InhibitFlags  rhs 
)
inline
ShortcutAction::Flags& Gtk::operator|= ( ShortcutAction::Flags lhs,
ShortcutAction::Flags  rhs 
)
inline
StateFlags& Gtk::operator|= ( StateFlags lhs,
StateFlags  rhs 
)
inline
InputHints& Gtk::operator|= ( InputHints lhs,
InputHints  rhs 
)
inline
TextSearchFlags Gtk::operator~ ( TextSearchFlags  flags)
inline
IconLookupFlags Gtk::operator~ ( IconLookupFlags  flags)
inline
CellRendererState Gtk::operator~ ( CellRendererState  flags)
inline
PrintCapabilities Gtk::operator~ ( PrintCapabilities  flags)
inline
PopoverMenu::Flags Gtk::operator~ ( PopoverMenu::Flags  flags)
inline
FontChooser::Level Gtk::operator~ ( FontChooser::Level  flags)
inline
StyleContext::PrintFlags Gtk::operator~ ( StyleContext::PrintFlags  flags)
inline
TreeModel::Flags Gtk::operator~ ( TreeModel::Flags  flags)
inline
PickFlags Gtk::operator~ ( PickFlags  flags)
inline
Application::InhibitFlags Gtk::operator~ ( Application::InhibitFlags  flags)
inline
ShortcutAction::Flags Gtk::operator~ ( ShortcutAction::Flags  flags)
inline
StateFlags Gtk::operator~ ( StateFlags  flags)
inline
InputHints Gtk::operator~ ( InputHints  flags)
inline