Add methods used for modal ProgressMeter to CLIDialog
svn: r21664
This commit is contained in:
parent
e2b46f886b
commit
198a707f5b
@ -96,6 +96,10 @@ class CLIDialog:
|
|||||||
pass
|
pass
|
||||||
def set_size_request(self, width, height):
|
def set_size_request(self, width, height):
|
||||||
pass
|
pass
|
||||||
|
def set_transient_for(self, window):
|
||||||
|
pass
|
||||||
|
def set_modal(self, flag):
|
||||||
|
pass
|
||||||
def show_all(self):
|
def show_all(self):
|
||||||
pass
|
pass
|
||||||
def destroy(self):
|
def destroy(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user