From 2a395f3465760fbad4dd6fed3de7bcc8d247d89c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jun 2018 15:01:31 +0200 Subject: new package, version 0.3.0 open https://github.com/Letargie/pggi/pull/8 [-Wformat=] open https://github.com/Letargie/pggi/pull/9 [-Wimplicit-function-declaration] open https://github.com/Letargie/pggi/pull/11 [-Werror=format-security] --- REFLECTION | 6906 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 6906 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..24ce86d --- /dev/null +++ b/REFLECTION @@ -0,0 +1,6906 @@ +Extension [ extension #197 pggi version 0.3.0 ] { + + - Constants [119] { + Constant [ integer PGGI\BASELINE_POSITION_TOP ] { 0 } + Constant [ integer PGGI\BASELINE_POSITION_CENTER ] { 1 } + Constant [ integer PGGI\BASELINE_POSITION_BOTTOM ] { 2 } + Constant [ integer PGGI\DELETE_CHARS ] { 0 } + Constant [ integer PGGI\DELETE_WORD_ENDS ] { 1 } + Constant [ integer PGGI\DELETE_WORDS ] { 2 } + Constant [ integer PGGI\DELETE_DISPLAY_LINES ] { 3 } + Constant [ integer PGGI\DELETE_DISPLAY_LINE_ENDS ] { 4 } + Constant [ integer PGGI\DELETE_PARAGRAPH_ENDS ] { 5 } + Constant [ integer PGGI\DELETE_PARAGRAPHS ] { 6 } + Constant [ integer PGGI\DELETE_WHITESPACE ] { 7 } + Constant [ integer PGGI\DIR_TAB_FORWARD ] { 0 } + Constant [ integer PGGI\DIR_TAB_BACKWARD ] { 1 } + Constant [ integer PGGI\DIR_UP ] { 2 } + Constant [ integer PGGI\DIR_DOWN ] { 3 } + Constant [ integer PGGI\DIR_LEFT ] { 4 } + Constant [ integer PGGI\DIR_RIGHT ] { 5 } + Constant [ integer PGGI\JUSTIFY_LEFT ] { 0 } + Constant [ integer PGGI\JUSTIFY_RIGHT ] { 1 } + Constant [ integer PGGI\JUSTIFY_CENTER ] { 2 } + Constant [ integer PGGI\JUSTIFY_FILL ] { 3 } + Constant [ integer PGGI\MOVEMENT_LOGICAL_POSITIONS ] { 0 } + Constant [ integer PGGI\MOVEMENT_VISUAL_POSITIONS ] { 1 } + Constant [ integer PGGI\MOVEMENT_WORDS ] { 2 } + Constant [ integer PGGI\MOVEMENT_DISPLAY_LINES ] { 3 } + Constant [ integer PGGI\MOVEMENT_DISPLAY_LINE_ENDS ] { 4 } + Constant [ integer PGGI\MOVEMENT_PARAGRAPHS ] { 5 } + Constant [ integer PGGI\MOVEMENT_PARAGRAPH_ENDS ] { 6 } + Constant [ integer PGGI\MOVEMENT_PAGES ] { 7 } + Constant [ integer PGGI\MOVEMENT_BUFFER_ENDS ] { 8 } + Constant [ integer PGGI\MOVEMENT_HORIZONTAL_PAGES ] { 9 } + Constant [ integer PGGI\ORIENTATION_HORIZONTAL ] { 0 } + Constant [ integer PGGI\ORIENTATION_VERTICAL ] { 1 } + Constant [ integer PGGI\PACK_START ] { 0 } + Constant [ integer PGGI\PACK_END ] { 1 } + Constant [ integer PGGI\POS_LEFT ] { 0 } + Constant [ integer PGGI\POS_RIGHT ] { 1 } + Constant [ integer PGGI\POS_TOP ] { 2 } + Constant [ integer PGGI\POS_BOTTOM ] { 3 } + Constant [ integer PGGI\RELIEF_NORMAL ] { 0 } + Constant [ integer PGGI\RELIEF_NONE ] { 2 } + Constant [ integer PGGI\SCROLL_STEPS ] { 0 } + Constant [ integer PGGI\SCROLL_PAGES ] { 1 } + Constant [ integer PGGI\SCROLL_ENDS ] { 2 } + Constant [ integer PGGI\SCROLL_HORIZONTAL_STEPS ] { 3 } + Constant [ integer PGGI\SCROLL_HORIZONTAL_PAGES ] { 4 } + Constant [ integer PGGI\SCROLL_HORIZONTAL_ENDS ] { 5 } + Constant [ integer PGGI\SCROLL_NONE ] { 0 } + Constant [ integer PGGI\SCROLL_JUMP ] { 1 } + Constant [ integer PGGI\SCROLL_STEP_BACKWARD ] { 2 } + Constant [ integer PGGI\SCROLL_STEP_FORWARD ] { 3 } + Constant [ integer PGGI\SCROLL_PAGE_BACKWARD ] { 4 } + Constant [ integer PGGI\SCROLL_PAGE_FORWARD ] { 5 } + Constant [ integer PGGI\SCROLL_STEP_UP ] { 6 } + Constant [ integer PGGI\SCROLL_STEP_DOWN ] { 7 } + Constant [ integer PGGI\SCROLL_PAGE_UP ] { 8 } + Constant [ integer PGGI\SCROLL_PAGE_DOWN ] { 9 } + Constant [ integer PGGI\SCROLL_STEP_LEFT ] { 10 } + Constant [ integer PGGI\SCROLL_STEP_RIGHT ] { 11 } + Constant [ integer PGGI\SCROLL_PAGE_LEFT ] { 12 } + Constant [ integer PGGI\SCROLL_PAGE_RIGHT ] { 13 } + Constant [ integer PGGI\SCROLL_START ] { 14 } + Constant [ integer PGGI\SCROLL_END ] { 15 } + Constant [ integer PGGI\SELECTION_NONE ] { 0 } + Constant [ integer PGGI\SELECTION_SINGLE ] { 1 } + Constant [ integer PGGI\SELECTION_BROWSE ] { 2 } + Constant [ integer PGGI\SELECTION_MULTIPLE ] { 3 } + Constant [ integer PGGI\SHADOW_NONE ] { 0 } + Constant [ integer PGGI\SHADOW_IN ] { 1 } + Constant [ integer PGGI\SHADOW_OUT ] { 2 } + Constant [ integer PGGI\SHADOW_ETCHED_IN ] { 3 } + Constant [ integer PGGI\SHADOW_ETCHED_OUT ] { 4 } + Constant [ integer PGGI\STATE_FLAG_NORMAL ] { 0 } + Constant [ integer PGGI\STATE_FLAG_ACTIVE ] { 1 } + Constant [ integer PGGI\STATE_FLAG_PRELIGHT ] { 2 } + Constant [ integer PGGI\STATE_FLAG_SELECTED ] { 4 } + Constant [ integer PGGI\STATE_FLAG_INSENSITIVE ] { 8 } + Constant [ integer PGGI\STATE_FLAG_INCONSISTENT ] { 16 } + Constant [ integer PGGI\STATE_FLAG_FOCUSED ] { 32 } + Constant [ integer PGGI\STATE_FLAG_BACKDROP ] { 64 } + Constant [ integer PGGI\STATE_FLAG_DIR_LTR ] { 128 } + Constant [ integer PGGI\STATE_FLAG_DIR_RTL ] { 256 } + Constant [ integer PGGI\STATE_FLAG_LINK ] { 512 } + Constant [ integer PGGI\STATE_FLAG_VISITED ] { 1024 } + Constant [ integer PGGI\STATE_FLAG_CHECKED ] { 2048 } + Constant [ integer PGGI\PGGI_STATE_FLAG_DROP_ACTIVE ] { 4096 } + Constant [ integer PGGI\TOOLBAR_ICONS ] { 0 } + Constant [ integer PGGI\TOOLBAR_TEXT ] { 1 } + Constant [ integer PGGI\TOOLBAR_BOTH ] { 2 } + Constant [ integer PGGI\TOOLBAR_BOTH_HORIZ ] { 3 } + Constant [ integer PGGI\SORT_ASCENDING ] { 0 } + Constant [ integer PGGI\SORT_DESCENDING ] { 1 } + Constant [ integer PGGI\Cairo\CONTENT_COLOR ] { 4096 } + Constant [ integer PGGI\Cairo\CONTENT_ALPHA ] { 8192 } + Constant [ integer PGGI\Cairo\CONTENT_COLOR_ALPHA ] { 12288 } + Constant [ integer PGGI\SIGNAL_GWIDGET_DESTROY ] { 5 } + Constant [ integer PGGI\SIGNAL_GWIDGET_DRAW ] { 6 } + Constant [ integer PGGI\SIGNAL_GWIDGET_KEY_PRESS_EVENT ] { 7 } + Constant [ integer PGGI\SIGNAL_GWIDGET_KEY_RELEASE_EVENT ] { 8 } + Constant [ integer PGGI\SIGNAL_GWIDGET_BUTTON_PRESS_EVENT ] { 9 } + Constant [ integer PGGI\SIGNAL_GWIDGET_BUTTON_RELEASE_EVENT ] { 10 } + Constant [ integer PGGI\SIGNAL_GAPPLICATION_WINDOW_ADDED ] { 0 } + Constant [ integer PGGI\SIGNAL_GAPPLICATION_WINDOW_REMOVED ] { 1 } + Constant [ integer PGGI\SIGNAL_GAPPLICATION_STARTUP ] { 2 } + Constant [ integer PGGI\SIGNAL_GAPPLICATION_SHUTDOWN ] { 3 } + Constant [ integer PGGI\SIGNAL_GAPPLICATION_ACTIVATE ] { 4 } + Constant [ integer PGGI\SIGNAL_GCONTAINER_ADD ] { 11 } + Constant [ integer PGGI\SIGNAL_GMENUITEM_ACTIVATE ] { 12 } + Constant [ integer PGGI\SIGNAL_GCOMBO_BOX_CHANGED ] { 13 } + Constant [ integer PGGI\SIGNAL_GCOMBO_BOX_MOVE_ACTIVE ] { 14 } + Constant [ integer PGGI\SIGNAL_GTEXT_BUFFER_CHANGED ] { 15 } + Constant [ integer PGGI\SIGNAL_STYLE_CONTEXT_CHANGED ] { 16 } + Constant [ integer PGGI\SIGNAL_GDIALOG_RESPONSE ] { 18 } + Constant [ integer PGGI\SIGNAL_GDIALOG_CLOSE ] { 17 } + Constant [ integer PGGI\SIGNAL_GTREE_VIEW_COLUMN_CHANGED ] { 19 } + Constant [ integer PGGI\SIGNAL_GTREE_VIEW_COLUMN_CLICKED ] { 20 } + Constant [ integer PGGI\SIGNAL_GTREE_SELECTION_CHANGED ] { 21 } + Constant [ integer PGGI\SIGNAL_GTOOL_BUTTON_CLICKED ] { 23 } + Constant [ integer PGGI\Pango\SCALE ] { 1024 } + } + + - Classes [59] { + Class [ class PGGI\Cairo\Exception extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class PGGI\Cairo\Surface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method createSimilar ] { + + - Parameters [3] { + Parameter #0 [ integer $content ] + Parameter #1 [ integer $width ] + Parameter #2 [ integer $height ] + } + - Return [ pc_surface_get_class_entry() ] + } + } + } + + Class [ class PGGI\Cairo\ImageSurface extends PGGI\Cairo\Surface ] { + + - Constants [6] { + Constant [ public integer FORMAT_ARGB32 ] { 0 } + Constant [ public integer FORMAT_RGB24 ] { 1 } + Constant [ public integer FORMAT_A8 ] { 2 } + Constant [ public integer FORMAT_A1 ] { 3 } + Constant [ public integer FORMAT_RGB16_565 ] { 4 } + Constant [ public integer FORMAT_RGB30 ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $data ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $format ] + Parameter #1 [ integer $width ] + Parameter #2 [ integer $height ] + Parameter #3 [ string or NULL $data ] + } + } + + Method [ public method getData ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getStride ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method writeToPNG ] { + + - Parameters [1] { + Parameter #0 [ string $filename ] + } + } + + Method [ public method strideForWidth ] { + + - Parameters [2] { + Parameter #0 [ integer $format ] + Parameter #1 [ integer $width ] + } + - Return [ integer ] + } + + Method [ public method createSimilar ] { + + - Parameters [3] { + Parameter #0 [ integer $content ] + Parameter #1 [ integer $width ] + Parameter #2 [ integer $height ] + } + - Return [ pc_surface_get_class_entry() ] + } + } + } + + Class [ class PGGI\Cairo\Pattern ] { + + - Constants [7] { + Constant [ public integer EXTEND_NONE ] { 0 } + Constant [ public integer EXTEND_REPEAT ] { 1 } + Constant [ public integer FILTER_FAST ] { 0 } + Constant [ public integer FILTER_GOOD ] { 1 } + Constant [ public integer FILTER_BEST ] { 2 } + Constant [ public integer FILTER_NEAREST ] { 3 } + Constant [ public integer FILTER_BILINEAR ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ public $extend ] + Property [ public $filter ] + } + + - Methods [0] { + } + } + + Class [ class PGGI\Cairo\PatternSolid extends PGGI\Cairo\Pattern ] { + + - Constants [7] { + Constant [ public integer EXTEND_NONE ] { 0 } + Constant [ public integer EXTEND_REPEAT ] { 1 } + Constant [ public integer FILTER_FAST ] { 0 } + Constant [ public integer FILTER_GOOD ] { 1 } + Constant [ public integer FILTER_BEST ] { 2 } + Constant [ public integer FILTER_NEAREST ] { 3 } + Constant [ public integer FILTER_BILINEAR ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $extend ] + Property [ public $filter ] + Property [ private $surface ] + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ float $r ] + Parameter #1 [ float $g ] + Parameter #2 [ float $b ] + Parameter #3 [ float $a ] + } + } + } + } + + Class [ class PGGI\Cairo\PatternSurface extends PGGI\Cairo\Pattern ] { + + - Constants [9] { + Constant [ public integer EXTEND_NONE ] { 0 } + Constant [ public integer EXTEND_REPEAT ] { 1 } + Constant [ public integer FILTER_FAST ] { 0 } + Constant [ public integer FILTER_GOOD ] { 1 } + Constant [ public integer FILTER_BEST ] { 2 } + Constant [ public integer FILTER_NEAREST ] { 3 } + Constant [ public integer FILTER_BILINEAR ] { 4 } + Constant [ public integer EXTEND_REFLECT ] { 2 } + Constant [ public integer EXTEND_PAD ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $extend ] + Property [ public $filter ] + Property [ public $surface ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ PGGI\Cairo\Surface $x ] + } + } + + Method [ public method getSurface ] { + + - Parameters [0] { + } + } + } + } + + Class [ class PGGI\Cairo\Context ] { + + - Constants [35] { + Constant [ public integer FILL_RULE_WINDING ] { 0 } + Constant [ public integer FILL_RULE_EVEN_ODD ] { 1 } + Constant [ public integer LINE_CAP_BUTT ] { 0 } + Constant [ public integer LINE_CAP_ROUND ] { 1 } + Constant [ public integer LINE_CAP_SQUARE ] { 2 } + Constant [ public integer LINE_JOIN_MITER ] { 0 } + Constant [ public integer LINE_JOIN_ROUND ] { 1 } + Constant [ public integer LINE_JOIN_BEVEL ] { 2 } + Constant [ public integer OPERATOR_CLEAR ] { 0 } + Constant [ public integer OPERATOR_IN ] { 3 } + Constant [ public integer OPERATOR_OUT ] { 4 } + Constant [ public integer OPERATOR_ATOP ] { 5 } + Constant [ public integer OPERATOR_DEST ] { 6 } + Constant [ public integer OPERATOR_DEST_OVER ] { 7 } + Constant [ public integer OPERATOR_DEST_IN ] { 8 } + Constant [ public integer OPERATOR_DEST_OUT ] { 9 } + Constant [ public integer OPERATOR_DEST_ATOP ] { 10 } + Constant [ public integer OPERATOR_XOR ] { 11 } + Constant [ public integer OPERATOR_ADD ] { 12 } + Constant [ public integer OPERATOR_SATURATE ] { 13 } + Constant [ public integer OPERATOR_MULTIPLY ] { 14 } + Constant [ public integer OPERATOR_SCREEN ] { 15 } + Constant [ public integer OPERATOR_OVERLAY ] { 16 } + Constant [ public integer OPERATOR_DARKEN ] { 17 } + Constant [ public integer OPERATOR_LIGHTEN ] { 18 } + Constant [ public integer OPERATOR_COLOR_DODGE ] { 19 } + Constant [ public integer OPERATOR_COLOR_BURN ] { 20 } + Constant [ public integer OPERATOR_HARD_LIGHT ] { 21 } + Constant [ public integer OPERATOR_SOFT_LIGHT ] { 22 } + Constant [ public integer OPERATOR_DIFFERENCE ] { 23 } + Constant [ public integer OPERATOR_EXCLUSION ] { 24 } + Constant [ public integer OPERATOR_HSL_HUE ] { 25 } + Constant [ public integer OPERATOR_HSL_SATURATION ] { 26 } + Constant [ public integer OPERATOR_HSL_COLOR ] { 27 } + Constant [ public integer OPERATOR_HSL_LUMINOSITY ] { 28 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ public $lineWidth ] + Property [ public $fillRule ] + Property [ public $lineCap ] + Property [ public $lineJoin ] + Property [ public $operator ] + } + + - Methods [34] { + Method [ public method fill ] { + + - Parameters [0] { + } + } + + Method [ public method fillPreserve ] { + + - Parameters [0] { + } + } + + Method [ public method paint ] { + + - Parameters [0] { + } + } + + Method [ public method clip ] { + + - Parameters [0] { + } + } + + Method [ public method clipPreserve ] { + + - Parameters [0] { + } + } + + Method [ public method newPath ] { + + - Parameters [0] { + } + } + + Method [ public method newSubPath ] { + + - Parameters [0] { + } + } + + Method [ public method closePath ] { + + - Parameters [0] { + } + } + + Method [ public method stroke ] { + + - Parameters [0] { + } + } + + Method [ public method strokePreserve ] { + + - Parameters [0] { + } + } + + Method [ public method save ] { + + - Parameters [0] { + } + } + + Method [ public method restore ] { + + - Parameters [0] { + } + } + + Method [ public method arc ] { + + - Parameters [5] { + Parameter #0 [ float $x ] + Parameter #1 [ float $y ] + Parameter #2 [ float $radius ] + Parameter #3 [ float $angle1 ] + Parameter #4 [ float $angle2 ] + } + } + + Method [ public method arcNegative ] { + + - Parameters [5] { + Parameter #0 [ float $x ] + Parameter #1 [ float $y ] + Parameter #2 [ float $radius ] + Parameter #3 [ float $angle1 ] + Parameter #4 [ float $angle2 ] + } + } + + Method [ public method curveTo ] { + + - Parameters [6] { + Parameter #0 [ float $x1 ] + Parameter #1 [ float $y1 ] + Parameter #2 [ float $x2 ] + Parameter #3 [ float $y2 ] + Parameter #4 [ float $x3 ] + Parameter #5 [ float $y3 ] + } + } + + Method [ public method lineTo ] { + + - Parameters [2] { + Parameter #0 [ float $x ] + Parameter #1 [ float $y ] + } + } + + Method [ public method moveTo ] { + + - Parameters [2] { + Parameter #0 [ float $x ] + Parameter #1 [ float $y ] + } + } + + Method [ public method relCurveTo ] { + + - Parameters [6] { + Parameter #0 [ float $x1 ] + Parameter #1 [ float $y1 ] + Parameter #2 [ float $x2 ] + Parameter #3 [ float $y2 ] + Parameter #4 [ float $x3 ] + Parameter #5 [ float $y3 ] + } + } + + Method [ public method relLineTo ] { + + - Parameters [2] { + Parameter #0 [ float $x ] + Parameter #1 [ float $y ] + } + } + + Method [ public method relMoveTo ] { + + - Parameters [2] { + Parameter #0 [ float $x ] + Parameter #1 [ float $y ] + } + } + + Method [ public method scale ] { + + - Parameters [2] { + Parameter #0 [ float $x ] + Parameter #1 [ float $y ] + } + } + + Method [ public method rotate ] { + + - Parameters [1] { + Parameter #0 [ float $angle ] + } + } + + Method [ public method translate ] { + + - Parameters [2] { + Parameter #0 [ float $x ] + Parameter #1 [ float $y ] + } + } + + Method [ public method rectangle ] { + + - Parameters [4] { + Parameter #0 [ float $x ] + Parameter #1 [ float $y ] + Parameter #2 [ float $width ] + Parameter #3 [ float $height ] + } + } + + Method [ public method setColor ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GDK\RGBA $x ] + } + } + + Method [ public method setSource ] { + } + + Method [ public method setSourceRGBA ] { + + - Parameters [4] { + Parameter #0 [ float $r ] + Parameter #1 [ float $g ] + Parameter #2 [ float $b ] + Parameter #3 [ float $a ] + } + } + + Method [ public method setDash ] { + + - Parameters [2] { + Parameter #0 [ $dashes ] + Parameter #1 [ $offset ] + } + } + + Method [ public method getDash ] { + + - Parameters [0] { + } + } + + Method [ public method updateContext ] { + + - Parameters [1] { + Parameter #0 [ PGGI\Pango\Context $x ] + } + } + + Method [ public method updateLayout ] { + + - Parameters [1] { + Parameter #0 [ PGGI\Pango\Layout $x ] + } + } + + Method [ public method showLayout ] { + + - Parameters [1] { + Parameter #0 [ PGGI\Pango\Layout $x ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ PGGI\Cairo\Surface $x ] + } + } + + Method [ public method getTarget ] { + + - Parameters [0] { + } + - Return [ "PGGI\\Cairo\\Surface" ] + } + } + } + + Class [ class PGGI\Pango\Exception extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class PGGI\Pango\FontDescription ] { + + - Constants [30] { + Constant [ public integer FONT_MASK_FAMILY ] { 1 } + Constant [ public integer FONT_MASK_STYLE ] { 2 } + Constant [ public integer FONT_MASK_VARIANT ] { 4 } + Constant [ public integer FONT_MASK_WEIGHT ] { 8 } + Constant [ public integer FONT_MASK_STRETCH ] { 16 } + Constant [ public integer FONT_MASK_SIZE ] { 32 } + Constant [ public integer FONT_MASK_GRAVITY ] { 64 } + Constant [ public integer STRETCH_ULTRA_CONDENSED ] { 0 } + Constant [ public integer STRETCH_EXTRA_CONDENSED ] { 1 } + Constant [ public integer STRETCH_CONDENSED ] { 2 } + Constant [ public integer STRETCH_SEMI_CONDENSED ] { 3 } + Constant [ public integer STRETCH_NORMAL ] { 4 } + Constant [ public integer STRETCH_SEMI_EXPANDED ] { 5 } + Constant [ public integer STRETCH_EXPANDED ] { 6 } + Constant [ public integer STRETCH_EXTRA_EXPANDED ] { 7 } + Constant [ public integer STRETCH_ULTRA_EXPANDED ] { 8 } + Constant [ public integer WEIGHT_LIGHT ] { 300 } + Constant [ public integer WEIGHT_ULTRALIGHT ] { 200 } + Constant [ public integer WEIGHT_THIN ] { 100 } + Constant [ public integer WEIGHT_ULTRAHEAVY ] { 1000 } + Constant [ public integer WEIGHT_HEAVY ] { 900 } + Constant [ public integer WEIGHT_ULTRABOLD ] { 800 } + Constant [ public integer WEIGHT_BOLD ] { 700 } + Constant [ public integer WEIGHT_SEMIBOLD ] { 600 } + Constant [ public integer WEIGHT_MEDIUM ] { 500 } + Constant [ public integer WEIGHT_NORMAL ] { 400 } + Constant [ public integer WEIGHT_BOOK ] { 380 } + Constant [ public integer WEIGHT_SEMILIGHT ] { 350 } + Constant [ public integer VARIANT_NORMAL ] { 0 } + Constant [ public integer VARIANT_SMALL_CAPS ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $stretch ] + Property [ public $style ] + Property [ public $variant ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $string ] + } + } + + Method [ public method hash ] { + + - Parameters [0] { + } + - Return [ integer ] + } + } + } + + Class [ class PGGI\Pango\Layout ] { + + - Constants [3] { + Constant [ public integer WRAP_WORD ] { 0 } + Constant [ public integer WRAP_CHAR ] { 1 } + Constant [ public integer WRAP_WORD_CHAR ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $width ] + Property [ public $height ] + Property [ public $wrap ] + Property [ public $text ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $layout ] + } + } + + Method [ public method getSize ] { + + - Parameters [2] { + Parameter #0 [ integer &$value ] + Parameter #1 [ integer &$value ] + } + } + } + } + + Class [ class PGGI\Pango\Context ] { + + - Constants [13] { + Constant [ public integer DIRECTION_LTR ] { 0 } + Constant [ public integer DIRECTION_RTL ] { 1 } + Constant [ public integer DIRECTION_WEAK_LTR ] { 4 } + Constant [ public integer DIRECTION_WEAK_RTL ] { 5 } + Constant [ public integer DIRECTION_NEUTRAL ] { 6 } + Constant [ public integer GRAVITY_SOUTH ] { 0 } + Constant [ public integer GRAVITY_EAST ] { 1 } + Constant [ public integer GRAVITY_NORTH ] { 2 } + Constant [ public integer GRAVITY_WEST ] { 3 } + Constant [ public integer GRAVITY_AUTO ] { 4 } + Constant [ public integer GRAVITY_HINT_NATURAL ] { 0 } + Constant [ public integer GRAVITY_HINT_STRONG ] { 1 } + Constant [ public integer GRAVITY_HINT_LINE ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ public $baseDir ] + Property [ public $baseGravity ] + Property [ public $gravityHint ] + } + + - Methods [2] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $x ] + } + } + + Method [ public method getGravity ] { + + - Parameters [0] { + } + - Return [ integer ] + } + } + } + + Class [ class PGGI\Exception extends Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [10] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class PGGI\GDK\Event ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class PGGI\GDK\EventKey extends PGGI\GDK\Event ] { + + - Constants [128] { + Constant [ public integer KEY_VoidSymbol ] { 16777215 } + Constant [ public integer KEY_BackSpace ] { 65288 } + Constant [ public integer KEY_Tab ] { 65289 } + Constant [ public integer KEY_Return ] { 65293 } + Constant [ public integer KEY_Escape ] { 65307 } + Constant [ public integer KEY_Delete ] { 65535 } + Constant [ public integer KEY_Home ] { 65360 } + Constant [ public integer KEY_Left ] { 65361 } + Constant [ public integer KEY_Up ] { 65362 } + Constant [ public integer KEY_Right ] { 65363 } + Constant [ public integer KEY_Down ] { 65364 } + Constant [ public integer KEY_Page_Up ] { 65365 } + Constant [ public integer KEY_Page_Down ] { 65366 } + Constant [ public integer KEY_Num_Lock ] { 65407 } + Constant [ public integer KEY_F1 ] { 65470 } + Constant [ public integer KEY_F2 ] { 65471 } + Constant [ public integer KEY_F3 ] { 65472 } + Constant [ public integer KEY_F4 ] { 65473 } + Constant [ public integer KEY_F5 ] { 65474 } + Constant [ public integer KEY_F6 ] { 65475 } + Constant [ public integer KEY_F7 ] { 65476 } + Constant [ public integer KEY_F8 ] { 65477 } + Constant [ public integer KEY_F9 ] { 65478 } + Constant [ public integer KEY_F10 ] { 65479 } + Constant [ public integer KEY_F11 ] { 65480 } + Constant [ public integer KEY_F12 ] { 65481 } + Constant [ public integer KEY_Shift_L ] { 65505 } + Constant [ public integer KEY_Shift_R ] { 65506 } + Constant [ public integer KEY_Control_L ] { 65507 } + Constant [ public integer KEY_Control_R ] { 65508 } + Constant [ public integer KEY_Caps_Lock ] { 65509 } + Constant [ public integer KEY_Shift_Lock ] { 65510 } + Constant [ public integer KEY_Alt_L ] { 65514 } + Constant [ public integer KEY_space ] { 32 } + Constant [ public integer KEY_exclam ] { 33 } + Constant [ public integer KEY_quotedbl ] { 34 } + Constant [ public integer KEY_numbersign ] { 35 } + Constant [ public integer KEY_dollar ] { 36 } + Constant [ public integer KEY_percent ] { 37 } + Constant [ public integer KEY_ampersand ] { 38 } + Constant [ public integer KEY_apostrophe ] { 39 } + Constant [ public integer KEY_quoteright ] { 39 } + Constant [ public integer KEY_parenleft ] { 40 } + Constant [ public integer KEY_parenright ] { 41 } + Constant [ public integer KEY_asterisk ] { 42 } + Constant [ public integer KEY_plus ] { 43 } + Constant [ public integer KEY_comma ] { 44 } + Constant [ public integer KEY_minus ] { 45 } + Constant [ public integer KEY_period ] { 46 } + Constant [ public integer KEY_slash ] { 47 } + Constant [ public integer KEY_1 ] { 49 } + Constant [ public integer KEY_2 ] { 50 } + Constant [ public integer KEY_3 ] { 51 } + Constant [ public integer KEY_4 ] { 52 } + Constant [ public integer KEY_5 ] { 53 } + Constant [ public integer KEY_6 ] { 54 } + Constant [ public integer KEY_7 ] { 55 } + Constant [ public integer KEY_8 ] { 56 } + Constant [ public integer KEY_9 ] { 57 } + Constant [ public integer KEY_colon ] { 58 } + Constant [ public integer KEY_semicolon ] { 59 } + Constant [ public integer KEY_less ] { 60 } + Constant [ public integer KEY_equal ] { 61 } + Constant [ public integer KEY_greater ] { 62 } + Constant [ public integer KEY_question ] { 63 } + Constant [ public integer KEY_at ] { 64 } + Constant [ public integer KEY_A ] { 65 } + Constant [ public integer KEY_B ] { 66 } + Constant [ public integer KEY_C ] { 67 } + Constant [ public integer KEY_D ] { 68 } + Constant [ public integer KEY_E ] { 69 } + Constant [ public integer KEY_F ] { 70 } + Constant [ public integer KEY_G ] { 71 } + Constant [ public integer KEY_H ] { 72 } + Constant [ public integer KEY_I ] { 73 } + Constant [ public integer KEY_J ] { 74 } + Constant [ public integer KEY_K ] { 75 } + Constant [ public integer KEY_L ] { 76 } + Constant [ public integer KEY_M ] { 77 } + Constant [ public integer KEY_N ] { 78 } + Constant [ public integer KEY_O ] { 79 } + Constant [ public integer KEY_P ] { 80 } + Constant [ public integer KEY_Q ] { 81 } + Constant [ public integer KEY_R ] { 82 } + Constant [ public integer KEY_S ] { 83 } + Constant [ public integer KEY_T ] { 84 } + Constant [ public integer KEY_U ] { 85 } + Constant [ public integer KEY_V ] { 86 } + Constant [ public integer KEY_W ] { 87 } + Constant [ public integer KEY_X ] { 88 } + Constant [ public integer KEY_Y ] { 89 } + Constant [ public integer KEY_Z ] { 90 } + Constant [ public integer KEY_bracketleft ] { 91 } + Constant [ public integer KEY_backslash ] { 92 } + Constant [ public integer KEY_bracketright ] { 93 } + Constant [ public integer KEY_asciicircum ] { 94 } + Constant [ public integer KEY_underscore ] { 95 } + Constant [ public integer KEY_grave ] { 96 } + Constant [ public integer KEY_quoteleft ] { 96 } + Constant [ public integer KEY_a ] { 97 } + Constant [ public integer KEY_b ] { 98 } + Constant [ public integer KEY_c ] { 99 } + Constant [ public integer KEY_d ] { 100 } + Constant [ public integer KEY_e ] { 101 } + Constant [ public integer KEY_f ] { 102 } + Constant [ public integer KEY_g ] { 103 } + Constant [ public integer KEY_h ] { 104 } + Constant [ public integer KEY_i ] { 105 } + Constant [ public integer KEY_j ] { 106 } + Constant [ public integer KEY_k ] { 107 } + Constant [ public integer KEY_l ] { 108 } + Constant [ public integer KEY_m ] { 109 } + Constant [ public integer KEY_n ] { 110 } + Constant [ public integer KEY_o ] { 111 } + Constant [ public integer KEY_p ] { 112 } + Constant [ public integer KEY_q ] { 113 } + Constant [ public integer KEY_r ] { 114 } + Constant [ public integer KEY_s ] { 115 } + Constant [ public integer KEY_t ] { 116 } + Constant [ public integer KEY_u ] { 117 } + Constant [ public integer KEY_v ] { 118 } + Constant [ public integer KEY_w ] { 119 } + Constant [ public integer KEY_x ] { 120 } + Constant [ public integer KEY_y ] { 121 } + Constant [ public integer KEY_z ] { 122 } + Constant [ public integer KEY_braceleft ] { 123 } + Constant [ public integer KEY_bar ] { 124 } + Constant [ public integer KEY_asciitilde ] { 126 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ public $keyval ] + Property [ public $state ] + } + + - Methods [1] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class PGGI\GDK\Pixbuf ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method createFromFile ] { + + - Parameters [4] { + Parameter #0 [ string $filename ] + Parameter #1 [ integer $width ] + Parameter #2 [ integer $height ] + Parameter #3 [ boolean $preserve_ratio ] + } + - Return [ "PGGI\\GDK\\Pixbuf" ] + } + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ boolean $has_alpha ] + Parameter #1 [ integer $bits_per_sample ] + Parameter #2 [ integer $width ] + Parameter #3 [ integer $height ] + } + } + + Method [ public method getWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + } + } + + Class [ class PGGI\GDK\RGBA ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $red ] + Property [ public $green ] + Property [ public $blue ] + Property [ public $alpha ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string $string ] + } + } + + Method [ public method copy ] { + + - Parameters [0] { + } + - Return [ rgba_get_class_entry() ] + } + + Method [ public method equals ] { + + - Parameters [1] { + Parameter #0 [ PGGI\RGBA $widget ] + } + - Return [ boolean ] + } + } + } + + Class [ class PGGI\GCssProvider ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method loadFromPath ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + } + + Method [ public method loadFromResource ] { + + - Parameters [1] { + Parameter #0 [ string $path ] + } + } + } + } + + Class [ class PGGI\GDK\Screen ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method addProvider ] { + + - Parameters [2] { + Parameter #0 [ PGGI\GCssProvider $provider ] + Parameter #1 [ integer $priority ] + } + } + } + } + + Class [ class PGGI\GStyleContext ] { + + - Constants [5] { + Constant [ public integer PRIORITY_FALLBACK ] { 1 } + Constant [ public integer PRIORITY_THEME ] { 200 } + Constant [ public integer PRIORITY_SETTINGS ] { 400 } + Constant [ public integer PRIORITY_APPLICATION ] { 600 } + Constant [ public integer PRIORITY_USER ] { 800 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method addProvider ] { + + - Parameters [2] { + Parameter #0 [ PGGI\GCssProvider $provider ] + Parameter #1 [ integer $priority ] + } + } + + Method [ public method renderBackground ] { + + - Parameters [5] { + Parameter #0 [ PGGI\Cairo\Context $context ] + Parameter #1 [ float $x ] + Parameter #2 [ float $y ] + Parameter #3 [ float $width ] + Parameter #4 [ float $height ] + } + } + + Method [ public method getState ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getColor ] { + + - Parameters [1] { + Parameter #0 [ integer $flags ] + } + - Return [ rgba_get_class_entry() ] + } + } + } + + Class [ class PGGI\GApplication ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method run ] { + + - Parameters [0] { + } + } + + Method [ public method quit ] { + + - Parameters [0] { + } + } + + Method [ public method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class PGGI\GWidget ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [18] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + } + + - Methods [11] { + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GContainer extends PGGI\GWidget ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [19] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + } + + - Methods [12] { + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GWindow extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [30] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $title ] + Property [ public $focusVisible ] + Property [ public $focusOnMap ] + Property [ public $decorated ] + Property [ public $deletable ] + Property [ public $mnemonicsVisible ] + Property [ public $resizable ] + Property [ public $defaultHeight ] + Property [ public $defaultWidth ] + Property [ public $hideTitlebarWhenMaximized ] + Property [ public $acceptFocus ] + } + + - Methods [20] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ PGGI\GApplication $app ] + Parameter #1 [ string $title ] + } + } + + Method [ public method setDefaultSize ] { + + - Parameters [2] { + Parameter #0 [ integer $x ] + Parameter #1 [ integer $y ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method setKeepAbove ] { + + - Parameters [1] { + Parameter #0 [ boolean $value ] + } + } + + Method [ public method setKeepBelow ] { + + - Parameters [1] { + Parameter #0 [ boolean $value ] + } + } + + Method [ public method fullscreen ] { + + - Parameters [0] { + } + } + + Method [ public method unfullscreen ] { + + - Parameters [0] { + } + } + + Method [ public method getScreen ] { + + - Parameters [0] { + } + - Return [ gscreen_get_class_entry() ] + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GBox extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [22] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $homogeneous ] + Property [ public $spacing ] + Property [ public $baselinePosition ] + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ integer $orientation ] + Parameter #1 [ integer or NULL $spacing ] + } + } + + Method [ public method packStart ] { + + - Parameters [4] { + Parameter #0 [ PGGI\GWidget $object ] + Parameter #1 [ boolean or NULL $expand ] + Parameter #2 [ boolean or NULL $fill ] + Parameter #3 [ integer or NULL $padding ] + } + } + + Method [ public method packEnd ] { + + - Parameters [4] { + Parameter #0 [ PGGI\GWidget $object ] + Parameter #1 [ boolean or NULL $expand ] + Parameter #2 [ boolean or NULL $fill ] + Parameter #3 [ integer or NULL $padding ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GButtonBox extends PGGI\GBox ] { + + - Constants [11] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + Constant [ public integer LAYOUT_SPREAD ] { 1 } + Constant [ public integer LAYOUT_EDGE ] { 2 } + Constant [ public integer LAYOUT_START ] { 3 } + Constant [ public integer LAYOUT_END ] { 4 } + Constant [ public integer LAYOUT_CENTER ] { 5 } + Constant [ public integer LAYOUT_EXPAND ] { 6 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [22] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $homogeneous ] + Property [ public $spacing ] + Property [ public $baselinePosition ] + } + + - Methods [17] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $orientation ] + } + } + + Method [ public method getLayout ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method setLayout ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method packStart ] { + + - Parameters [4] { + Parameter #0 [ PGGI\GWidget $object ] + Parameter #1 [ boolean or NULL $expand ] + Parameter #2 [ boolean or NULL $fill ] + Parameter #3 [ integer or NULL $padding ] + } + } + + Method [ public method packEnd ] { + + - Parameters [4] { + Parameter #0 [ PGGI\GWidget $object ] + Parameter #1 [ boolean or NULL $expand ] + Parameter #2 [ boolean or NULL $fill ] + Parameter #3 [ integer or NULL $padding ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GButton extends PGGI\GContainer ] { + + - Constants [11] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + Constant [ public integer LABEL ] { 0 } + Constant [ public integer MNEMONIC ] { 1 } + Constant [ public integer IMAGE_16 ] { 2 } + Constant [ public integer IMAGE_24 ] { 3 } + Constant [ public integer IMAGE_32 ] { 4 } + Constant [ public integer IMAGE_48 ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [25] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $alwaysShowImage ] + Property [ public $image ] + Property [ public $imagePosition ] + Property [ public $label ] + Property [ public $relief ] + Property [ public $useUnderline ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GLabel extends PGGI\GWidget ] { + + - Constants [9] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + Constant [ public float ELLIPSIZE_NONE ] { 0 } + Constant [ public float ELLIPSIZE_START ] { 1 } + Constant [ public float ELLIPSIZE_MIDDLE ] { 2 } + Constant [ public float ELLIPSIZE_END ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [29] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $trackVisitedLinks ] + Property [ public $useMarkup ] + Property [ public $useUnderline ] + Property [ public $xAlign ] + Property [ public $yAlign ] + Property [ public $ellipsize ] + Property [ public $widthChars ] + Property [ public $maxWidthChars ] + Property [ public $lines ] + Property [ public $selectable ] + Property [ public $text ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $label ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GImage extends PGGI\GWidget ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [18] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + } + + - Methods [13] { + Method [ public method set ] { + + - Parameters [1] { + Parameter #0 [ string $string ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $image ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GMenuShell extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [20] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $takeFocus ] + } + + - Methods [12] { + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GMenubar extends PGGI\GMenuShell ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [20] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $takeFocus ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GMenu extends PGGI\GMenuShell ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [20] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $takeFocus ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GMenuItem extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [24] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $accelPath ] + Property [ public $label ] + Property [ public $submenu ] + Property [ public $useUnderline ] + Property [ public $reserveIndicator ] + } + + - Methods [16] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $label ] + } + } + + Method [ public method select ] { + + - Parameters [0] { + } + } + + Method [ public method deselect ] { + + - Parameters [0] { + } + } + + Method [ public method activate ] { + + - Parameters [0] { + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GTextView extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [19] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GTextBuffer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $text ] + } + + - Methods [4] { + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getLineCount ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getCharCount ] { + + - Parameters [0] { + } + - Return [ integer ] + } + } + } + + Class [ class PGGI\GScrollWindow extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [19] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GComboBox extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [20] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $active ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GComboBoxText extends PGGI\GComboBox ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [20] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $active ] + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method insert ] { + + - Parameters [3] { + Parameter #0 [ integer $position ] + Parameter #1 [ string $text ] + Parameter #2 [ string or NULL $id ] + } + } + + Method [ public method append ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $id ] + } + } + + Method [ public method prepend ] { + + - Parameters [2] { + Parameter #0 [ string $text ] + Parameter #1 [ string or NULL $id ] + } + } + + Method [ public method getActiveText ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ public method removeAll ] { + + - Parameters [0] { + } + } + + Method [ public method remove ] { + + - Parameters [1] { + Parameter #0 [ integer $position ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GDialog extends PGGI\GWindow ] { + + - Constants [19] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + Constant [ public integer FLAG_MODAL ] { 1 } + Constant [ public integer FLAG_DESTROY_WITH_PARENT ] { 2 } + Constant [ public integer FLAG_USE_HEADER_BAR ] { 4 } + Constant [ public integer RESPONSE_TYPE_NONE ] { -1 } + Constant [ public integer RESPONSE_TYPE_REJECT ] { -2 } + Constant [ public integer RESPONSE_TYPE_ACCEPT ] { -3 } + Constant [ public integer RESPONSE_TYPE_DELETE_EVENT ] { -4 } + Constant [ public integer RESPONSE_TYPE_OK ] { -5 } + Constant [ public integer RESPONSE_TYPE_CANCEL ] { -6 } + Constant [ public integer RESPONSE_TYPE_CLOSE ] { -7 } + Constant [ public integer RESPONSE_TYPE_YES ] { -8 } + Constant [ public integer RESPONSE_TYPE_NO ] { -9 } + Constant [ public integer RESPONSE_TYPE_APPLY ] { -10 } + Constant [ public integer RESPONSE_TYPE_HELP ] { -11 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [30] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $title ] + Property [ public $focusVisible ] + Property [ public $focusOnMap ] + Property [ public $decorated ] + Property [ public $deletable ] + Property [ public $mnemonicsVisible ] + Property [ public $resizable ] + Property [ public $defaultHeight ] + Property [ public $defaultWidth ] + Property [ public $hideTitlebarWhenMaximized ] + Property [ public $acceptFocus ] + } + + - Methods [21] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string or NULL $title ] + Parameter #1 [ PGGI\GWindow or NULL $parent ] + Parameter #2 [ integer or NULL $flags ] + Parameter #3 [ $data ] + } + } + + Method [ public method run ] { + + - Parameters [0] { + } + } + + Method [ public method setDefaultSize ] { + + - Parameters [2] { + Parameter #0 [ integer $x ] + Parameter #1 [ integer $y ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method setKeepAbove ] { + + - Parameters [1] { + Parameter #0 [ boolean $value ] + } + } + + Method [ public method setKeepBelow ] { + + - Parameters [1] { + Parameter #0 [ boolean $value ] + } + } + + Method [ public method fullscreen ] { + + - Parameters [0] { + } + } + + Method [ public method unfullscreen ] { + + - Parameters [0] { + } + } + + Method [ public method getScreen ] { + + - Parameters [0] { + } + - Return [ gscreen_get_class_entry() ] + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GAboutDialog extends PGGI\GDialog ] { + + - Constants [32] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + Constant [ public integer FLAG_MODAL ] { 1 } + Constant [ public integer FLAG_DESTROY_WITH_PARENT ] { 2 } + Constant [ public integer FLAG_USE_HEADER_BAR ] { 4 } + Constant [ public integer RESPONSE_TYPE_NONE ] { -1 } + Constant [ public integer RESPONSE_TYPE_REJECT ] { -2 } + Constant [ public integer RESPONSE_TYPE_ACCEPT ] { -3 } + Constant [ public integer RESPONSE_TYPE_DELETE_EVENT ] { -4 } + Constant [ public integer RESPONSE_TYPE_OK ] { -5 } + Constant [ public integer RESPONSE_TYPE_CANCEL ] { -6 } + Constant [ public integer RESPONSE_TYPE_CLOSE ] { -7 } + Constant [ public integer RESPONSE_TYPE_YES ] { -8 } + Constant [ public integer RESPONSE_TYPE_NO ] { -9 } + Constant [ public integer RESPONSE_TYPE_APPLY ] { -10 } + Constant [ public integer RESPONSE_TYPE_HELP ] { -11 } + Constant [ public integer LICENSE_UNKNOWN ] { 0 } + Constant [ public integer LICENSE_CUSTOM ] { 1 } + Constant [ public integer LICENSE_GPL_2_0 ] { 2 } + Constant [ public integer LICENSE_GPL_3_0 ] { 3 } + Constant [ public integer LICENSE_LGPL_2_1 ] { 4 } + Constant [ public integer LICENSE_LGPL_3_0 ] { 5 } + Constant [ public integer LICENSE_BSD ] { 6 } + Constant [ public integer LICENSE_MIT_X11 ] { 7 } + Constant [ public integer LICENSE_ARTISTIC ] { 8 } + Constant [ public integer LICENSE_GPL_2_0_ONLY ] { 9 } + Constant [ public integer LICENSE_GPL_3_0_ONLY ] { 10 } + Constant [ public integer LICENSE_LGPL_2_1_ONLY ] { 11 } + Constant [ public integer LICENSE_LGPL_3_0_ONLY ] { 12 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [41] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $title ] + Property [ public $focusVisible ] + Property [ public $focusOnMap ] + Property [ public $decorated ] + Property [ public $deletable ] + Property [ public $mnemonicsVisible ] + Property [ public $resizable ] + Property [ public $defaultHeight ] + Property [ public $defaultWidth ] + Property [ public $hideTitlebarWhenMaximized ] + Property [ public $acceptFocus ] + Property [ public $programName ] + Property [ public $version ] + Property [ public $copyright ] + Property [ public $comments ] + Property [ public $license ] + Property [ public $wrapLicense ] + Property [ public $licenseType ] + Property [ public $website ] + Property [ public $websiteLabel ] + Property [ public $translatorCredits ] + Property [ public $logoIconName ] + } + + - Methods [21] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method run ] { + + - Parameters [0] { + } + } + + Method [ public method setDefaultSize ] { + + - Parameters [2] { + Parameter #0 [ integer $x ] + Parameter #1 [ integer $y ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method setKeepAbove ] { + + - Parameters [1] { + Parameter #0 [ boolean $value ] + } + } + + Method [ public method setKeepBelow ] { + + - Parameters [1] { + Parameter #0 [ boolean $value ] + } + } + + Method [ public method fullscreen ] { + + - Parameters [0] { + } + } + + Method [ public method unfullscreen ] { + + - Parameters [0] { + } + } + + Method [ public method getScreen ] { + + - Parameters [0] { + } + - Return [ gscreen_get_class_entry() ] + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GMessageDialog extends PGGI\GDialog ] { + + - Constants [30] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + Constant [ public integer FLAG_MODAL ] { 1 } + Constant [ public integer FLAG_DESTROY_WITH_PARENT ] { 2 } + Constant [ public integer FLAG_USE_HEADER_BAR ] { 4 } + Constant [ public integer RESPONSE_TYPE_NONE ] { -1 } + Constant [ public integer RESPONSE_TYPE_REJECT ] { -2 } + Constant [ public integer RESPONSE_TYPE_ACCEPT ] { -3 } + Constant [ public integer RESPONSE_TYPE_DELETE_EVENT ] { -4 } + Constant [ public integer RESPONSE_TYPE_OK ] { -5 } + Constant [ public integer RESPONSE_TYPE_CANCEL ] { -6 } + Constant [ public integer RESPONSE_TYPE_CLOSE ] { -7 } + Constant [ public integer RESPONSE_TYPE_YES ] { -8 } + Constant [ public integer RESPONSE_TYPE_NO ] { -9 } + Constant [ public integer RESPONSE_TYPE_APPLY ] { -10 } + Constant [ public integer RESPONSE_TYPE_HELP ] { -11 } + Constant [ public integer MESSAGE_INFO ] { 0 } + Constant [ public integer MESSAGE_WARNING ] { 1 } + Constant [ public integer MESSAGE_QUESTION ] { 2 } + Constant [ public integer MESSAGE_ERROR ] { 3 } + Constant [ public integer MESSAGE_OTHER ] { 4 } + Constant [ public integer BUTTONS_NONE ] { 0 } + Constant [ public integer BUTTONS_OK ] { 1 } + Constant [ public integer BUTTONS_CLOSE ] { 2 } + Constant [ public integer BUTTONS_CANCEL ] { 3 } + Constant [ public integer BUTTONS_YES_NO ] { 4 } + Constant [ public integer BUTTONS_OK_CANCEL ] { 5 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [30] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $title ] + Property [ public $focusVisible ] + Property [ public $focusOnMap ] + Property [ public $decorated ] + Property [ public $deletable ] + Property [ public $mnemonicsVisible ] + Property [ public $resizable ] + Property [ public $defaultHeight ] + Property [ public $defaultWidth ] + Property [ public $hideTitlebarWhenMaximized ] + Property [ public $acceptFocus ] + } + + - Methods [21] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method run ] { + + - Parameters [0] { + } + } + + Method [ public method setDefaultSize ] { + + - Parameters [2] { + Parameter #0 [ integer $x ] + Parameter #1 [ integer $y ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method setKeepAbove ] { + + - Parameters [1] { + Parameter #0 [ boolean $value ] + } + } + + Method [ public method setKeepBelow ] { + + - Parameters [1] { + Parameter #0 [ boolean $value ] + } + } + + Method [ public method fullscreen ] { + + - Parameters [0] { + } + } + + Method [ public method unfullscreen ] { + + - Parameters [0] { + } + } + + Method [ public method getScreen ] { + + - Parameters [0] { + } + - Return [ gscreen_get_class_entry() ] + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GGrid extends PGGI\GBox ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [27] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $homogeneous ] + Property [ public $spacing ] + Property [ public $baselinePosition ] + Property [ public $baselineRow ] + Property [ public $columnHomogeneous ] + Property [ public $columnSpacing ] + Property [ public $rowHomogeneous ] + Property [ public $rowSpacing ] + } + + - Methods [23] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method attach ] { + + - Parameters [5] { + Parameter #0 [ PGGI\GWidget $widget ] + Parameter #1 [ integer $left ] + Parameter #2 [ integer $top ] + Parameter #3 [ integer or NULL $width ] + Parameter #4 [ integer or NULL $height ] + } + } + + Method [ public method attachNextTo ] { + + - Parameters [5] { + Parameter #0 [ PGGI\GWidget $widget ] + Parameter #1 [ PGGI\GWidget $sibling ] + Parameter #2 [ integer $side ] + Parameter #3 [ integer or NULL $width ] + Parameter #4 [ integer or NULL $height ] + } + } + + Method [ public method getChildAt ] { + + - Parameters [2] { + Parameter #0 [ integer $left ] + Parameter #1 [ integer $top ] + } + - Return [ PGGI\GWidget or NULL ] + } + + Method [ public method insertRow ] { + + - Parameters [1] { + Parameter #0 [ integer $position ] + } + } + + Method [ public method insertColumn ] { + + - Parameters [1] { + Parameter #0 [ integer $position ] + } + } + + Method [ public method removeRow ] { + + - Parameters [1] { + Parameter #0 [ integer $position ] + } + } + + Method [ public method removeColumn ] { + + - Parameters [1] { + Parameter #0 [ integer $position ] + } + } + + Method [ public method insertNextTo ] { + + - Parameters [2] { + Parameter #0 [ PGGI\GWidget $sibling ] + Parameter #1 [ integer $side ] + } + } + + Method [ public method packStart ] { + + - Parameters [4] { + Parameter #0 [ PGGI\GWidget $object ] + Parameter #1 [ boolean or NULL $expand ] + Parameter #2 [ boolean or NULL $fill ] + Parameter #3 [ integer or NULL $padding ] + } + } + + Method [ public method packEnd ] { + + - Parameters [4] { + Parameter #0 [ PGGI\GWidget $object ] + Parameter #1 [ boolean or NULL $expand ] + Parameter #2 [ boolean or NULL $fill ] + Parameter #3 [ integer or NULL $padding ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GTextIter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [4] { + Method [ static public method getSlice ] { + + - Parameters [2] { + Parameter #0 [ $begin ] + Parameter #1 [ $end ] + } + } + + Method [ static public method getText ] { + + - Parameters [2] { + Parameter #0 [ $begin ] + Parameter #1 [ $end ] + } + } + + Method [ static public method getVisibleSlice ] { + + - Parameters [2] { + Parameter #0 [ $begin ] + Parameter #1 [ $end ] + } + } + + Method [ static public method getVisibleText ] { + + - Parameters [2] { + Parameter #0 [ $begin ] + Parameter #1 [ $end ] + } + } + } + + - Properties [5] { + Property [ public $offset ] + Property [ public $line ] + Property [ public $index ] + Property [ public $lineIndex ] + Property [ public $lineOffset ] + } + + - Methods [50] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getBuffer ] { + + - Parameters [0] { + } + } + + Method [ public method getChar ] { + + - Parameters [0] { + } + } + + Method [ public method startsWord ] { + + - Parameters [0] { + } + } + + Method [ public method endsWord ] { + + - Parameters [0] { + } + } + + Method [ public method insideWord ] { + + - Parameters [0] { + } + } + + Method [ public method startsLine ] { + + - Parameters [0] { + } + } + + Method [ public method endsLine ] { + + - Parameters [0] { + } + } + + Method [ public method startsSentence ] { + + - Parameters [0] { + } + } + + Method [ public method endsSentence ] { + + - Parameters [0] { + } + } + + Method [ public method insideSentence ] { + + - Parameters [0] { + } + } + + Method [ public method isCursorPosition ] { + + - Parameters [0] { + } + } + + Method [ public method isEnd ] { + + - Parameters [0] { + } + } + + Method [ public method isStart ] { + + - Parameters [0] { + } + } + + Method [ public method getCharsInLine ] { + + - Parameters [0] { + } + } + + Method [ public method getBytesInLine ] { + + - Parameters [0] { + } + } + + Method [ public method forwardChar ] { + + - Parameters [0] { + } + } + + Method [ public method backwardChar ] { + + - Parameters [0] { + } + } + + Method [ public method forwardChars ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method backwardChars ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method forwardLine ] { + + - Parameters [0] { + } + } + + Method [ public method backwardLine ] { + + - Parameters [0] { + } + } + + Method [ public method forwardLines ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method backwardLines ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method backwardWordStart ] { + + - Parameters [0] { + } + } + + Method [ public method forwardWordEnd ] { + + - Parameters [0] { + } + } + + Method [ public method backwardWordStarts ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method forwardWordEnds ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method backwardCursorPosition ] { + + - Parameters [0] { + } + } + + Method [ public method forwardCursorPosition ] { + + - Parameters [0] { + } + } + + Method [ public method backwardCursorPositions ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method forwardCursorPositions ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method backwardSentenceStart ] { + + - Parameters [0] { + } + } + + Method [ public method forwardSentenceEnd ] { + + - Parameters [0] { + } + } + + Method [ public method backwardSentenceStarts ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method forwardSentenceEnds ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method backwardVisibleWordStart ] { + + - Parameters [0] { + } + } + + Method [ public method forwardVisibleWordEnd ] { + + - Parameters [0] { + } + } + + Method [ public method backwardVisibleWordStarts ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method forwardVisibleWordEnds ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method backwardVisibleCursorPosition ] { + + - Parameters [0] { + } + } + + Method [ public method forwardVisibleCursorPosition ] { + + - Parameters [0] { + } + } + + Method [ public method backwardVisibleCursorPositions ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method forwardVisibleCursorPositions ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method forwardVisibleLine ] { + + - Parameters [0] { + } + } + + Method [ public method backwardVisibleLine ] { + + - Parameters [0] { + } + } + + Method [ public method forwardVisibleLines ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method backwardVisibleLines ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method forwardEnd ] { + + - Parameters [0] { + } + } + + Method [ public method forwardLineEnd ] { + + - Parameters [0] { + } + } + } + } + + Class [ class PGGI\GTreeIter ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [10] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method getValue ] { + + - Parameters [1] { + Parameter #0 [ $column ] + } + } + + Method [ public method setValue ] { + + - Parameters [2] { + Parameter #0 [ $column ] + Parameter #1 [ $value ] + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method previous ] { + + - Parameters [0] { + } + } + + Method [ public method getFirstChild ] { + + - Parameters [0] { + } + } + + Method [ public method hasChild ] { + + - Parameters [0] { + } + } + + Method [ public method getNbChildren ] { + + - Parameters [0] { + } + } + + Method [ public method getNthChild ] { + + - Parameters [1] { + Parameter #0 [ $number ] + } + } + + Method [ public method getParent ] { + + - Parameters [0] { + } + } + } + } + + Class [ class PGGI\GTreeStore ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method appendRow ] { + + - Parameters [1] { + Parameter #0 [ $parent ] + } + } + + Method [ public method prepend ] { + + - Parameters [1] { + Parameter #0 [ $parent ] + } + } + + Method [ public method getNbColumns ] { + + - Parameters [0] { + } + } + + Method [ public method getIterFirst ] { + + - Parameters [0] { + } + } + } + } + + Class [ class PGGI\GCellRenderer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class PGGI\GCellRendererText ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + } + } + + Class [ class PGGI\GTreeViewColumn ] { + + - Constants [3] { + Constant [ public integer SIZING_GROW_ONLY ] { 0 } + Constant [ public integer SIZING_AUTOSIZE ] { 1 } + Constant [ public integer SIZING_FIXED ] { 2 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [12] { + Property [ public $spacing ] + Property [ public $visible ] + Property [ public $resizable ] + Property [ public $sizing ] + Property [ public $fixedWidth ] + Property [ public $minWidth ] + Property [ public $maxWidth ] + Property [ public $title ] + Property [ public $expand ] + Property [ public $clickable ] + Property [ public $alignment ] + Property [ public $reorderable ] + } + + - Methods [3] { + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method addAttribute ] { + + - Parameters [3] { + Parameter #0 [ $renderer ] + Parameter #1 [ $attribute ] + Parameter #2 [ $col ] + } + } + } + } + + Class [ class PGGI\GTreeSelection ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ public $mode ] + } + + - Methods [10] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method selectAll ] { + + - Parameters [0] { + } + } + + Method [ public method unselectAll ] { + + - Parameters [0] { + } + } + + Method [ public method iterIsSelected ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GTreeIter $iter ] + } + - Return [ boolean ] + } + + Method [ public method selectIter ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GTreeIter $iter ] + } + } + + Method [ public method unselectIter ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GTreeIter $iter ] + } + } + + Method [ public method countSelectedRows ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getSelected ] { + + - Parameters [0] { + } + - Return [ "PGGI\\GTreeIter" or NULL ] + } + + Method [ public method forEach ] { + + - Parameters [2] { + Parameter #0 [ callable $callback ] + Parameter #1 [ $param ] + } + } + } + } + + Class [ class PGGI\GTreeView extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [35] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $activateOnSingleClick ] + Property [ public $enableGridLines ] + Property [ public $enableSearch ] + Property [ public $enableTreeLines ] + Property [ public $fixedHeightMode ] + Property [ public $headersClickable ] + Property [ public $headersVisible ] + Property [ public $hoverExpand ] + Property [ public $hoverSelection ] + Property [ public $levelIndentation ] + Property [ public $model ] + Property [ public $reorderable ] + Property [ public $rubberBanding ] + Property [ public $searchColumn ] + Property [ public $showExpanders ] + Property [ public $tooltipColumn ] + } + + - Methods [18] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method expandAll ] { + + - Parameters [0] { + } + } + + Method [ public method collapseAll ] { + + - Parameters [0] { + } + } + + Method [ public method appendColumn ] { + + - Parameters [1] { + Parameter #0 [ $column ] + } + } + + Method [ public method removeColumn ] { + + - Parameters [1] { + Parameter #0 [ $column ] + } + } + + Method [ public method getSelection ] { + + - Parameters [0] { + } + - Return [ gtree_selection_get_class_entry() ] + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GFileChooserDialog extends PGGI\GDialog ] { + + - Constants [23] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + Constant [ public integer FLAG_MODAL ] { 1 } + Constant [ public integer FLAG_DESTROY_WITH_PARENT ] { 2 } + Constant [ public integer FLAG_USE_HEADER_BAR ] { 4 } + Constant [ public integer RESPONSE_TYPE_NONE ] { -1 } + Constant [ public integer RESPONSE_TYPE_REJECT ] { -2 } + Constant [ public integer RESPONSE_TYPE_ACCEPT ] { -3 } + Constant [ public integer RESPONSE_TYPE_DELETE_EVENT ] { -4 } + Constant [ public integer RESPONSE_TYPE_OK ] { -5 } + Constant [ public integer RESPONSE_TYPE_CANCEL ] { -6 } + Constant [ public integer RESPONSE_TYPE_CLOSE ] { -7 } + Constant [ public integer RESPONSE_TYPE_YES ] { -8 } + Constant [ public integer RESPONSE_TYPE_NO ] { -9 } + Constant [ public integer RESPONSE_TYPE_APPLY ] { -10 } + Constant [ public integer RESPONSE_TYPE_HELP ] { -11 } + Constant [ public float ACTION_OPEN ] { 0 } + Constant [ public float ACTION_SAVE ] { 1 } + Constant [ public float ACTION_SELECT_FOLDER ] { 2 } + Constant [ public float ACTION_CREATE_FOLDER ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [40] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $title ] + Property [ public $focusVisible ] + Property [ public $focusOnMap ] + Property [ public $decorated ] + Property [ public $deletable ] + Property [ public $mnemonicsVisible ] + Property [ public $resizable ] + Property [ public $defaultHeight ] + Property [ public $defaultWidth ] + Property [ public $hideTitlebarWhenMaximized ] + Property [ public $acceptFocus ] + Property [ public $action ] + Property [ public $createFolders ] + Property [ public $doOverrideConfirmation ] + Property [ public $localOnly ] + Property [ public $selectMultiple ] + Property [ public $showHidden ] + Property [ public $fileName ] + Property [ public $currentFolder ] + Property [ public $uri ] + Property [ public $currentFolderURI ] + } + + - Methods [27] { + Method [ public method __construct ] { + + - Parameters [7] { + Parameter #0 [ integer $action ] + Parameter #1 [ string or NULL $title ] + Parameter #2 [ PGGI\GWindow or NULL $parent ] + Parameter #3 [ string or NULL $button1_name ] + Parameter #4 [ integer or NULL $button1_action ] + Parameter #5 [ string or NULL $button2_name ] + Parameter #6 [ integer or NULL $button2_action ] + } + } + + Method [ public method selectFilename ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method unselectFilename ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method selectAll ] { + + - Parameters [0] { + } + } + + Method [ public method unselectAll ] { + + - Parameters [0] { + } + } + + Method [ public method selectURI ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method unselectURI ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method run ] { + + - Parameters [0] { + } + } + + Method [ public method setDefaultSize ] { + + - Parameters [2] { + Parameter #0 [ integer $x ] + Parameter #1 [ integer $y ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method setKeepAbove ] { + + - Parameters [1] { + Parameter #0 [ boolean $value ] + } + } + + Method [ public method setKeepBelow ] { + + - Parameters [1] { + Parameter #0 [ boolean $value ] + } + } + + Method [ public method fullscreen ] { + + - Parameters [0] { + } + } + + Method [ public method unfullscreen ] { + + - Parameters [0] { + } + } + + Method [ public method getScreen ] { + + - Parameters [0] { + } + - Return [ gscreen_get_class_entry() ] + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GEntryBuffer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ public $text ] + Property [ public $maxLength ] + } + + - Methods [3] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ string or NULL $string ] + } + } + + Method [ public method getLength ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getBytes ] { + + - Parameters [0] { + } + - Return [ integer ] + } + } + } + + Class [ class PGGI\GEntry extends PGGI\GWidget ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [32] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $buffer ] + Property [ public $text ] + Property [ public $visibility ] + Property [ public $invisibleChar ] + Property [ public $maxLength ] + Property [ public $activatesDefault ] + Property [ public $hasFrame ] + Property [ public $widthChars ] + Property [ public $maxWidthChars ] + Property [ public $aligment ] + Property [ public $placeholderText ] + Property [ public $overwriteMode ] + Property [ public $progressFraction ] + Property [ public $progressPulseStep ] + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GEntryBuffer $widget ] + } + } + + Method [ public method getTextLength ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method unsetInvisibleChar ] { + + - Parameters [0] { + } + } + + Method [ public method progressPulse ] { + + - Parameters [0] { + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GDrawingArea extends PGGI\GWidget ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [18] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + } + + - Methods [12] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GSpinner extends PGGI\GWidget ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [18] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + } + + - Methods [15] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method start ] { + + - Parameters [0] { + } + } + + Method [ public method stop ] { + + - Parameters [0] { + } + } + + Method [ public method isActive ] { + + - Parameters [0] { + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GNotebook extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [26] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $enablePopup ] + Property [ public $groupName ] + Property [ public $page ] + Property [ public $scrollable ] + Property [ public $showBorder ] + Property [ public $showTabs ] + Property [ public $tabPos ] + } + + - Methods [23] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method appendPage ] { + + - Parameters [3] { + Parameter #0 [ PGGI\GWidget $child ] + Parameter #1 [ PGGI\GWidget or NULL $tabLabel ] + Parameter #2 [ PGGI\GWidget or NULL $menuLabel ] + } + } + + Method [ public method prependPage ] { + + - Parameters [3] { + Parameter #0 [ PGGI\GWidget $child ] + Parameter #1 [ PGGI\GWidget or NULL $tabLabel ] + Parameter #2 [ PGGI\GWidget or NULL $menuLabel ] + } + } + + Method [ public method insertPage ] { + + - Parameters [4] { + Parameter #0 [ PGGI\GWidget $child ] + Parameter #1 [ integer $pos ] + Parameter #2 [ PGGI\GWidget or NULL $tabLabel ] + Parameter #3 [ PGGI\GWidget or NULL $menuLabel ] + } + } + + Method [ public method removePage ] { + + - Parameters [1] { + Parameter #0 [ integer $value ] + } + } + + Method [ public method detachTab ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $child ] + } + } + + Method [ public method pageNum ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $child ] + } + - Return [ integer ] + } + + Method [ public method nextPage ] { + + - Parameters [0] { + } + } + + Method [ public method prevPage ] { + + - Parameters [0] { + } + } + + Method [ public method reorderChild ] { + + - Parameters [2] { + Parameter #0 [ PGGI\GWidget $child ] + Parameter #1 [ integer $pos ] + } + } + + Method [ public method getPageCount ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GToolItem extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [21] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $homogeneous ] + Property [ public $expand ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GToolbar extends PGGI\GContainer ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [21] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $showArrow ] + Property [ public $style ] + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method insert ] { + + - Parameters [2] { + Parameter #0 [ PGGI\GToolItem $object ] + Parameter #1 [ integer or NULL $position ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GToolButton extends PGGI\GToolItem ] { + + - Constants [5] { + Constant [ public integer ALIGN_FILL ] { 0 } + Constant [ public integer ALIGN_START ] { 1 } + Constant [ public integer ALIGN_END ] { 2 } + Constant [ public integer ALIGN_CENTER ] { 3 } + Constant [ public integer ALIGN_BASELINE ] { 4 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [26] { + Property [ public $vAlign ] + Property [ public $hAlign ] + Property [ public $marginStart ] + Property [ public $marginEnd ] + Property [ public $marginTop ] + Property [ public $marginBottom ] + Property [ public $hExpand ] + Property [ public $hExpandSet ] + Property [ public $vExpand ] + Property [ public $vExpandSet ] + Property [ public $opacity ] + Property [ public $visible ] + Property [ public $noShowAll ] + Property [ public $direction ] + Property [ public $sensitive ] + Property [ public $name ] + Property [ public $canDefault ] + Property [ public $canFocus ] + Property [ public $borderWidth ] + Property [ public $homogeneous ] + Property [ public $expand ] + Property [ public $iconName ] + Property [ public $iconWidget ] + Property [ public $label ] + Property [ public $labelWidget ] + Property [ public $useUnderline ] + } + + - Methods [13] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $icon ] + Parameter #1 [ $label ] + } + } + + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + + Method [ public method on ] { + + - Parameters [3] { + Parameter #0 [ integer $type ] + Parameter #1 [ callable $callback ] + Parameter #2 [ $param ] + } + } + + Method [ public method show ] { + + - Parameters [0] { + } + } + + Method [ public method hide ] { + + - Parameters [0] { + } + } + + Method [ public method showAll ] { + + - Parameters [0] { + } + } + + Method [ public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ integer $width ] + Parameter #1 [ integer $height ] + } + } + } + } + + Class [ class PGGI\GDK\Window ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method createSimilarSurface ] { + + - Parameters [3] { + Parameter #0 [ integer $content ] + Parameter #1 [ integer $width ] + Parameter #2 [ integer $height ] + } + - Return [ context_get_class_entry() ] + } + + Method [ public method drawFrame ] { + + - Parameters [2] { + Parameter #0 [ callable $callback ] + Parameter #1 [ $param ] + } + } + } + } + } +} + -- cgit