Home
last modified time | relevance | path

Searched defs:TableLayout (Results 1 – 25 of 82) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/
H A DTableLayout.cs37 internal class TableLayout : LayoutEngine class
41 public TableLayout () : base () in TableLayout() method in System.Windows.Forms.Layout.TableLayout
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/
H A DTableLayout.java39 public class TableLayout extends Layout { class
76 public TableLayout() { in TableLayout() method in TableLayout
86 public TableLayout(boolean adjustForScrollBar) { in TableLayout() method in TableLayout
/dports/finance/gnucash/gnucash-4.9/gnucash/register/register-core/
H A Dtable-layout.h40 typedef struct table_layout_struct TableLayout; typedef
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DTableLayout.h34 TableLayout(RenderTable* table) in TableLayout() function
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateWindow.h46 class TableLayout; variable
H A DCandidateView.h40 class TableLayout; variable
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateWindow.h46 class TableLayout; variable
H A DCandidateView.h40 class TableLayout; variable
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateWindow.h46 class TableLayout; variable
H A DCandidateView.h40 class TableLayout; variable
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateWindow.h46 class TableLayout; variable
H A DCandidateView.h40 class TableLayout; variable
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateWindow.h46 class TableLayout; variable
H A DCandidateView.h40 class TableLayout; variable
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/mac/
H A DCandidateWindow.h46 class TableLayout; variable
H A DCandidateView.h40 class TableLayout; variable
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/hashbrown-0.11.2/tests/
H A Drayon.rs235 .into_par_iter()
236 .collect::<HashMap<_, _>>();
238 assert_eq!(map_seq, map_par);
240 assert_eq!(map_par, map_expected);
254 lazy_static! {
255 static ref MAP_EXISTING_EMPTY: HashMap<char, u32> = HashMap::new();
/dports/games/jin/jin-2.14.1/src/free/util/
H A DTableLayout.java40 public class TableLayout implements LayoutManager2{ class
79 public TableLayout(int columnCount, int xGap, int yGap){ in TableLayout() method in TableLayout
98 public TableLayout(int columnCount){ in TableLayout() method in TableLayout
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.h62 class TableLayout; variable
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.h62 class TableLayout; variable
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.h62 class TableLayout; variable
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.h62 class TableLayout; variable
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.h62 class TableLayout; variable
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/renderer/win32/
H A Dcandidate_window.h62 class TableLayout; variable
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Dtable_layout.h39 TableLayout(RenderTable *t) : table(t) {} in TableLayout() function

1234