検索ワード: allocate (ギリシア語 - 英語)

コンピュータによる翻訳

人が翻訳した例文から、翻訳方法を学びます。

Greek

English

情報

Greek

allocate

English

 

から: 機械翻訳
よりよい翻訳の提案
品質:

人による翻訳

プロの翻訳者、企業、ウェブページから自由に利用できる翻訳レポジトリまで。

翻訳の追加

ギリシア語

英語

情報

ギリシア語

Δεν αποθηκεύτηκε το αρχείο: %s.this file is too big. unable to allocate memory.

英語

could not get file info

最終更新: 2014-08-20
使用頻度: 1
品質:

ギリシア語

managers allocate work , define objectives , review performance , provide feedback and assess areas for development .

英語

managers allocate work , define objectives , review performance , provide feedback and assess areas for development .

最終更新: 2011-10-23
使用頻度: 1
品質:

ギリシア語

Δεν ήταν δυνατή η ανάκτηση πληροφοριών του αρχείου%s", "this file is too big. unable to allocate memory.

英語

could not get file info

最終更新: 2014-08-20
使用頻度: 1
品質:

警告:見えない HTML フォーマットが含まれています

ギリシア語

from gi.repository import gtkimport sysclass mywindow(gtk.applicationwindow): # a window def __init__(self, app): gtk.window.__init__( self, title=\"togglebutton example\", application=app) self.set_default_size(300, 300) self.set_border_width(30) # a spinner animation self.spinner = gtk.spinner() # with extra horizontal space self.spinner.set_hexpand(true) # with extra vertical space self.spinner.set_vexpand(true) # a togglebutton button = gtk.togglebutton.new_with_label(\"start/stop\") # connect the signal \"toggled\" emitted by the togglebutton # when its state is changed to the callback function toggled_cb button.connect(\"toggled\", self.toggled_cb) # a grid to allocate the widgets grid = gtk.grid() grid.set_row_homogeneous(false) grid.set_row_spacing(15) grid.attach(self.spinner, 0, 0, 1, 1) grid.attach(button, 0, 1, 1, 1) # add the grid to the window self.add(grid) # callback function for the signal \"toggled\" def toggled_cb(self, button): # if the togglebutton is active, start the spinner if button.get_active(): self.spinner.start() # else, stop it else: self.spinner.stop()class myapplication(gtk.application): def __init__(self): gtk.application.__init__(self) def do_activate(self): win = mywindow(self) win.show_all() def do_startup(self): gtk.application.do_startup(self)app = myapplication()exit_status = app.run(sys.argv)sys.exit(exit_status)

英語

from gi.repository import gtkimport sysclass mywindow(gtk.applicationwindow): # a window def __init__(self, app): gtk.window.__init__( self, title=\"togglebutton example\", application=app) self.set_default_size(300, 300) self.set_border_width(30) # a spinner animation self.spinner = gtk.spinner() # with extra horizontal space self.spinner.set_hexpand(true) # with extra vertical space self.spinner.set_vexpand(true) # a togglebutton button = gtk.togglebutton.new_with_label(\"start/stop\") # connect the signal \"toggled\" emitted by the togglebutton # when its state is changed to the callback function toggled_cb button.connect(\"toggled\", self.toggled_cb) # a grid to allocate the widgets grid = gtk.grid() grid.set_row_homogeneous(false) grid.set_row_spacing(15) grid.attach(self.spinner, 0, 0, 1, 1) grid.attach(button, 0, 1, 1, 1) # add the grid to the window self.add(grid) # callback function for the signal \"toggled\" def toggled_cb(self, button): # if the togglebutton is active, start the spinner if button.get_active(): self.spinner.start() # else, stop it else: self.spinner.stop()class myapplication(gtk.application): def __init__(self): gtk.application.__init__(self) def do_activate(self): win = mywindow(self) win.show_all() def do_startup(self): gtk.application.do_startup(self)app = myapplication()exit_status = app.run(sys.argv)sys.exit(exit_status)

最終更新: 2020-04-20
使用頻度: 1
品質:

参照: Aterentes
警告:見えない HTML フォーマットが含まれています

人による翻訳を得て
7,800,218,488 より良い訳文を手にいれましょう

ユーザーが協力を求めています。



ユーザー体験を向上させるために Cookie を使用しています。弊社サイトを引き続きご利用いただくことで、Cookie の使用に同意していただくことになります。 詳細。 OK