From c4c04080096b8b937cc94f320c70d5699c273c28 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Oct 2019 09:42:30 +0200 Subject: - update to 0.4.0 - drop patches merged upstream - open https://github.com/Letargie/pggi/pull/14 fix various build warnings --- REFLECTION | 207 ++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 178 insertions(+), 29 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 24ce86d..33c1717 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #197 pggi version 0.3.0 ] { +Extension [ 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 [ 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 [ class PGGI\Cairo\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -2186,6 +2187,154 @@ Extension [ extension #197 pggi version 0.3.0 ] { } } + Class [ 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 [ 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 [15] { + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method put ] { + + - Parameters [3] { + Parameter #0 [ PGGI\GWidget $object ] + Parameter #1 [ integer $x ] + Parameter #2 [ integer $y ] + } + } + + Method [ public method move ] { + + - Parameters [3] { + Parameter #0 [ PGGI\GWidget $object ] + Parameter #1 [ integer $x ] + Parameter #2 [ integer $y ] + } + } + + 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] { @@ -2243,14 +2392,7 @@ Extension [ extension #197 pggi version 0.3.0 ] { } } - Method [ public method add ] { - - - Parameters [1] { - Parameter #0 [ PGGI\GWidget $widget ] - } - } - - Method [ public method on ] { + Method [ public method on ] { - Parameters [3] { Parameter #0 [ integer $type ] @@ -2259,6 +2401,13 @@ Extension [ extension #197 pggi version 0.3.0 ] { } } + Method [ public method add ] { + + - Parameters [1] { + Parameter #0 [ PGGI\GWidget $widget ] + } + } + Method [ public method show ] { - Parameters [0] { @@ -5106,7 +5255,8 @@ Extension [ extension #197 pggi version 0.3.0 ] { - Methods [6] { Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ integer $length ] } } @@ -5162,7 +5312,7 @@ Extension [ extension #197 pggi version 0.3.0 ] { } } - Class [ class PGGI\GCellRendererText ] { + Class [ class PGGI\GCellRendererText extends PGGI\GCellRenderer ] { - Constants [0] { } @@ -5230,12 +5380,11 @@ Extension [ extension #197 pggi version 0.3.0 ] { } } - Method [ public method addAttribute ] { + Method [ public method addCellRendererText ] { - - Parameters [3] { - Parameter #0 [ $renderer ] - Parameter #1 [ $attribute ] - Parameter #2 [ $col ] + - Parameters [2] { + Parameter #0 [ PGGI\GCellRenderer $renderer ] + Parameter #1 [ $col ] } } } -- cgit