Searched refs:m_alignmentJustified (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.cpp83 m_alignmentJustified = NULL;
163 m_alignmentJustified = new wxRadioButton( itemPanel1, ID_RICHTEXTINDENTSSPACINGPAGE_ALIGNMENT_JUSTIFIED, _("&Justified"), wxDefaultPosition, wxDefaultSize, 0 );
164 m_alignmentJustified->SetValue(false);
165 m_alignmentJustified->SetHelpText(_("Justify text left and right."));
167 m_alignmentJustified->SetToolTip(_("Justify text left and right."));
168 itemBoxSizer9->Add(m_alignmentJustified, 0, wxALIGN_LEFT|wxALL, 5);
406 else if (m_alignmentJustified->GetValue())
480 m_alignmentJustified->SetValue(true);
H A Drichtextliststylepage.cpp151 m_alignmentJustified = NULL;
341 m_alignmentJustified = new wxRadioButton( itemPanel37, ID_RICHTEXTLISTSTYLEPAGE_JUSTIFIED, _("&Justified"), wxDefaultPosition, wxDefaultSize, 0 );
342 m_alignmentJustified->SetValue(false);
343 m_alignmentJustified->SetHelpText(_("Justify text left and right."));
345 m_alignmentJustified->SetToolTip(_("Justify text left and right."));
346 itemBoxSizer44->Add(m_alignmentJustified, 0, wxALIGN_LEFT|wxALL, 5);
592 else if (m_alignmentJustified->GetValue())
733 m_alignmentJustified->SetValue(true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextindentspage.h131 wxRadioButton* m_alignmentJustified; member in class:wxRichTextIndentsSpacingPage
H A Drichtextliststylepage.h227 wxRadioButton* m_alignmentJustified; member in class:wxRichTextListStylePage

Completed in 68 milliseconds