Searched refs:m_alignmentRight (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextindentspage.cpp82 m_alignmentRight = NULL;
156 m_alignmentRight = new wxRadioButton( itemPanel1, ID_RICHTEXTINDENTSSPACINGPAGE_ALIGNMENT_RIGHT, _("&Right"), wxDefaultPosition, wxDefaultSize, 0 );
157 m_alignmentRight->SetValue(false);
158 m_alignmentRight->SetHelpText(_("Right-align text."));
160 m_alignmentRight->SetToolTip(_("Right-align text."));
161 itemBoxSizer9->Add(m_alignmentRight, 0, wxALIGN_LEFT|wxALL, 5);
404 else if (m_alignmentRight->GetValue())
476 m_alignmentRight->SetValue(true);
H A Drichtextliststylepage.cpp150 m_alignmentRight = NULL;
334 m_alignmentRight = new wxRadioButton( itemPanel37, ID_RICHTEXTLISTSTYLEPAGE_ALIGNRIGHT, _("&Right"), wxDefaultPosition, wxDefaultSize, 0 );
335 m_alignmentRight->SetValue(false);
336 m_alignmentRight->SetHelpText(_("Right-align text."));
338 m_alignmentRight->SetToolTip(_("Right-align text."));
339 itemBoxSizer44->Add(m_alignmentRight, 0, wxALIGN_LEFT|wxALL, 5);
590 else if (m_alignmentRight->GetValue())
729 m_alignmentRight->SetValue(true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextindentspage.h130 wxRadioButton* m_alignmentRight; member in class:wxRichTextIndentsSpacingPage
H A Drichtextliststylepage.h226 wxRadioButton* m_alignmentRight; member in class:wxRichTextListStylePage

Completed in 66 milliseconds