diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 207 |
1 files changed, 178 insertions, 29 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #197 pggi version 0.3.0 ] { +Extension [ <persistent> extension #199 pggi version 0.4.0 ] { - - Constants [119] { + - Constants [120] { Constant [ integer PGGI\BASELINE_POSITION_TOP ] { 0 } Constant [ integer PGGI\BASELINE_POSITION_CENTER ] { 1 } Constant [ integer PGGI\BASELINE_POSITION_BOTTOM ] { 2 } @@ -108,21 +108,22 @@ Extension [ <persistent> extension #197 pggi version 0.3.0 ] { 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\SIGNAL_GMENUITEM_ACTIVATE ] { 13 } + Constant [ integer PGGI\SIGNAL_GCOMBO_BOX_CHANGED ] { 14 } + Constant [ integer PGGI\SIGNAL_GCOMBO_BOX_MOVE_ACTIVE ] { 15 } + Constant [ integer PGGI\SIGNAL_GTEXT_BUFFER_CHANGED ] { 16 } + Constant [ integer PGGI\SIGNAL_STYLE_CONTEXT_CHANGED ] { 17 } + Constant [ integer PGGI\SIGNAL_GDIALOG_RESPONSE ] { 19 } + Constant [ integer PGGI\SIGNAL_GDIALOG_CLOSE ] { 18 } + Constant [ integer PGGI\SIGNAL_GTREE_VIEW_COLUMN_CHANGED ] { 20 } + Constant [ integer PGGI\SIGNAL_GTREE_VIEW_COLUMN_CLICKED ] { 21 } + Constant [ integer PGGI\SIGNAL_GTREE_SELECTION_CHANGED ] { 22 } + Constant [ integer PGGI\SIGNAL_GTOOL_BUTTON_CLICKED ] { 24 } + Constant [ integer PGGI\SIGNAL_GBUTTON_CLICKED ] { 12 } Constant [ integer PGGI\Pango\SCALE ] { 1024 } } - - Classes [59] { + - Classes [60] { Class [ <internal:pggi> class PGGI\Cairo\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -2186,6 +2187,154 @@ Extension [ <persistent> extension #197 pggi version 0.3.0 ] { } } + Class [ <internal:pggi> class PGGI\GFixed 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 [ <default> public $vAlign ] + Property [ <default> public $hAlign ] + Property [ <default> public $marginStart ] + Property [ <default> public $marginEnd ] + Property [ <default> public $marginTop ] + Property [ <default> public $marginBottom ] + Property [ <default> public $hExpand ] + Property [ <default> public $hExpandSet ] + Property [ <default> public $vExpand ] + Property [ <default> public $vExpandSet ] + Property [ <default> public $opacity ] + Property [ <default> public $visible ] + Property [ <default> public $noShowAll ] + Property [ <default> public $direction ] + Property [ <default> public $sensitive ] + Property [ <default> public $name ] + Property [ <default> public $canDefault ] + Property [ <default> public $canFocus ] + Property [ <default> public $borderWidth ] + } + + - Methods [15] { + Method [ <internal:pggi, ctor> public method __construct ] { + + - Parameters [0] { + } + } + + Method [ <internal:pggi> public method put ] { + + - Parameters [3] { + Parameter #0 [ <required> PGGI\GWidget $object ] + Parameter #1 [ <required> integer $x ] + Parameter #2 [ <required> integer $y ] + } + } + + Method [ <internal:pggi> public method move ] { + + - Parameters [3] { + Parameter #0 [ <required> PGGI\GWidget $object ] + Parameter #1 [ <required> integer $x ] + Parameter #2 [ <required> integer $y ] + } + } + + Method [ <internal:pggi, inherits PGGI\GContainer> public method add ] { + + - Parameters [1] { + Parameter #0 [ <required> PGGI\GWidget $widget ] + } + } + + Method [ <internal:pggi, inherits PGGI\GContainer, prototype PGGI\GWidget> public method on ] { + + - Parameters [3] { + Parameter #0 [ <required> integer $type ] + Parameter #1 [ <required> callable $callback ] + Parameter #2 [ <optional> $param ] + } + } + + Method [ <internal:pggi, inherits PGGI\GWidget> public method show ] { + + - Parameters [0] { + } + } + + Method [ <internal:pggi, inherits PGGI\GWidget> public method hide ] { + + - Parameters [0] { + } + } + + Method [ <internal:pggi, inherits PGGI\GWidget> public method showAll ] { + + - Parameters [0] { + } + } + + Method [ <internal:pggi, inherits PGGI\GWidget> public method getStyleContext ] { + + - Parameters [0] { + } + - Return [ gstyle_context_get_class_entry() ] + } + + Method [ <internal:pggi, inherits PGGI\GWidget> public method getPangoContext ] { + + - Parameters [0] { + } + - Return [ pp_context_get_class_entry() ] + } + + Method [ <internal:pggi, inherits PGGI\GWidget> public method getAllocatedWidth ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ <internal:pggi, inherits PGGI\GWidget> public method getAllocatedHeight ] { + + - Parameters [0] { + } + - Return [ integer ] + } + + Method [ <internal:pggi, inherits PGGI\GWidget> public method queueDraw ] { + + - Parameters [0] { + } + } + + Method [ <internal:pggi, inherits PGGI\GWidget> public method getWindow ] { + + - Parameters [0] { + } + - Return [ gdk_window_get_class_entry() ] + } + + Method [ <internal:pggi, inherits PGGI\GWidget> public method setSizeRequest ] { + + - Parameters [2] { + Parameter #0 [ <required> integer $width ] + Parameter #1 [ <required> integer $height ] + } + } + } + } + Class [ <internal:pggi> class PGGI\GButton extends PGGI\GContainer ] { - Constants [11] { @@ -2243,14 +2392,7 @@ Extension [ <persistent> extension #197 pggi version 0.3.0 ] { } } - Method [ <internal:pggi, inherits PGGI\GContainer> public method add ] { - - - Parameters [1] { - Parameter #0 [ <required> PGGI\GWidget $widget ] - } - } - - Method [ <internal:pggi, inherits PGGI\GContainer, prototype PGGI\GWidget> public method on ] { + Method [ <internal:pggi, overwrites PGGI\GContainer, prototype PGGI\GWidget> public method on ] { - Parameters [3] { Parameter #0 [ <required> integer $type ] @@ -2259,6 +2401,13 @@ Extension [ <persistent> extension #197 pggi version 0.3.0 ] { } } + Method [ <internal:pggi, inherits PGGI\GContainer> public method add ] { + + - Parameters [1] { + Parameter #0 [ <required> PGGI\GWidget $widget ] + } + } + Method [ <internal:pggi, inherits PGGI\GWidget> public method show ] { - Parameters [0] { @@ -5106,7 +5255,8 @@ Extension [ <persistent> extension #197 pggi version 0.3.0 ] { - Methods [6] { Method [ <internal:pggi, ctor> public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ <required> integer $length ] } } @@ -5162,7 +5312,7 @@ Extension [ <persistent> extension #197 pggi version 0.3.0 ] { } } - Class [ <internal:pggi> class PGGI\GCellRendererText ] { + Class [ <internal:pggi> class PGGI\GCellRendererText extends PGGI\GCellRenderer ] { - Constants [0] { } @@ -5230,12 +5380,11 @@ Extension [ <persistent> extension #197 pggi version 0.3.0 ] { } } - Method [ <internal:pggi> public method addAttribute ] { + Method [ <internal:pggi> public method addCellRendererText ] { - - Parameters [3] { - Parameter #0 [ <required> $renderer ] - Parameter #1 [ <required> $attribute ] - Parameter #2 [ <required> $col ] + - Parameters [2] { + Parameter #0 [ <required> PGGI\GCellRenderer $renderer ] + Parameter #1 [ <required> $col ] } } } |