Searched refs:wxBU_EXACTFIT (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/xrc/
H A Dxh_bttn.cpp35 XRC_ADD_STYLE(wxBU_EXACTFIT);
H A Dxh_tglbtn.cpp22 #include "wx/button.h" // solely for wxBU_EXACTFIT
29 XRC_ADD_STYLE(wxBU_EXACTFIT);
H A Dxh_bmpbt.cpp36 XRC_ADD_STYLE(wxBU_EXACTFIT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dbutton.h44 #define wxBU_EXACTFIT 0x0001 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dbmpbuttn.cpp61 // we add wxBU_EXACTFIT because the bitmap buttons are not the standard
65 pos, size, style | wxBU_EXACTFIT, validator, name) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtglbtn.cpp129 // make all buttons of at least standard size unless wxBU_EXACTFIT is given
130 if ( !HasFlag(wxBU_EXACTFIT) )
H A Dbutton.cpp115 wxFLAGS_MEMBER(wxBU_EXACTFIT)
264 // wants them to be of smaller size and used wxBU_EXACTFIT style when
266 if ( !HasFlag(wxBU_EXACTFIT) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dbutton.cpp151 if ( EmptyRect( &bestsize ) || ( GetWindowStyle() & wxBU_EXACTFIT) )
201 if ((wBtn > sz.x) || ( GetWindowStyle() & wxBU_EXACTFIT))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dbutton.cpp173 if( HasFlag( wxBU_EXACTFIT ) )
216 // wants them to be of smaller size and used wxBU_EXACTFIT style when
218 if( !HasFlag( wxBU_EXACTFIT ) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dbutton.cpp87 wxFLAGS_MEMBER(wxBU_EXACTFIT)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcollpaneg.cpp75 wxDefaultSize, wxBU_EXACTFIT);
H A Ddbgrptg.cpp196 wxBU_EXACTFIT);
H A Dwizard.cpp434 int buttonStyle = isPda ? wxBU_EXACTFIT : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dbutton.cpp240 if (!HasFlag(wxBU_EXACTFIT))
H A Dtglbtn.cpp347 if (!HasFlag(wxBU_EXACTFIT))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dbutton.cpp172 if (!HasFlag(wxBU_EXACTFIT))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dbutton.cpp311 if (!HasFlag(wxBU_EXACTFIT))
H A Dtglbtn.cpp307 if (!HasFlag(wxBU_EXACTFIT))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/statbar/
H A Dstatbar.cpp615 wxBU_EXACTFIT);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/themes/
H A Dwin32.cpp3134 if ( !(window->GetWindowStyle() & wxBU_EXACTFIT) )
3150 if ( !(window->GetWindowStyle() & wxBU_EXACTFIT) )
H A Dgtk.cpp2253 if ( !(window->GetWindowStyle() & wxBU_EXACTFIT) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dprntbase.cpp1149 navButtonStyle = wxBU_EXACTFIT;

Completed in 219 milliseconds