Searched refs:wxGTK_CONV_SYS (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dprivate.h30 #define wxGTK_CONV_SYS(s) wxGTK_CONV((s)) macro
50 #define wxGTK_CONV_SYS(s) wxConvertToGTK((s)) macro
56 #define wxGTK_CONV_SYS(s) (s) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Daboutdlg.cpp41 : wxGtkString(wx_const_cast(char *, wxGTK_CONV_SYS(s).release()))
65 m_strings[n] = wxGTK_CONV_SYS(a[n]).release();
H A Dmenu.cpp838 wxCharBuffer oldbuf = wxGTK_CONV_SYS( GetGtkHotKey(*this) ); // and as <control>foo
865 gtk_label_set_text_with_mnemonic( GTK_LABEL(label), wxGTK_CONV_SYS(text) );
893 wxCharBuffer buf = wxGTK_CONV_SYS( GetGtkHotKey(*this) );
1145 menuItem = gtk_image_menu_item_new_with_mnemonic( wxGTK_CONV_SYS( text ) );
1183 menuItem = gtk_check_menu_item_new_with_mnemonic( wxGTK_CONV_SYS( text ) );
1195 gtk_radio_menu_item_new_with_mnemonic( group, wxGTK_CONV_SYS( text ) );
1201 gtk_radio_menu_item_new_with_mnemonic( group, wxGTK_CONV_SYS( text ) );
1212 menuItem = gtk_menu_item_new_with_mnemonic( wxGTK_CONV_SYS( text ) );
1222 wxCharBuffer buf = wxGTK_CONV_SYS( GetGtkHotKey(*mitem) );
H A Dcolour.cpp186 if ( gdk_color_parse( wxGTK_CONV_SYS( str ), &colGDK ) )
H A Dfont.cpp170 wxGTK_CONV_SYS(m_faceName) );
H A Ddataview.cpp317 g_value_set_string( value, wxGTK_CONV_SYS(variant.GetString()) );
1216 g_value_set_string( &gvalue, wxGTK_CONV_SYS(m_label) );
1553 : wxGTK_CONV_SYS(title) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dfontutil.cpp50 #define wxPANGO_CONV wxGTK_CONV_SYS
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/gnome/
H A Dgprint.cpp915 const wxCharBuffer title(wxGTK_CONV_SYS(_("Print preview")));

Completed in 94 milliseconds