Home
last modified time | relevance | path

Searched refs:GetRowHeights (Results 1 – 25 of 34) sorted by path

12

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/widgets/
H A Dlayer_widget.cpp89 wxArrayInt heights = m_LayersFlexGridSizer->GetRowHeights(); in OnLeftDownLayers()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgrids.pas878 function GetRowHeights(Arow: Integer): Integer; in GetRowHeights() function
1256 property RowHeights[aRow: Integer]: Integer read GetRowHeights write SetRowHeights;
2190 function TCustomGrid.GetRowHeights(Arow: Integer): Integer; in GetRowHeights() function
3592 H:=H+GetRowHeights(Result.Bottom);
5102 FGCache.Gridheight:=FGCache.Gridheight+GetRowHeights(i);
6248 while Offset > AccumHeight[Index]+GetRowHeights(Index)-1 do
6281 Dim:= GetRowHeights(index);
8138 H:=H+GetRowHeights(i);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dgrids.pas878 function GetRowHeights(Arow: Integer): Integer; in GetRowHeights() function
1256 property RowHeights[aRow: Integer]: Integer read GetRowHeights write SetRowHeights;
2190 function TCustomGrid.GetRowHeights(Arow: Integer): Integer; in GetRowHeights() function
3592 H:=H+GetRowHeights(Result.Bottom);
5102 FGCache.Gridheight:=FGCache.Gridheight+GetRowHeights(i);
6248 while Offset > AccumHeight[Index]+GetRowHeights(Index)-1 do
6281 Dim:= GetRowHeights(index);
8138 H:=H+GetRowHeights(i);
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dgrids.pas862 function GetRowHeights(Arow: Integer): Integer; in GetRowHeights() function
1227 property RowHeights[aRow: Integer]: Integer read GetRowHeights write SetRowHeights;
2133 function TCustomGrid.GetRowHeights(Arow: Integer): Integer; in GetRowHeights() function
3500 H:=H+GetRowHeights(Result.Bottom);
4995 FGCache.Gridheight:=FGCache.Gridheight+GetRowHeights(i);
6111 while Offset > AccumHeight[Index]+GetRowHeights(Index)-1 do
6144 Dim:= GetRowHeights(index);
7991 H:=H+GetRowHeights(i);
/dports/editors/lazarus/lazarus/lcl/
H A Dgrids.pas862 function GetRowHeights(Arow: Integer): Integer; in GetRowHeights() function
1227 property RowHeights[aRow: Integer]: Integer read GetRowHeights write SetRowHeights;
2133 function TCustomGrid.GetRowHeights(Arow: Integer): Integer; in GetRowHeights() function
3500 H:=H+GetRowHeights(Result.Bottom);
4995 FGCache.Gridheight:=FGCache.Gridheight+GetRowHeights(i);
6111 while Offset > AccumHeight[Index]+GetRowHeights(Index)-1 do
6144 Dim:= GetRowHeights(index);
7991 H:=H+GetRowHeights(i);
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Windows.Forms.cs14347 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.Windows.Forms.cs14343 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.Windows.Forms.cs14347 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Windows.Forms.cs14414 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Windows.Forms.cs14414 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Windows.Forms.cs14414 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Windows.Forms.cs14415 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Windows.Forms.cs14415 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Windows.Forms.cs14415 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Windows.Forms.cs14518 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Windows.Forms.cs14519 public int[] GetRowHeights() { throw null; } in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DTableLayoutPanel.cs226 public int[] GetRowHeights () in GetRowHeights() method in System.Windows.Forms.TableLayoutPanel
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DTableLayoutTest.cs652 Assert.AreEqual (71, p.GetRowHeights ()[0], "D1"); in TestRowColumnSizes1()
653 Assert.AreEqual (29, p.GetRowHeights ()[1], "D2"); in TestRowColumnSizes1()
675 Assert.AreEqual (29, p.GetRowHeights ()[1], "D2"); in TestRowColumnSizes2()
700 Assert.AreEqual (42, p.GetRowHeights ()[0], "D1"); in TestRowColumnSizes3()
701 Assert.AreEqual (29, p.GetRowHeights ()[1], "D2"); in TestRowColumnSizes3()
702 Assert.AreEqual (29, p.GetRowHeights ()[2], "D3"); in TestRowColumnSizes3()
732 Assert.AreEqual (29, p.GetRowHeights ()[1], "D2"); in TestRowColumnSizes4()
733 Assert.AreEqual (29, p.GetRowHeights ()[2], "D3"); in TestRowColumnSizes4()
734 Assert.AreEqual (29, p.GetRowHeights ()[3], "D4"); in TestRowColumnSizes4()
758 Assert.AreEqual (20, p.GetRowHeights ()[0], "D1"); in TestRowColumnSizes5()
[all …]
/dports/science/py-abipy/abipy-0.9.0/abipy/gui/awx/
H A Delements_gui.py255 rh = self.sizer.GetRowHeights()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dsizer.h890 const wxArrayInt& GetRowHeights() const { return m_rowHeights; } in GetRowHeights() function
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/
H A Dsizer.h1646 const wxArrayInt& GetRowHeights() const;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corewxFlexGridSizer.cpp537 sipRes = new ::wxArrayInt(sipCpp->GetRowHeights()); in meth_wxFlexGridSizer_GetRowHeights()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/
H A Dsizer.sip1812 const wxArrayInt & GetRowHeights() const;
1814 GetRowHeights() -> ArrayInt
1852 %Property(name=RowHeights, get=GetRowHeights)
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_sizer.py39 heights = fgs.GetRowHeights()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/
H A Dcore.pyi22452 def GetRowHeights(self):
22454 GetRowHeights() -> ArrayInt

12