Searched refs:wxRIGHT (Results 51 - 75 of 90) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtipdlg.cpp293 topsizer->Add( m_text, 1, wxEXPAND | wxLEFT|wxRIGHT, wxLARGESMALL(10,0) );
H A Ddbgrptg.cpp105 sizerTop->Add(sizerBtns, 0, wxALIGN_RIGHT | wxTOP | wxBOTTOM | wxRIGHT, 1);
H A Dfiledlgg.cpp1101 staticsizer->Add( new wxStaticText( this, wxID_ANY, _("Current directory:") ), 0, wxRIGHT, 10 );
1104 mainsizer->Add( staticsizer, 0, wxEXPAND | wxLEFT|wxRIGHT|wxBOTTOM, 10 );
1148 DoubleBorder(wxLEFT | wxRIGHT | wxTOP));
1150 DoubleBorder(wxLEFT | wxRIGHT | wxTOP));
H A Dchoicdgg.cpp267 Add(m_listbox, wxSizerFlags().Expand().Proportion(1).TripleBorder(wxLEFT | wxRIGHT));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Dwidgets.cpp949 sizerRow->Add(control, 0, wxRIGHT | wxALIGN_CENTRE_VERTICAL, 5);
981 sizer->Add(checkbox, 0, wxLEFT | wxRIGHT, 5);
H A Dbutton.cpp271 sizerTop->Add(m_sizerButton, 1, wxGROW | (wxALL & ~wxRIGHT), 10);
H A Dgauge.cpp258 sizerTop->Add(sizerRight, 1, wxGROW | (wxALL & ~wxRIGHT), 10);
H A Dspinbtn.cpp265 sizerTop->Add(sizerRight, 1, wxGROW | (wxALL & ~wxRIGHT), 10);
H A Dcombobox.cpp332 sizerTop->Add(sizerRight, 1, wxGROW | (wxALL & ~wxRIGHT), 10);
H A Dnotebook.cpp287 sizerTop->Add(m_sizerBook, 1, wxGROW | (wxALL & ~wxRIGHT), 10);
H A Dradiobox.cpp301 sizerTop->Add(sizerRight, 0, wxGROW | (wxALL & ~wxRIGHT), 10);
H A Dbmpcombobox.cpp256 sizerRow->Add(control, 0, wxRIGHT | wxALIGN_CENTRE_VERTICAL, 5);
367 sizerTop->Add(sizerRight, 4, wxGROW | (wxALL & ~wxRIGHT), 10);
H A Dslider.cpp359 sizerTop->Add(sizerRight, 1, wxGROW | (wxALL & ~wxRIGHT), 10);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dradiobox.cpp506 dir = wxRIGHT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_sizer.cpp55 XRC_ADD_STYLE(wxRIGHT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcombo.h267 // Valid values are wxLEFT, wxRIGHT and 0. The default value 0 wmeans
277 // side: wxLEFT or wxRIGHT, indicates on which side the button will be placed.
283 int side = wxRIGHT,
H A Dsizer.h148 return Border(wxLEFT | wxRIGHT, GetDefaultBorder());
157 return Border(wxLEFT | wxRIGHT, 2*GetDefaultBorder());
H A Ddefs.h1239 wxRIGHT = 0x0020, enumerator in enum:wxDirection
1249 wxEAST = wxRIGHT,
1251 wxALL = (wxUP | wxDOWN | wxRIGHT | wxLEFT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dauibook.cpp1426 AddButton(wxAUI_BUTTON_RIGHT, wxRIGHT);
1427 AddButton(wxAUI_BUTTON_WINDOWLIST, wxRIGHT);
1428 AddButton(wxAUI_BUTTON_CLOSE, wxRIGHT);
1466 AddButton(wxAUI_BUTTON_RIGHT, wxRIGHT);
1471 AddButton(wxAUI_BUTTON_WINDOWLIST, wxRIGHT);
1476 AddButton(wxAUI_BUTTON_CLOSE, wxRIGHT);
1872 if (button.location != wxRIGHT)
1886 wxRIGHT,
2101 if (button.location != wxRIGHT)
3729 else if (direction == wxRIGHT)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcombo.cpp663 if ( m_btnSide == wxRIGHT )
H A Dradiobox.cpp787 dir = wxRIGHT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dmetal.cpp424 case wxRIGHT: arrowDir = Arrow_Right; break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dprntbase.cpp1162 item0->Add( m_previousPageButton, 0, wxALIGN_CENTRE|wxRIGHT|wxTOP|wxBOTTOM, 5 );
1168 item0->Add( m_nextPageButton, 0, wxALIGN_CENTRE|wxRIGHT|wxTOP|wxBOTTOM, 5 );
1174 item0->Add( m_lastPageButton, 0, wxALIGN_CENTRE|wxRIGHT|wxTOP|wxBOTTOM, 5 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dradiobox.cpp877 eDir = wxRIGHT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/layout/
H A Dlayout.cpp416 panelsizer->Add( button2, 0, wxALIGN_RIGHT | wxLEFT|wxRIGHT|wxBOTTOM, 30 );

Completed in 249 milliseconds

1234